diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json index 437ad57f..c23f001e 100644 --- a/package.json +++ b/package.json @@ -14,17 +14,19 @@ }, "dependencies": { "babel-plugin-add-module-exports": "^0.2.1", + "babel-plugin-lodash": "^3.2.11", "diff": "^3.0.1", "karma-mocha-reporter": "^2.2.1", "node-sass": "^3.10.1", + "object-path": "^0.11.3", + "pako": "^1.0.4", "sanitize-html": "^1.13.0", "sass-loader": "^4.0.2", "tributejs": "^2.1.0", - "vue": "^2.0.1", - "vue-router": "^2.0.1", + "vue": "^2.1.0", + "vue-router": "^2.2.0", "vue-timeago": "^3.1.2", - "vuex": "^2.0.0", - "vuex-persistedstate": "^1.1.0" + "vuex": "^2.1.0" }, "devDependencies": { "autoprefixer": "^6.4.0", |
