feat: added Tailwind and NextJS specific packages

This commit is contained in:
Bart van der Braak 2023-06-15 01:35:12 +02:00
parent d68a548737
commit 2970033193
2 changed files with 81 additions and 4 deletions

View file

@ -17,9 +17,12 @@
"format:check": "prettier . --check --cache"
},
"dependencies": {
"@t3-oss/env-nextjs": "^0.4.0",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
@ -32,6 +35,7 @@
"react-dom": "18.2.0",
"tailwind-merge": "^1.13.1",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.3"
},
"devDependencies": {