-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.74 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.74 KB
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
59
60
61
62
{
"name": "jukebox-duo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"postbuild": "next-sitemap",
"migrate:to-supabase": "dotenv -e .env.migration -- tsx scripts/migrate-to-supabase.ts"
},
"dependencies": {
"@dodopayments/nextjs": "^0.3.3",
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.2.0",
"@prisma/client": "^6.11.1",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-visually-hidden": "^1.2.4",
"@sentry/nextjs": "^10.42.0",
"@serwist/next": "^9.5.7",
"@vercel/analytics": "^1.6.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dodopayments": "^2.27.0",
"dotenv": "^17.2.3",
"framer-motion": "^12.23.2",
"ioredis": "^4.30.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.525.0",
"next": "^15.5.9",
"next-auth": "^4.24.11",
"next-sitemap": "^4.2.3",
"posthog-js": "^1.352.0",
"posthog-node": "^5.29.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"socket.io-client": "^4.8.1",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.11",
"@types/ioredis": "^4.28.10",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"dotenv-cli": "^11.0.0",
"eslint": "^9",
"eslint-config-next": "15.3.5",
"prisma": "^6.11.1",
"serwist": "^9.5.7",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "^5"
}
}