forked from Ctrlmonster/r3f-effekseer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 909 Bytes
/
package.json
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
{
"name": "r3f-demo-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite --host",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "^9.32.0",
"@react-three/fiber": "^8.8.2",
"@react-three/postprocessing": "^2.7.0",
"leva": "^0.9.31",
"r3f-perf": "^7.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"suspend-react": "^0.1.3",
"three": "^0.144.0",
"three-stdlib": "^2.16.1"
},
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/three": "^0.144.0",
"@types/workerpool": "^6.1.1",
"@vitejs/plugin-react": "^2.1.0",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.16",
"sass": "^1.55.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
}