-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 1.95 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "robot-web-viewer",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^7.0.0",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.10.6",
"@nrk/custom-element-to-react": "^1.1.1",
"@react-three/drei": "^9.3.0",
"@react-three/fiber": "^8.0.27",
"@testing-library/dom": "^8.14.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/node": "^20.3.1",
"@types/react": "^18.2.9",
"@types/react-dom": "^18.2.4",
"cannon": "^0.6.2",
"emotion-reset": "^2.0.7",
"gh-pages": "^5.0.0",
"jszip": "^3.10.1",
"jszip-utils": "^0.1.0",
"pako": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.13.0",
"react-scripts": "^5.0.1",
"react-three-gui": "^0.4.2",
"stats.js": "^0.17.0",
"tar-js": "^0.3.0",
"three": "^0.152.2",
"typescript": "^5.1.3",
"urdf-loader": "^0.9.2",
"use-asset": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-flow": "^7.21.5",
"@babel/plugin-transform-react-jsx": "^7.21.9",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0"
},
"resolutions": {
"postcss": "^8.4.24"
},
"homepage": "http://vrtnis.github.io/robot-web-viewer",
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"postinstall": "patch-package"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}