aboutsummaryrefslogtreecommitdiff
path: root/juick-www/package.json
diff options
context:
space:
mode:
authorGravatar makc2017-05-18 22:38:44 +0200
committerGravatar makc2017-05-18 22:38:44 +0200
commitdb1003e7a5194d2aa34a36272291923818661f8a (patch)
tree4f7947bb553785f0e56698bcd29ede55e8f60be9 /juick-www/package.json
parentfd7a00f27cd268e6208b4cbd2e5b795e9b4794be (diff)
embed image links
Diffstat (limited to 'juick-www/package.json')
-rw-r--r--juick-www/package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/juick-www/package.json b/juick-www/package.json
index 2eda35cd..6ef22c44 100644
--- a/juick-www/package.json
+++ b/juick-www/package.json
@@ -12,8 +12,11 @@
},
"license": "AGPLv3",
"devDependencies": {
+ "babel-core": "^6.0.20",
+ "babel-loader": "^6.0.1",
+ "babel-preset-es2015": "^6.24.1",
"css-loader": "^0.23.1",
- "csslint": "^1.0.2",
+ "csslint": "^1.0.5",
"csslint-loader": "^1.0.0",
"eslint": "^3.1.1",
"eslint-loader": "^1.4.1",
@@ -31,6 +34,7 @@
"classlist.js": "^1.1.20150312",
"element-closest": "^2.0.1",
"evil-icons": "^1.8.0",
+ "killy": "file:src/main/js/killy",
"whatwg-fetch": "^1.0.0"
}
}