forked from GridSpace/grid-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "grid-apps",
"version": "1.1.3",
"description": "grid.space 3d slice & modeling tools",
"author": "Stewart Allen <[email protected]>",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/gridspace/apps.git"
},
"keywords": [
"grid.space",
"kiri:moto",
"kirimoto",
"kiri",
"3d",
"CAM",
"laser",
"gcode",
"slicer"
],
"scripts": {
"start": "node js/web-server debug",
"start-secure": "node js/web-server nolocal",
"update": "git pull && npm i"
},
"dependencies": {
"buffer-crc32": "^0.2.13",
"compression": "^1.7.4",
"connect": "^3.7.0",
"express-useragent": "^1.0.13",
"level": "^6.0.0",
"leveldown": "^5.5.1",
"levelup": "^4.3.2",
"moment": "^2.24.0",
"n3d-threejs": "^72.0.0",
"pixi.js": "^4.8.9",
"serve-static": "^1.14.1",
"three": "^0.96.0",
"tween.js": "^0.14.0",
"uglify-es": "^3.3.10",
"validator": "^8.2.0",
"ws": "^7.2.1"
}
}