-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 946 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 946 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
36
37
38
{
"name": "video-template",
"version": "1.0.0",
"type": "module",
"license": "MIT",
"scripts": {
"dev:client": "vite dev --port 5173",
"build": "vite build",
"check": "tsc"
},
"dependencies": {
"@react-spring/web": "^10.0.3",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"clsx": "^2.1.1",
"framer-motion": "^12.23.24",
"gsap": "^3.14.2",
"lottie-react": "^2.4.1",
"lucide-react": "^0.545.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwind-merge": "^3.3.1",
"three": "^0.182.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.14",
"@types/node": "^20.19.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"autoprefixer": "^10.4.21",
"playwright": "^1.58.2",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.14",
"typescript": "5.6.3",
"vite": "^7.1.9"
}
}