install shadcn

This commit is contained in:
2024-09-03 20:58:07 +02:00
parent 75d1ec7fd7
commit 21284a24ef
6 changed files with 237 additions and 148 deletions

View File

@ -9,25 +9,30 @@
"lint": "next lint"
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.2.7",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cssnano": "^7.0.1",
"lucide-react": "^0.438.0",
"next": "14.2.7",
"next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^10.0.0",
"next-plausible": "^3.12.0",
"sharp": "^0.33.4"
"react": "^18",
"react-dom": "^18",
"sharp": "^0.33.4",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"turbo": "2.1.1"
"postcss": "^8",
"tailwindcss": "^3.4.1",
"turbo": "2.1.1",
"typescript": "^5"
}
}