Wire production domain, CORS for tenant subdomains, celery volume mounts, and nginx reverse proxy configs for apex, API, identity, auth, and wildcard tenants. Co-authored-by: Cursor <cursoragent@cursor.com>
26 lines
618 B
JSON
26 lines
618 B
JSON
{
|
|
"name": "superapp-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --hostname 0.0.0.0 --port 3000",
|
|
"build": "next build",
|
|
"start": "next start --hostname 0.0.0.0 --port 3000",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "15.5.18",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"autoprefixer": "^10.4.0",
|
|
"postcss": "^8.4.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "^5.4.0"
|
|
}
|
|
}
|