install tailwind

This commit is contained in:
sindhu
2023-11-06 09:45:23 +07:00
parent 1afbcd0bda
commit d60d251223
6 changed files with 622 additions and 0 deletions

View File

@@ -19,9 +19,12 @@
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}