-
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) · 770 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 770 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": "r3f-vite-starter",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "9.75.0",
"@react-three/fiber": "8.13.3",
"@types/three": "0.152.1",
"autoprefixer": "^10.4.19",
"framer-motion": "^11.1.7",
"framer-motion-3d": "^11.1.7",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "0.153.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"tailwindcss": "^3.4.3",
"vite": "^4.1.0",
"vite-plugin-mkcert": "^1.17.5"
}
}