Add Vuetify and basic layout for test purposes

This commit is contained in:
2024-09-03 13:54:19 +02:00
parent e607a09631
commit d4be64a0e9
7 changed files with 85 additions and 97 deletions

View File

@@ -8,9 +8,11 @@
"name": "software",
"version": "0.0.0",
"dependencies": {
"@mdi/font": "^7.4.47",
"@types/node": "^22.5.2",
"typescript": "^5.5.4",
"vue": "^3.4.29"
"vue": "^3.4.29",
"vuetify": "^3.7.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
@@ -461,6 +463,12 @@
"integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==",
"license": "MIT"
},
"node_modules/@mdi/font": {
"version": "7.4.47",
"resolved": "https://registry.npmjs.org/@mdi/font/-/font-7.4.47.tgz",
"integrity": "sha512-43MtGpd585SNzHZPcYowu/84Vz2a2g31TvPMTm9uTiCSWzaheQySUcSyUH/46fPnuPQWof2yd0pGBtzee/IQWw==",
"license": "Apache-2.0"
},
"node_modules/@rollup/rollup-android-arm-eabi": {
"version": "4.21.2",
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.21.2.tgz",
@@ -1107,6 +1115,36 @@
"optional": true
}
}
},
"node_modules/vuetify": {
"version": "3.7.1",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-3.7.1.tgz",
"integrity": "sha512-N1XlczbgeGt/O+JUk72QPrqcDaRIXUdptUciJqGyTvZ9cfMoSlEWs6TZO+dOOfXbKvmIMFMycYg4dgSHDpCPhg==",
"license": "MIT",
"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
}
}
}
}
}