aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
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,