功能:项目配置使用tailwindcss
正在显示
| ... | ... | @@ -49,6 +49,7 @@ |
| "@types/react-dom": "^18.2.15", | ||
| "@typescript-eslint/eslint-plugin": "^6.10.0", | ||
| "@typescript-eslint/parser": "^6.10.0", | ||
| "autoprefixer": "^10.4.16", | ||
| "cross-env": "^7.0.3", | ||
| "eslint": "^8", | ||
| "eslint-config-airbnb-base": "^15.0.0", | ||
| ... | ... | @@ -57,8 +58,11 @@ |
| "eslint-config-prettier": "^9.0.0", | ||
| "eslint-plugin-prettier": "^5.0.1", | ||
| "eslint-plugin-unused-imports": "^3.0.0", | ||
| "postcss": "^8.4.32", | ||
| "prettier": "^3.0.3", | ||
| "prettier-plugin-tailwindcss": "^0.5.10", | ||
| "sass": "^1.69.5", | ||
| "tailwindcss": "^3.4.0", | ||
| "typescript": "^5" | ||
| } | ||
| } |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
postcss.config.js
0 → 100644
tailwind.config.js
0 → 100644
请
注册
或者
登录
后发表评论