diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-06 16:52:10 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-06 16:52:10 -0400 |
| commit | 96fb771ab62bbaa6fab1abd455455e23138edb8f (patch) | |
| tree | f55a05e1cc51c484e3bfdedb8f7b03cf9b89e493 /package.json | |
| parent | 745160ba8dc87ffbfb6332bb3a1742cb976ce7f8 (diff) | |
| download | alee-dashboard-master.tar.gz alee-dashboard-master.tar.bz2 alee-dashboard-master.zip | |
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/package.json b/package.json index 2e6f50a..9ffbaa3 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ }, "dependencies": { "core-js": "^3.6.5", - "vue": "^2.6.11" + "vue": "^2.6.11", + "vuetify": "^2.2.11" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.4.0", @@ -18,7 +19,11 @@ "babel-eslint": "^10.1.0", "eslint": "^6.7.2", "eslint-plugin-vue": "^6.2.2", - "vue-template-compiler": "^2.6.11" + "sass": "^1.19.0", + "sass-loader": "^8.0.0", + "vue-cli-plugin-vuetify": "^2.0.7", + "vue-template-compiler": "^2.6.11", + "vuetify-loader": "^1.3.0" }, "eslintConfig": { "root": true, |
