Remove vuetify and add theme toggle button

This commit is contained in:
2026-02-14 22:58:50 -05:00
parent d523c31953
commit ea871e3fb4
8 changed files with 103 additions and 244 deletions

View File

@@ -19,8 +19,7 @@
"dayjs": "^1.11.10",
"vue": "^3.5.17",
"vue-loading-overlay": "^6.0.3",
"vue-router": "^5.0.0",
"vuetify": "^3.9.6"
"vue-router": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.10",
@@ -34,8 +33,7 @@
"postcss-cli": "^11.0.0",
"sass-embedded": "^1.89.2",
"unplugin-vue-components": "^31.0.0",
"vite": "^6.3.6",
"vite-plugin-vuetify": "^2.1.1"
"vite": "^6.3.6"
},
"eslintConfig": {
"root": true,
@@ -51,4 +49,4 @@
},
"rules": {}
}
}
}