init:tailwindcss4

This commit is contained in:
Tianpao
2025-11-10 00:02:21 +08:00
parent f1b4066397
commit 651f896830
8 changed files with 366 additions and 26 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"type": "module",
"packageManager":"pnpm@10.18.0",
"packageManager": "pnpm@10.18.0",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
@@ -15,6 +15,8 @@
"type-check": "vue-tsc --build"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.17",
"tailwindcss": "^4.1.17",
"vue": "^3.5.22",
"vue-router": "^4.6.3"
},