feat: tailwindcss兼容antd
Showing
| ... | @@ -11,7 +11,6 @@ | ... | @@ -11,7 +11,6 @@ |
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@tailwindcss/vite": "^4.1.0", | "@tailwindcss/vite": "^4.1.0", | ||
| "@tuia/eslint-config-common": "3.0.1-beta.2", | |||
| "antd": "^5.24.5", | "antd": "^5.24.5", | ||
| "axios": "^1.8.4", | "axios": "^1.8.4", | ||
| "dayjs": "^1.11.13", | "dayjs": "^1.11.13", | ||
| ... | @@ -27,6 +26,7 @@ | ... | @@ -27,6 +26,7 @@ |
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@ant-design/v5-patch-for-react-19": "^1.0.3", | "@ant-design/v5-patch-for-react-19": "^1.0.3", | ||
| "@tuia/eslint-config-common": "3.0.1-beta.2", | |||
| "@types/numeral": "^2.0.5", | "@types/numeral": "^2.0.5", | ||
| "@types/react": "^19.0.10", | "@types/react": "^19.0.10", | ||
| "@types/react-dom": "^19.0.4", | "@types/react-dom": "^19.0.4", | ||
| ... | ... |
Please register or sign in to comment