aboutsummaryrefslogtreecommitdiff
path: root/juick-www/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/package.json')
-rw-r--r--juick-www/package.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/juick-www/package.json b/juick-www/package.json
index 31bab35b..f8ab05f3 100644
--- a/juick-www/package.json
+++ b/juick-www/package.json
@@ -13,12 +13,18 @@
"license": "AGPLv3",
"devDependencies": {
"css-loader": "^0.23.1",
- "expose-loader": "^0.7.1",
+ "eslint": "^3.1.1",
+ "eslint-loader": "^1.4.1",
"extract-text-webpack-plugin": "^1.0.1",
"globby": "^4.1.0",
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",
"uglify-loader": "^1.3.0",
"webpack": "^1.13.1"
+ },
+ "dependencies": {
+ "autosize": "^3.0.16",
+ "element-closest": "^2.0.1",
+ "whatwg-fetch": "^1.0.0"
}
}