-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.68 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.68 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
{
"name": "scriptflow-poc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"db:migrate": "node scripts/apply-all-migrations.cjs",
"db:migrate:file": "node scripts/apply-sql-migration.cjs",
"db:migrate:kling-project-id": "node scripts/apply-sql-migration.cjs supabase/migrations/20260321000003_kling_tasks_project_id.sql"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.64",
"@anthropic-ai/sdk": "^0.80.0",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@supabase/ssr": "^0.9.0",
"@supabase/supabase-js": "^2.99.2",
"ai": "^6.0.141",
"browser-image-compression": "^2.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"ffmpeg-static": "^5.3.0",
"fluent-ffmpeg": "^2.1.3",
"framer-motion": "^12.38.0",
"heic2any": "^0.0.4",
"jszip": "^3.10.1",
"lucide-react": "^0.577.0",
"next": "16.2.0",
"next-intl": "^4.8.3",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-dropzone": "^15.0.0",
"replicate": "^1.4.0",
"shadcn": "^4.0.8",
"sonner": "^2.0.7",
"stripe": "^21.0.1",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"web-push": "^3.6.7",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/fluent-ffmpeg": "^2.1.28",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/web-push": "^3.6.4",
"eslint": "^9",
"eslint-config-next": "16.2.0",
"pg": "^8.16.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}