summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-05-20 20:34:23 +0200
committerJules Laplace <julescarbon@gmail.com>2018-05-20 20:34:23 +0200
commit135fde231646f8f8838cdf16ddb0bc3ad2e94d3a (patch)
tree60f78ae6368636fdac0bcd2117a2a857f54782aa /package.json
parent5f2a721426c5e55e755c65b946910ba752acf327 (diff)
webpack stuff
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 17 insertions, 1 deletions
diff --git a/package.json b/package.json
index d8f4f83..3df4808 100644
--- a/package.json
+++ b/package.json
@@ -18,9 +18,25 @@
"dependencies": {
"dotenv": "^5.0.1",
"express": "^4.16.3",
- "socket.io": "^2.1.1"
+ "preact": "^8.2.9",
+ "preact-compat": "^3.18.0",
+ "react-redux": "^5.0.7",
+ "react-router-dom": "^4.2.2",
+ "redux": "^4.0.0",
+ "socket.io": "^2.1.1",
+ "tone": "^0.12.80"
},
"devDependencies": {
+ "babel-cli": "^6.26.0",
+ "babel-core": "^6.26.3",
+ "babel-loader": "^7.1.4",
+ "babel-plugin-transform-react-jsx": "^6.24.1",
+ "babel-preset-env": "^1.7.0",
+ "babel-preset-es2015": "^6.24.1",
+ "babel-preset-stage-0": "^6.24.1",
+ "babel-preset-stage-2": "^6.24.1",
+ "webpack": "^4.8.3",
+ "webpack-cli": "^2.1.3",
"zerorpc": "^0.9.7"
}
}