diff --git a/front/bahnui-front/package-lock.json b/front/bahnui-front/package-lock.json index aeabd3a..00eef0e 100644 --- a/front/bahnui-front/package-lock.json +++ b/front/bahnui-front/package-lock.json @@ -10,7 +10,8 @@ "dependencies": { "axios": "^1.7.7", "core-js": "^3.8.3", - "vue": "^3.2.13" + "vue": "^3.2.13", + "vuetify": "^3.7.4" }, "devDependencies": { "@babel/core": "^7.12.16", @@ -10530,6 +10531,35 @@ "integrity": "sha512-4gDntzrifFnCEvyoO8PqyJDmguXgVPxKiIxrBKjIowvL9l+N66196+72XVYR8BBf1Uv1Fgt3bGevJ+sEmxfZzw==", "dev": true }, + "node_modules/vuetify": { + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.7.4.tgz", + "integrity": "sha512-Y8UU5wUDQXC3oz2uumPb8IOdvB4XMCxtxnmqdOc+LihNuPlkSgxIwf92ndRzbOtJFKHsggFUxpyLqpQp+A+5kg==", + "engines": { + "node": "^12.20 || >=14.13" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/johnleider" + }, + "peerDependencies": { + "typescript": ">=4.7", + "vite-plugin-vuetify": ">=1.0.0", + "vue": "^3.3.0", + "webpack-plugin-vuetify": ">=2.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + }, + "vite-plugin-vuetify": { + "optional": true + }, + "webpack-plugin-vuetify": { + "optional": true + } + } + }, "node_modules/watchpack": { "version": "2.4.2", "resolved": "https://registry.npmmirror.com/watchpack/-/watchpack-2.4.2.tgz", diff --git a/front/bahnui-front/package.json b/front/bahnui-front/package.json index ddc74a9..33d6df2 100644 --- a/front/bahnui-front/package.json +++ b/front/bahnui-front/package.json @@ -10,7 +10,8 @@ "dependencies": { "axios": "^1.7.7", "core-js": "^3.8.3", - "vue": "^3.2.13" + "vue": "^3.2.13", + "vuetify": "^3.7.4" }, "devDependencies": { "@babel/core": "^7.12.16",