tailwind, complete overhaul. remove dead code, clean strcut

This commit is contained in:
Blake Ridgway
2026-02-09 22:22:32 -06:00
parent d3c1dabf64
commit 0395409963
30 changed files with 3194 additions and 9301 deletions

View File

@@ -8,9 +8,12 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@tailwindcss/postcss": "^4.1.18",
"axios": "^1.12.0",
"core-js": "^3.8.3",
"pinia": "^2.1.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"vue": "^3.2.13",
"vue-router": "^4.5.0"
},
@@ -43,4 +46,4 @@
"not dead",
"not ie 11"
]
}
}