-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 815 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 815 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
{
"name": "magifab",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"upload:movies": "node scripts/upload-movies.mjs",
"validate:timeline": "node scripts/validate-story-beats.mjs"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.5"
},
"dependencies": {
"@supabase/supabase-js": "^2.110.7",
"framer-motion": "^12.4.1",
"lucide-react": "^0.468.0",
"pdfjs-dist": "^5.4.54",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tus-js-client": "^4.3.1"
}
}