Features: - Complete Next.js 16 app with TypeScript and Tailwind CSS - Customer-facing price calculator form with validation - Admin mode showing detailed price breakdowns - Accurate price calculations matching business requirements - Responsive design with custom shadcn/ui theme - API endpoint for quote requests - Danish postal code distance calculations - Complete test coverage against documentation examples 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
43 lines
No EOL
1.1 KiB
JSON
43 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "foamking",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"typecheck": "tsc --noEmit",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check ."
|
|
},
|
|
"dependencies": {
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"next": "16.1.1",
|
|
"clsx": "2.2.1",
|
|
"tailwind-merge": "2.7.0",
|
|
"lucide-react": "0.483.0",
|
|
"class-variance-authority": "0.7.1",
|
|
"@radix-ui/react-label": "2.1.2",
|
|
"@radix-ui/react-slot": "1.1.1",
|
|
"react-hook-form": "7.55.1",
|
|
"@hookform/resolvers": "3.10.2",
|
|
"zod": "3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "25.0.5",
|
|
"@types/react": "19.2.8",
|
|
"@types/react-dom": "19.2.3",
|
|
"typescript": "5.9.3",
|
|
"tailwindcss": "3.4.17",
|
|
"postcss": "8.5.6",
|
|
"autoprefixer": "10.4.23",
|
|
"eslint": "9.39.2",
|
|
"eslint-config-next": "16.1.1",
|
|
"@eslint/eslintrc": "3.3.3",
|
|
"prettier": "3.7.4",
|
|
"prettier-plugin-tailwindcss": "0.7.2",
|
|
"tailwindcss-animate": "1.0.7"
|
|
}
|
|
} |