@webdevarif/create-next-app
Version:
A powerful CLI to scaffold Next.js projects with customizable features like authentication, internationalization, animations, and more.
76 lines (75 loc) • 2.16 kB
JSON
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.10.0",
"@gsap/react": "^2.1.2",
"@prisma/client": "^6.11.1",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.14",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-tooltip": "^1.2.7",
"@reduxjs/toolkit": "^2.8.2",
"@types/bcryptjs": "^2.4.6",
"@types/nprogress": "^0.2.3",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"gsap": "^3.13.0",
"lucide-react": "^0.414.0",
"next": "^14.2.30",
"next-auth": "^5.0.0-beta.19",
"next-intl": "^3.17.2",
"next-themes": "^0.4.6",
"nprogress": "^0.2.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.1",
"react-redux": "^9.2.0",
"sharp": "^0.34.3",
"sonner": "^2.0.5",
"swr": "^2.3.3",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "^20.14.13",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"lenis": "^1.3.4",
"postcss": "^8",
"prisma": "^6.11.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.4"
},
"prisma": {
"schema": "prisma/schema.prisma"
}
}