UNPKG

create-aaanh-stack

Version:

Stop repeating myself: Next.js template with Shadcn UI, TypeScript, Tailwind CSS, and T3 Env configuration

41 lines (40 loc) 961 B
{ "name": "create-next-shadcn-ts-tw-t3env", "version": "0.1.0", "files": [ "bin", "template" ], "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@neondatabase/serverless": "^1.0.1", "@t3-oss/env-nextjs": "^0.12.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "dotenv": "^16.5.0", "drizzle-orm": "^0.42.0", "lucide-react": "^0.488.0", "next": "15.2.1", "react": "^19.1.0", "react-dom": "^19.1.0", "tailwind-merge": "^3.3.1", "tw-animate-css": "^1.3.4", "ws": "^8.18.2", "zod": "^3.25.67" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.10", "@types/node": "^20.19.1", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@types/ws": "^8.18.1", "drizzle-kit": "^0.31.2", "tailwindcss": "^4.1.10", "typescript": "^5.8.3" } }