{ "name": "{{PACKAGE_NAME}}", "version": "0.5.1", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "codegen": "next-core-codegen" }, "dependencies": { "next": "^15.0.0", "react": "^19.0.0", "react-dom": "^19.0.0", "lucide-react": "^0.263.1", "tailwind-merge": "^3.0.0", "clsx": "^2.1.1", "class-variance-authority": "^0.7.1", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-separator": "^1.1.0"{{ADDITIONAL_DEPENDENCIES}} }, "devDependencies": { "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "autoprefixer": "^10", "eslint": "^8", "eslint-config-next": "^15.0.0", "postcss": "^8", "tailwindcss": "^3.4.0", "tailwindcss-animate": "^1.0.7", "typescript": "^5" } }