-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.88 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
50
51
52
53
54
55
56
57
58
{
"name": "partyq",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"supabase:types": "supabase gen types --lang typescript --project-id xmloxebrmbezotphpbdp > types/database.ts",
"vercel:env": "vercel env pull .env.development.local"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"@supabase/postgrest-js": "^1.16.2",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.4",
"@vercel/analytics": "^1.3.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.7",
"geist": "^1.3.1",
"iron-session": "^8.0.3",
"lucide-react": "^0.427.0",
"next": "^14.2.15",
"qrcode.react": "^4.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-youtube": "^10.1.0",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"youtube-search-api": "^1.2.2"
},
"devDependencies": {
"@types/node": "^20.16.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/youtube-player": "^5.5.11",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.15",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"supabase": "^1.204.3",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3"
},
"trustedDependencies": [
"core-js-pure",
"supabase"
]
}