Added Vuetify to project
This commit is contained in:
parent
ba7041ab12
commit
8129aaf0ad
5 changed files with 89 additions and 30 deletions
|
|
@ -16,8 +16,11 @@
|
|||
"type-check": "vue-tsc --build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mdi/font": "^7.4.47",
|
||||
"vite-plugin-vuetify": "^2.1.2",
|
||||
"vue": "^3.5.18",
|
||||
"vue-router": "^4.5.1"
|
||||
"vue-router": "^4.5.1",
|
||||
"vuetify": "^3.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tsconfig/node22": "^22.0.2",
|
||||
|
|
@ -29,6 +32,7 @@
|
|||
"@vue/tsconfig": "^0.7.0",
|
||||
"jsdom": "^26.1.0",
|
||||
"npm-run-all2": "^8.0.4",
|
||||
"sass-embedded": "^1.92.1",
|
||||
"typescript": "~5.8.0",
|
||||
"vite": "^7.0.6",
|
||||
"vite-plugin-vue-devtools": "^8.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue