-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 839 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": "3d-hotspot-article",
"version": "1.0.0",
"description": "3d hotspot article",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@react-spring/three": "9.3.0",
"@react-spring/web": "9.3.0",
"@react-three/drei": "7.22.9",
"@react-three/fiber": "7.0.19",
"@types/three": "0.133.0",
"bootstrap": "^5.1.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "4.0.3",
"three": "0.133.1",
"uniq": "1.0.1",
"wouter": "^2.8.0-alpha.2",
"zustand": "^3.6.5"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}