Revert " remove imports"

This reverts commit 41ab0be9ca.
This commit is contained in:
sperwing 2024-12-01 00:21:30 +01:00
parent 908ba62f58
commit c88dee500d
3 changed files with 1234 additions and 1110 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,11 +10,17 @@
"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",
"@babel/eslint-parser": "^7.12.16",
"@fortawesome/fontawesome-free": "^6.7.1",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-regular-svg-icons": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",

5
front/package.json Normal file
View File

@ -0,0 +1,5 @@
{
"dependencies": {
"vuetify": "^3.7.4"
}
}