mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-10 16:33:24 +01:00
54 lines
1.8 KiB
JSON
54 lines
1.8 KiB
JSON
{
|
|
"name": "@doodle3d/doodle3d-slicer",
|
|
"version": "0.0.13",
|
|
"description": "JavaScript gcode slicer, Intended to use with the Doodle3D WiFi-Box # Usage",
|
|
"main": "lib/index.js",
|
|
"module": "module/index.js",
|
|
"esnext": "src/index.js",
|
|
"scripts": {
|
|
"prepare": "npm run build",
|
|
"build": "npm run build:main && npm run build:main:settings && npm run build:module && npm run build:module:settings ",
|
|
"build:main": "BABEL_ENV=main babel src -s -d lib",
|
|
"build:module": "BABEL_ENV=module babel src -s -d module",
|
|
"build:main:settings": "cp -r src/settings lib",
|
|
"build:module:settings": "cp -r src/settings module"
|
|
},
|
|
"dependencies": {
|
|
"@doodle3d/clipper-js": "^1.0.7",
|
|
"lodash": "^4.17.4",
|
|
"material-ui": "^0.19.4",
|
|
"proptypes": "^1.1.0",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"react-jss": "^7.2.0",
|
|
"react-resize-detector": "^1.1.0",
|
|
"three": "^0.83.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-inline-import": "^2.0.6",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
"babel-plugin-transform-es2015-classes": "^6.24.1",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"babel-cli": "6.24.1",
|
|
"babel-core": "6.24.1",
|
|
"babel-loader": "7.0.0",
|
|
"babel-plugin-add-module-exports": "0.2.1",
|
|
"babel-preset-es2015": "6.24.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Doodle3D/Doodle3D-Slicer.git"
|
|
},
|
|
"author": "",
|
|
"license": "UNLICENSED",
|
|
"private": true,
|
|
"bugs": {
|
|
"url": "https://github.com/Doodle3D/Doodle3D-Slicer/issues"
|
|
},
|
|
"homepage": "https://github.com/Doodle3D/Doodle3D-Slicer#readme"
|
|
}
|