grid-apps-cmms/package.json

219 lines
7.3 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",
2025-10-26 19:18:21 -04:00
"version": "4.4.0",
2024-09-14 11:41:51 -04:00
"description": "grid.space 3d slicing & 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",
2024-09-14 11:41:51 -04:00
"mesh:tool",
2017-08-12 07:50:41 -04:00
"kiri:moto",
"kirimoto",
"kiri",
2024-09-14 11:41:51 -04:00
"mesh",
"editor",
"3D",
"FDM",
2017-08-12 07:50:41 -04:00
"CAM",
2024-09-14 11:41:51 -04:00
"CNC",
"mSLA",
2017-08-12 07:50:41 -04:00
"laser",
2024-09-14 11:41:51 -04:00
"waterjet",
"wire edm",
"wire-edm",
"dragknife",
"drag knife",
2017-08-12 07:50:41 -04:00
"gcode",
2018-02-24 21:31:32 -05:00
"slicer"
],
"engines": {
2025-07-07 22:29:45 -04:00
"node": ">=22.0.0"
},
"dependencies": {
2022-04-10 22:36:13 -04:00
"@fortawesome/fontawesome-free": "^6.1.1",
"@gridspace/app-server": "github:gridspace/app-server#v0.0.19",
"@gridspace/basic-ftp": "github:gridspace/basic-ftp#v5.0.5-gridspace",
"@gridspace/net-level-client": "^0.2.3",
"@gridspace/raster-path": "^1.0.6",
"@tracespace/parser": "^5.0.0-next.0",
2023-10-21 17:08:27 -04:00
"@tweenjs/tween.js": "^16.6.0",
"base64-js": "^1.5.1",
2024-07-28 15:02:35 -04:00
"bootstrap-icons": "^1.11.3",
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",
2025-07-05 12:41:00 -04:00
"earcut": "^3.0.1",
2020-03-03 08:34:33 -05:00
"express-useragent": "^1.0.13",
"fast-glob": "^3.3.3",
2025-07-14 18:15:14 -04:00
"i": "^0.3.7",
"jszip": "^3.7.1",
"manifold-3d": "^3.2.1",
"moment": "^2.29.4",
2025-07-14 18:15:14 -04:00
"npm": "^11.4.2",
2025-06-18 17:07:32 -06:00
"prettier": "^3.5.3",
2025-07-06 19:47:22 -04:00
"react-responsive-carousel": "^3.2.23",
2020-03-03 08:34:33 -05:00
"serve-static": "^1.14.1",
"three": "^0.178.0",
"three-mesh-bvh": "^0.7.6",
"uglify-js": "3.14.5",
2025-10-16 21:39:24 -04:00
"validator": ">=13.15.15",
"ws": "^8.18.2"
2022-10-24 11:43:43 -04:00
},
"devDependencies": {
2025-05-17 15:47:41 -06:00
"@docusaurus/core": "^3.7.0",
"@docusaurus/preset-classic": "^3.7.0",
2025-03-18 15:24:38 -04:00
"@electron/notarize": "^3.0.0",
"copy-webpack-plugin": "^12.0.2",
2025-05-17 15:47:41 -06:00
"docusaurus-lunr-search": "^3.6.0",
"dotenv": "latest",
2025-03-18 15:24:38 -04:00
"electron": "^35.0.1",
"electron-builder": "^24.9.1",
"esbuild": "^0.25.5",
"fs-extra": "^11.2.0",
"imports-loader": "^5.0.0",
"node-fetch": "^3.3.2",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4"
2022-10-24 11:43:43 -04:00
},
"scripts": {
2025-11-12 01:27:33 -05:00
"setup": "npm run setup-mods && npm i && npm run clean && npm run webpack-ext",
2025-09-30 16:44:16 -04:00
"setup-mods": "cd mods && npm i",
2024-06-14 17:38:07 -04:00
"build": "npm run prebuild && electron-builder",
2025-05-06 19:42:24 -06:00
"build-nopublish": "npm run prebuild && electron-builder --publish never",
2024-06-14 17:38:07 -04:00
"build-debug": "npm run prebuild && DEBUG=electron-builder electron-builder",
"build-linux": "npm run build -- --linux --x64",
2024-06-18 12:06:25 -04:00
"build-linux-arm": "npm run build -- --linux --arm64",
"build-win": "npm run build -- --win --x64",
2024-06-18 12:06:25 -04:00
"build-win-arm": "npm run build -- --win --arm64",
"build-mac": "npm run build -- --mac --arm64",
2024-06-18 12:06:25 -04:00
"build-mac-intel": "npm run build -- --mac --x64",
2025-11-12 01:27:33 -05:00
"bundle": "COMPRESS=1 npm run bundle:prod",
"bundle:dev": "node bin/bundler.mjs",
"bundle:prod": "node bin/bundler.mjs bin/bundle-prod.config.json",
"clean": "rm -rf alt build data dist src/pack src.old tmp web.old .bcache",
2025-07-06 19:47:22 -04:00
"docs-dev": "docusaurus start --config conf/docusaurus.config.js",
"docs-build": "docusaurus build --config conf/docusaurus.config.js",
"docs-serve": "docusaurus serve --config conf/docusaurus.config.js",
2025-07-09 01:18:29 -04:00
"docs-check": "prettier --config ./conf/prettier.config.js ./docs --check",
2025-11-12 01:27:33 -05:00
"dryrun": "gs-app-server --debug --single --alt --dryrun",
"dev": "npm run pack-dev && gs-app-server --debug --single",
2025-11-12 09:53:38 -05:00
"prod": "npm run pack-prod && gs-app-server",
2025-07-09 19:05:18 -04:00
"start": "npm run prebuild prod && electron .",
"start-dev": "npm run prebuild prod && electron . --devel",
"start-dbg": "npm run prebuild && electron . --debugg",
"start-ddb": "npm run prebuild && electron . --devel --debugg",
"mk-links": "find src web -type l | xargs -I{} sh -c 'echo \"{},$(readlink {})\"' > conf/links.csv",
"mac-verify": "spctl --assess -vv --type install dist/*/*.app",
2025-07-14 18:15:14 -04:00
"prebuild": "npm run setup && npm run webpack-src prod && node bin/electron-pre.js",
"postbuild": "node bin/electron-post.js",
"preinstall": "node bin/install-pre.js",
2025-11-12 01:27:33 -05:00
"pack-dev": "npm run dryrun && npm run webpack-src && npm run dryrun && npm run bundle:dev",
"pack-prod": "npm run dryrun && npm run webpack-src prod && npm run dryrun && npm run bundle",
2025-07-14 18:15:14 -04:00
"webpack-ext": "npm run webpack-three && npm run webpack-zip",
"webpack-src": "node bin/esbuild.config.mjs",
"webpack-three": "npx webpack --config bin/webpack-three-esm.js",
"webpack-zip": "npx webpack --config bin/webpack-jszip-esm.js"
2024-06-14 17:38:07 -04:00
},
"main": "app-el.js",
"build": {
2025-02-04 16:59:06 -05:00
"npmRebuild": false,
2024-06-14 17:38:07 -04:00
"appId": "space.grid.kiri",
"productName": "KiriMoto",
"artifactName": "KiriMoto-${os}-${arch}.${ext}",
2024-06-14 17:38:07 -04:00
"files": [
{
"from": "tmp/src",
"to": "src",
"filter": [
"**/*"
]
2024-06-14 17:38:07 -04:00
},
{
"from": "tmp/web",
"to": "web",
"filter": [
"**/*"
]
2024-06-14 17:38:07 -04:00
},
2024-06-16 21:48:41 -04:00
{
"from": "tmp/mod",
"to": "mod",
"filter": [
"**/*"
]
},
2025-02-04 16:59:06 -05:00
{
"from": "tmp/mod/node_modules",
"to": "mod/node_modules",
"filter": [
"**/*"
]
},
{
"from": "tmp/mods",
"to": "mods",
"filter": [
"**/*"
]
},
{
"from": "tmp/mods/node_modules",
"to": "mods/node_modules",
"filter": [
"**/*"
]
},
"bin/*",
2024-06-14 17:38:07 -04:00
"conf/**/*",
2025-02-04 16:59:06 -05:00
"data/cache/**/*",
2024-06-14 17:38:07 -04:00
"app-el.js",
"app.js",
"package.json"
],
"extraFiles": [],
2024-06-14 17:38:07 -04:00
"directories": {
"output": "dist"
},
"win": {
"icon": "bin/GS.ico",
"target": [
"nsis",
"zip"
]
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true,
2025-07-07 23:00:04 -04:00
"differentialPackage": false,
"allowElevation": true
2024-06-14 17:38:07 -04:00
},
2025-07-07 22:29:45 -04:00
"dmg": {
2025-07-07 23:00:04 -04:00
"writeUpdateInfo": false
2025-07-07 22:29:45 -04:00
},
2024-06-14 17:38:07 -04:00
"mac": {
"icon": "bin/GS.icns",
"category": "public.app-category.utilities",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"entitlements": "bin/electron-entitlements.plist",
"entitlementsInherit": "bin/electron-entitlements.plist",
"target": [
2025-07-07 22:29:45 -04:00
"dmg"
]
2024-06-14 17:38:07 -04:00
},
"linux": {
"icon": "bin/GS.png",
"target": [
"AppImage"
]
},
"afterSign": "bin/electron-notarize.js"
},
"sideEffects": true
}