forked from kennethjiang/OctoPrint-Slicer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "OctoPrint-Slicer",
"description": "OctoPrint-Slicer",
"author": "Kenneth Jiang <kenneth.jiang@gmail.com>",
"license": "MIT",
"main": "octoprint_slicer/static/js/octoprint_slicer.min.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w --environment DEBUG",
"debug": "rollup -c --environment DEBUG"
},
"dependencies": {
"3tk": "=0.4.5",
"babel-polyfill": "^6.23.0",
"bin-packing-es": "0.0.3",
"lodash-es": "^4.17.4",
"three": "^0.90.0"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-eslint": "^7.1.1",
"babel-plugin-external-helpers": "^6.18.0",
"babel-plugin-lodash": "^3.2.11",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.18.0",
"babel-register": "^6.18.0",
"babelrc-rollup": "^3.0.0",
"eslint": "^3.12.2",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"rollup": "^0.37.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-watch": "^2.5.0"
}
}