summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-08-03 20:06:21 +0200
committerJules Laplace <julescarbon@gmail.com>2018-08-03 20:06:21 +0200
commit57bb9aecd0483266872210de600ff78217205767 (patch)
tree3fc7eaa6c266dc375de470cbe8d5b23c9589fa72 /package.json
parentd76432715a7d13bac7f3647f1809c0a5c5a810e3 (diff)
add midi commands for jx8p but it isnt recognizing them
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/package.json b/package.json
index 17706cc..c5b81f5 100644
--- a/package.json
+++ b/package.json
@@ -14,5 +14,15 @@
"license": "MIT",
"dependencies": {
"webmidi": "^2.2.0"
+ },
+ "devDependencies": {
+ "babel-core": "^6.26.3",
+ "babel-loader": "^7.1.5",
+ "babel-preset-env": "^1.7.0",
+ "babel-preset-es2015": "^6.24.1",
+ "eslint": "^5.2.0",
+ "eslint-plugin-react": "^7.10.0",
+ "webpack": "^4.16.4",
+ "webpack-command": "^0.4.1"
}
}