mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
34 lines
782 B
Handlebars
34 lines
782 B
Handlebars
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack --port=3001",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"radix-ui": "^1.4.2",
|
|
"@tanstack/react-form": "^1.12.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.487.0",
|
|
"next": "15.5.0",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"sonner": "^2.0.5",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tw-animate-css": "^1.3.4",
|
|
"zod": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.10",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"tailwindcss": "^4.1.10",
|
|
"typescript": "^5"
|
|
}
|
|
}
|