-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.22 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
{
"name": "streamify-saas",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "prisma generate",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@clerk/nextjs": "^6.34.0",
"@lottiefiles/react-lottie-player": "^3.6.0",
"@prisma/client": "^6.18.0",
"axios": "^1.13.1",
"cloudinary": "^2.8.0",
"daisyui": "^5.0.50",
"dayjs": "^1.11.18",
"filesize": "^11.0.13",
"framer-motion": "^12.23.24",
"lottie-react": "^2.4.1",
"lucide-react": "^0.540.0",
"next-cloudinary": "^6.17.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-icons": "^5.5.0",
"streamifier": "^0.1.1",
"three": "^0.181.1",
"vanta": "^0.5.24"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20.19.24",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.181.0",
"dotenv-cli": "^11.0.0",
"eslint": "^9",
"eslint-config-next": "15.4.6",
"next": "^16.0.1",
"prisma": "^6.18.0",
"tailwindcss": "^4.1.11",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}