setup tailwind

This commit is contained in:
MapleLeaf
2021-12-31 13:48:25 -06:00
committed by Darius
parent dcace52ac9
commit 2293b771f3
6 changed files with 45 additions and 25 deletions

View File

@@ -17,14 +17,18 @@
"react-router-dom": "^6.2.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.13",
"@types/node": "*",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.9",
"@vitejs/plugin-react": "^1.1.3",
"autoprefixer": "^10.4.1",
"compression": "^1.7.4",
"esno": "^0.13.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.8",
"typescript": "^4.5.4",
"vite": "^2.7.10"
}