generated from Kalmarv/r3f-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 902 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
{
"name": "react-app",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "^9.52.3",
"@react-three/fiber": "^8.10.0",
"@react-three/postprocessing": "^2.7.0",
"@types/three": "^0.143.2",
"canvas-capture": "^2.0.6",
"leva": "^0.9.34",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"three": "^0.143.0"
},
"devDependencies": {
"@kalmarv/prettier-config": "^1.0.2",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^3.2.5"
},
"prettier": "@kalmarv/prettier-config"
}