-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 967 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
{
"name": "react-three-js",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-three/drei": "^7.12.6",
"@react-three/fiber": "^7.0.10",
"ramda": "^0.27.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"three": "^0.133.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"prettify": "prettier --write src",
"generate-data": "ts-node generator/index.ts 1 public/data"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"@types/node": "^12.0.0",
"@types/ramda": "^0.27.45",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/three": "^0.133.0",
"gltfjsx": "^4.5.2",
"prettier": "^2.4.1",
"react-scripts": "^4.0.3",
"ts-node": "^10.2.1",
"typescript": "^4.1.2"
}
}