2025-08-11

This commit is contained in:
Indigo5684
2025-08-11 17:41:21 -05:00
parent 415cf04b77
commit 1f9934a133
28 changed files with 299 additions and 444 deletions

33
package-lock.json generated
View File

@@ -8,7 +8,8 @@
"name": "website",
"version": "0.0.0",
"dependencies": {
"vue": "^3.5.18"
"vue": "^3.5.18",
"vuetify": "^3.9.4"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.2",
@@ -5004,6 +5005,36 @@
"typescript": ">=5.0.0"
}
},
"node_modules/vuetify": {
"version": "3.9.4",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.9.4.tgz",
"integrity": "sha512-OUdXVoThHUydJHyFsUHGxKxZ333hXKquRNn2ycqouO08ehi3005QE9tLPkwcBii4sAYZg7mADMRp7JbcNiNrTQ==",
"license": "MIT",
"engines": {
"node": "^12.20 || >=14.13"
},
"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/which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",