diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json index c419281..a97b4d7 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,11 @@ "description": "", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "dev": "webpack-dev-server --config ./webpack.config.dev.js --hot --inline", + "deploy": "webpack --config ./webpack.config.prod.js && git add -A && git commit -am 'deploy bundle' && git push" }, "author": "", - "license": "UNLICENSED", + "license": "", "devDependencies": { "babel-core": "^6.26.3", "babel-loader": "^7.0.0", @@ -16,11 +17,16 @@ "webpack": "^2.4.1" }, "dependencies": { + "babel-plugin-transform-class-properties": "^6.24.1", + "babel-plugin-transform-object-rest-spread": "^6.26.0", + "babel-plugin-transform-react-jsx": "^6.24.1", + "babel-plugin-transform-runtime": "^6.23.0", "csv-parse": "^2.5.0", "file-saver": "^1.3.8", "midi-writer-js": "^1.5.2", "nexusui": "^2.0.0", "tone": "^0.12.80", + "uglifyjs-webpack-plugin": "^2.0.1", "webfontloader": "^1.6.27", "webmidi": "^2.2.0" } |
