UNPKG

create-apppaaaul

Version:

Create projects as paaauldev would

59 lines 1.7 kB
{ "name": "{{name}}", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint", "db:push": "drizzle-kit push", "db:studio": "pnpm drizzle-kit studio" }, "dependencies": { "@auth/drizzle-adapter": "^1.9.0", "@radix-ui/react-slot": "^1.1.2", "@tailwindcss/postcss": "^4.1.4", "autoprefixer": "^10.4.21", "bcryptjs": "^2.4.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "dotenv": "^16.5.0", "drizzle-orm": "^0.43.1", "lucide-react": "^0.474.0", "next": "^15.3.1", "next-auth": "4.24.11", "postcss": "^8.5.3", "postgres": "^3.4.5", "react": "^19.1.0", "react-dom": "^19.1.0", "sonner": "^2.0.3", "tailwind-merge": "^3.2.0", "tailwindcss": "^4.1.4", "tailwindcss-animate": "^1.0.7", "tsx": "^4.19.3", "zod": "^3.24.3" }, "devDependencies": { "@eslint/compat": "^1.2.8", "@next/eslint-plugin-next": "15.1.7", "@types/node": "^22.15.3", "@types/react": "^19.0.12", "@types/react-dom": "^19.1.2", "@vercel/style-guide": "^6.0.0", "drizzle-kit": "^0.31.0", "eslint": "^9.25.1", "eslint-config-next": "15.3.1", "eslint-config-prettier": "^10.1.2", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^5.2.6", "eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517", "globals": "^16.0.0", "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.6.11", "tw-animate-css": "^1.2.8", "typescript": "^5.8.3", "typescript-eslint": "^8.31.0" } }