Add vuestic

This commit is contained in:
2025-09-06 23:01:36 +02:00
parent e5e9bfa14a
commit 1be0affff3
7 changed files with 792 additions and 7 deletions
+5 -1
View File
@@ -17,9 +17,13 @@
"check:all": "run-p lint check type-check"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.13",
"@vuestic/tailwind": "^0.1.5",
"pinia": "^3.0.3",
"tailwind": "^4.0.0",
"vue": "^3.5.18",
"vue-router": "^4.5.1"
"vue-router": "^4.5.1",
"vuestic-ui": "^1.10.3"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.2",