-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 KB
/
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
45
{
"name": "fiberstrat",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"preview": "react-scripts preview"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@react-three/drei": "^9.65.3",
"@react-three/fiber": "^8.12.1",
"framer-motion": "^10.12.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"react-spring": "^9.7.1",
"three": "^0.151.3"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.2.0"
},
"description": "��#\u0000 \u0000F\u0000i\u0000b\u0000e\u0000r\u0000S\u0000T\u0000R\u0000A\u0000T\u0000\r\u0000 \u0000",
"main": "vite.config.js",
"keywords": [],
"author": "",
"license": "ISC",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}