This commit is contained in:
2026-03-09 12:30:52 +03:00
parent f925ea1cf1
commit 24c935df5f
15 changed files with 191 additions and 79 deletions

30
package-lock.json generated
View File

@@ -16,7 +16,8 @@
"primevue": "^4.5.4",
"tailwindcss": "^4.2.1",
"tailwindcss-primeui": "^0.6.1",
"vue": "^3.5.28"
"vue": "^3.5.28",
"vuetify": "^4.0.0"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
@@ -5841,6 +5842,33 @@
"typescript": ">=5.0.0"
}
},
"node_modules/vuetify": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.0.0.tgz",
"integrity": "sha512-TRyNWd2KlX1KXbKwuHYRfrX24yLHq85AdVKmokfy5llAgVx7MNW4oBPwFmYLeuuSrWvw5ITtDJ5VjdBIKD5WVw==",
"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/which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",