渐变文字标题、tailwindcss升级

This commit is contained in:
2025-02-04 16:39:06 +08:00
parent 0811790009
commit 72a208d4d8
31 changed files with 367 additions and 1088 deletions

View File

@@ -36,6 +36,8 @@
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.3",
"@tailwindcss/vite": "^4.0.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.1",
"@types/nprogress": "^0.2.3",
@@ -43,7 +45,6 @@
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/babel-plugin-jsx": "^1.2.5",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.4",
"eslint": "^9.19.0",
"eslint-plugin-vue": "^9.32.0",
@@ -52,7 +53,7 @@
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"rollup-plugin-visualizer": "^5.14.0",
"tailwindcss": "^3.4.17",
"tailwindcss": "^4.0.3",
"typescript": "^5.7.3",
"vite": "^6.0.11"
}