diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index f7c89fc..a85476f 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,11 @@ "webpack-dev-server": "^2.9.3" }, "dependencies": { + "axios": "^0.17.0", "backbone": "^1.3.3", + "html-loader": "^0.5.1", "jquery": "^3.2.1", + "lodash": "^4.17.4", "mustache": "^2.3.0", "underscore": "^1.8.3" } |