forked from damianmoore/part-mill
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 780 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 780 Bytes
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
{
"name": "gcode-generator",
"version": "0.0.1",
"description": "G-code Generator",
"author": "Damian Moore",
"repository": "https://github.com/damianmoore/gcode-generator",
"main": "js/index.js",
"dependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.23.1",
"jsx-loader": "^0.13.2",
"node-sass": "^3.4.2",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"react-redux": "^4.0.6",
"redux": "^3.0.5",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.10"
},
"scripts": {
"start": "webpack -d --devtool cheap-module-eval-source-map --progress --colors --watch",
"build": "webpack"
}
}