-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.06 KB
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": "railyard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"build-libs": "webpack",
"signalhub": "signalhub listen",
"deploy": "ssh objelisks.garden /home/objelisks/bin/deployrail",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@loaders.gl/core": "^2.2.7",
"@loaders.gl/gltf": "^2.2.7",
"bezier-js": "^2.6.1",
"choo": "^7.1.0",
"express": "^4.17.1",
"gl-matrix": "^3.3.0",
"http-proxy-middleware": "^1.0.5",
"nanohtml": "^1.9.1",
"normals": "^1.1.0",
"parse-dds": "^1.2.1",
"planck-js": "^0.3.21",
"ray-aabb": "^3.0.2",
"rbush": "^3.0.1",
"regl": "^1.6.1",
"resl": "^1.0.3",
"signalhub": "^4.9.0",
"uuid": "^8.1.0",
"webrtc-swarm": "^2.9.0"
},
"devDependencies": {
"@purtuga/esm-webpack-plugin": "^1.2.1",
"browserify": "^16.5.1",
"lebab": "^3.1.0",
"prettier": "^2.1.2",
"webpack": "4",
"webpack-cli": "^3.3.12"
}
}