-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.36 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "kahoot-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@jitsi/react-sdk": "^1.4.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "15.0.2",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.46.1",
"@types/mdx": "^2.0.13",
"google-one-tap": "^1.0.6",
"jsonwebtoken": "^9.0.2",
"next": "15.0.2",
"next-qrcode": "^2.5.1",
"react": "19.0.0-rc-02c0e824-20241028",
"react-confetti": "^6.1.0",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"react-resizable-panels": "^2.1.6",
"react-use": "^17.5.1",
"sonner": "^1.7.0"
},
"devDependencies": {
"@types/google-one-tap": "^1.2.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.0.2",
"postcss": "^8.4.47",
"supabase": "^1.207.9",
"tailwindcss": "^3.4.14",
"typescript": "^5"
},
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}