feat: tailwind setup

This commit is contained in:
Louis
2023-11-17 18:50:05 +01:00
parent 2925b17507
commit b62fbe505b
6 changed files with 690 additions and 68 deletions

View File

@@ -19,9 +19,12 @@
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^5.0.0"
}