Added Vuetify for their calendar.

This commit is contained in:
rocketdebris 2025-10-23 16:52:39 -04:00
parent 26c9e25c5b
commit be718106c3
2 changed files with 31 additions and 2 deletions

View File

@ -15,7 +15,8 @@
"pinia": "^3.0.3", "pinia": "^3.0.3",
"primevue": "^4.4.1", "primevue": "^4.4.1",
"vue": "^3.5.22", "vue": "^3.5.22",
"vue-router": "^4.6.3" "vue-router": "^4.6.3",
"vuetify": "^3.10.7"
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue": "^6.0.1", "@vitejs/plugin-vue": "^6.0.1",
@ -4603,6 +4604,33 @@
"vue": "^3.5.0" "vue": "^3.5.0"
} }
}, },
"node_modules/vuetify": {
"version": "3.10.7",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.10.7.tgz",
"integrity": "sha512-I7eyv5hkJbaWpUT97aDtf17VQXIEnGfEWyNRD/6nqVfYIbVAUNVUiXCtoPnuSH/mxpA3Z/duxOr/94KPn2Rf8g==",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/johnleider"
},
"peerDependencies": {
"typescript": ">=4.7",
"vite-plugin-vuetify": ">=2.1.0",
"vue": "^3.5.0",
"webpack-plugin-vuetify": ">=3.1.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
},
"vite-plugin-vuetify": {
"optional": true
},
"webpack-plugin-vuetify": {
"optional": true
}
}
},
"node_modules/w3c-keyname": { "node_modules/w3c-keyname": {
"version": "2.2.8", "version": "2.2.8",
"resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz", "resolved": "https://registry.npmjs.org/w3c-keyname/-/w3c-keyname-2.2.8.tgz",

View File

@ -16,7 +16,8 @@
"pinia": "^3.0.3", "pinia": "^3.0.3",
"primevue": "^4.4.1", "primevue": "^4.4.1",
"vue": "^3.5.22", "vue": "^3.5.22",
"vue-router": "^4.6.3" "vue-router": "^4.6.3",
"vuetify": "^3.10.7"
}, },
"devDependencies": { "devDependencies": {
"@vitejs/plugin-vue": "^6.0.1", "@vitejs/plugin-vue": "^6.0.1",