summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-10-10 14:13:15 +0200
committerJules Laplace <julescarbon@gmail.com>2018-10-10 14:13:15 +0200
commit4378f977c385f475826b9680ae4c705e5ebff910 (patch)
tree175f671a01bb794f49ba6d8b2e1af4c8e26a732a /package.json
parenta64c4fa7e1913fe14124190086d0d5624445c808 (diff)
deploy
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
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"
}