-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.22 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
{
"name": "hyper-controller",
"version": "1.0.0",
"description": "control server (joysticks and such) for QUTRC Robots. Also with simulations.",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build . && next export && cp ./static/* ./out/"
},
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.5",
"@zeit/next-css": "^1.0.1",
"antd": "^3.26.11",
"konva": "^4.0.12",
"next": "^11.1.3",
"next-offline": "^4.0.5",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-dual-rangeslider": "^1.2.16",
"react-joystick": "^1.0.3",
"react-konva": "^16.9.0-1",
"rodal": "^1.6.3",
"styled-components": "^4.3.2",
"styled-jsx": "^3.2.2",
"three": "^0.125.0",
"threejs-model-loader": "^0.1.0",
"urdf-loader": "^0.8.0",
"use-resize-observer": "^4.0.0",
"ws-avc-player": "2.0.2"
},
"devDependencies": {
"@types/antd": "^1.0.0",
"@types/node": "^12.7.4",
"@types/react": "^16.9.2",
"typescript": "^3.6.2"
}
}