UNPKG

create-coliapp

Version:

Create projects like colidev 🚀. Inspired by 'create-appncy' by @goncy

42 lines (41 loc) • 999 B
{ "name": "{{name}}", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "biome check .", "sort": "biome check --formatter-enabled=false --linter-enabled=false --organize-imports-enabled=true --write ." }, "engines": { "node": "22.x", "pnpm": "10.x" }, "dependencies": { "@radix-ui/react-dialog": "^1.1.14", "@radix-ui/react-dropdown-menu": "^2.1.15", "@radix-ui/react-slot": "^1.2.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.511.0", "next": "15.3.2", "next-themes": "^0.4.6", "react": "^19.0.0", "react-dom": "^19.0.0", "slugify": "^1.6.6", "tailwind-merge": "^3.3.0", "vaul": "^1.1.2" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "tailwindcss": "^4", "tw-animate-css": "^1.3.0", "typescript": "^5" } }