diff options
author | Phil Burton <philip.burton@chiaro.co.uk> | 2019-11-02 01:18:57 +0000 |
---|---|---|
committer | Phil Burton <philip.burton@chiaro.co.uk> | 2019-11-02 01:18:57 +0000 |
commit | 5ee125602018a8947235c7a1b00c3745ab0d1749 (patch) | |
tree | b3395aa2e3e1019e00ade57ca7867d1e8e3fe41d /package.json | |
parent | fb0c574ed1725fe13c8ab073d2ead3fdc842c2ba (diff) |
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json index 9fcb8ee..de3f5d2 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,13 @@ "lodash": "^4.17.13", "resolve-url-loader": "^2.3.1", "sass": "^1.15.2", - "sass-loader": "^7.1.0" + "sass-loader": "^7.1.0", + "vue": "^2.5.17", + "vue-chessboard": "^0.6.5", + "vue-template-compiler": "^2.6.10" + }, + "dependencies": { + "jquery": "^3.4.1", + "vue": "^2.6.10" } } |