grid-apps-cmms/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2017-04-18 17:09:33 -04:00
{
2018-02-24 21:31:32 -05:00
"name": "grid-apps",
2023-03-19 10:55:52 -04:00
"version": "4.0.0D",
"description": "grid.space 3d slice & modeling tools",
"author": "Stewart Allen <sa@grid.space>",
2017-09-06 11:19:44 -04:00
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/gridspace/apps.git"
},
"keywords": [
2017-08-12 07:50:41 -04:00
"grid.space",
"kiri:moto",
"kirimoto",
"kiri",
2018-02-24 21:31:32 -05:00
"3d",
2017-08-12 07:50:41 -04:00
"CAM",
"laser",
"gcode",
2018-02-24 21:31:32 -05:00
"slicer"
],
"dependencies": {
2022-04-10 22:36:13 -04:00
"@fortawesome/fontawesome-free": "^6.1.1",
"@tweenjs/tween.js": "^16.6.0",
"base64-js": "^1.5.1",
2017-10-11 11:40:51 -04:00
"buffer-crc32": "^0.2.13",
"compression": "^1.7.4",
2020-03-03 08:34:33 -05:00
"connect": "^3.7.0",
"earcut": "^2.2.3",
2020-03-03 08:34:33 -05:00
"express-useragent": "^1.0.13",
"jszip": "^3.7.1",
"moment": "^2.24.0",
2020-03-03 08:34:33 -05:00
"pixi.js": "^4.8.9",
"serve-static": "^1.14.1",
2022-09-28 00:20:17 -04:00
"three": "^0.144.0",
2023-01-08 15:21:17 -05:00
"three-mesh-bvh": "^0.5.21",
"uglify-js": "3.14.5",
"validator": ">=13.7.0",
"ws": "^7.5.5"
2022-10-24 11:43:43 -04:00
},
"devDependencies": {
"@gridspace/app-server": "^0.0.7"
},
"scripts": {
"postinstall": "bin/npm-post"
}
2017-04-18 17:09:33 -04:00
}