-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 884 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 884 Bytes
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
{
"name": "ai-video-studio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/supabase-adapter": "^1.11.1",
"@fal-ai/client": "^1.9.5",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@supabase/supabase-js": "^2.103.0",
"@vercel/analytics": "^2.0.1",
"lucide-react": "^0.475.0",
"next": "^15.3.0",
"next-auth": "^5.0.0-beta.30",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"stripe": "^22.0.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.0",
"@types/node": "^22.0.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"postcss": "^8.5.0",
"tailwindcss": "^4.1.0",
"typescript": "^5.8.0"
}
}