-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 924 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
38
39
40
41
42
43
44
{
"name": "flp-three-fiber",
"version": "1.0.2",
"type": "module",
"description": "FLP React Three Fiber",
"keywords": [
"r3f",
"react",
"three",
"vite",
"starter",
"react three fiber",
"sandbox",
"codesandbox"
],
"author": "Brendan Oliver (https://github.com/FLOATING-POINT)",
"repository": "",
"license": "MIT",
"dependencies": {
"@react-spring/three": "^9.7.4",
"@react-three/drei": "^9.108.1",
"@react-three/fiber": "8.16.8",
"r3f-perf": "^7.2.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"three": "0.166.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"vite": "^5.3.3"
},
"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"
]
}