-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.16 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
{
"name": "grid-apps",
"version": "3.3.1",
"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"
},
"engines": {
"node": "v16.14.2"
},
"keywords": [
"grid.space",
"kiri:moto",
"kirimoto",
"kiri",
"3d",
"CAM",
"laser",
"gcode",
"slicer"
],
"scripts": {
"start": "gs-app-server"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@tweenjs/tween.js": "^16.6.0",
"base64-js": "^1.5.1",
"buffer-crc32": "^0.2.13",
"compression": "^1.7.4",
"connect": "^3.7.0",
"earcut": "^2.2.3",
"express-useragent": "^1.0.13",
"@jscad/modeling": "^2.9.0",
"jszip": "^3.7.1",
"moment": "^2.24.0",
"pixi.js": "^4.8.9",
"serve-static": "^1.14.1",
"three": "^0.137.0",
"uglify-js": "3.14.5",
"validator": ">=13.7.0",
"ws": "^7.5.5"
}
}