-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.24 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "react-three-vite",
"version": "1.0.2",
"description": "A simple React Three Fiber + Vite starter with an import-ready CodeSandbox config.",
"keywords": [
"r3f",
"react",
"three",
"vite",
"starter",
"react three fiber",
"sandbox",
"codesandbox"
],
"license": "MIT",
"dependencies": {
"@gsap/react": "^2.1.0",
"@react-three/drei": "^9.97.0",
"@react-three/fiber": "^8.15.15",
"@react-three/postprocessing": "^2.15.12",
"gsap": "^3.12.5",
"postprocessing": "^6.34.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-merge-refs": "^2.1.1",
"three": "^0.161.0",
"three-custom-shader-material": "^5.4.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.17",
"leva": "^0.9.35",
"postcss-import": "^16.0.0",
"postcss-nested": "^6.0.1",
"postcss-nesting": "^12.0.2",
"postcss-pxtorem": "^6.1.0",
"tailwindcss": "^3.4.1",
"vite": "^4.4.9"
},
"scripts": {
"dev": "vite --host",
"sandbox": "APP_ENV=sandbox vite",
"build": "vite build",
"preview": "vite preview"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}