2025-08-20 18:02:50 +09:00
|
|
|
{
|
|
|
|
|
"name": "@customer-portal/portal",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2025-08-21 15:24:40 +09:00
|
|
|
"dev": "next dev -p ${NEXT_PORT:-3000} --turbopack",
|
2025-08-20 18:02:50 +09:00
|
|
|
"build": "next build",
|
|
|
|
|
"build:turbo": "next build --turbopack",
|
2025-08-21 15:24:40 +09:00
|
|
|
"start": "next start -p ${NEXT_PORT:-3000}",
|
2025-08-22 17:02:49 +09:00
|
|
|
"lint": "eslint .",
|
|
|
|
|
"lint:fix": "eslint . --fix",
|
|
|
|
|
"type-check": "tsc --noEmit",
|
|
|
|
|
"test": "echo 'No tests yet'"
|
2025-08-20 18:02:50 +09:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@customer-portal/shared": "workspace:*",
|
|
|
|
|
"@heroicons/react": "^2.2.0",
|
|
|
|
|
"@hookform/resolvers": "^5.2.1",
|
|
|
|
|
"@tanstack/react-query": "^5.85.5",
|
|
|
|
|
"@tanstack/react-query-devtools": "^5.85.5",
|
|
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"date-fns": "^4.1.0",
|
|
|
|
|
"lucide-react": "^0.540.0",
|
|
|
|
|
"next": "15.5.0",
|
|
|
|
|
"react": "19.1.1",
|
|
|
|
|
"react-dom": "19.1.1",
|
|
|
|
|
"react-hook-form": "^7.62.0",
|
|
|
|
|
"tailwind-merge": "^3.3.1",
|
2025-08-29 14:12:12 +09:00
|
|
|
"world-countries": "^5.1.0",
|
2025-08-20 18:02:50 +09:00
|
|
|
"zod": "^4.0.17",
|
|
|
|
|
"zustand": "^5.0.8"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@tailwindcss/postcss": "^4.1.12",
|
|
|
|
|
"@types/node": "^24.3.0",
|
|
|
|
|
"@types/react": "^19.1.10",
|
|
|
|
|
"@types/react-dom": "^19.1.7",
|
|
|
|
|
"tailwindcss": "^4.1.12",
|
|
|
|
|
"tw-animate-css": "^1.3.7",
|
|
|
|
|
"typescript": "^5.9.2"
|
|
|
|
|
}
|
|
|
|
|
}
|