grid-apps-cmms/package.json
2024-06-08 15:19:42 -07:00

48 lines
1.2 KiB
JSON

{
"name": "grid-apps",
"version": "4.0.13D",
"description": "grid.space 3d slice & modeling tools",
"author": "Stewart Allen <sa@grid.space>",
"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"
],
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@gridspace/net-level-client": "^0.2.3",
"@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",
"jszip": "^3.7.1",
"moment": "^2.29.4",
"serve-static": "^1.14.1",
"three": "^0.147.0",
"three-mesh-bvh": "^0.5.21",
"uglify-js": "3.14.5",
"validator": ">=13.7.0",
"ws": "^7.5.5"
},
"devDependencies": {
"@gridspace/app-server": "^0.0.7"
},
"scripts": {
"postinstall": "bin/npm-post"
}
}