Some checks failed
CI / Frontend Lint & Type Check (push) Has been cancelled
CI / Frontend Build (push) Has been cancelled
CI / Backend Lint (push) Has been cancelled
CI / Backend Tests (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
Deploy / Build & Push Images (push) Has been cancelled
Deploy / Deploy to Server (push) Has been cancelled
Deploy / Notify (push) Has been cancelled
Fix brandables API NameError, switch Trend Surfer to a working Google Trends RSS endpoint, and harden the HUNT UI against failed requests. Also add sharp for Next.js standalone image optimization and remove PostHog script crossOrigin to reduce CORS breakage.
33 lines
751 B
JSON
33 lines
751 B
JSON
{
|
|
"name": "domainwatch-frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "HOSTNAME=0.0.0.0 PORT=3000 node .next/standalone/server.js",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "14.0.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"lucide-react": "^0.303.0",
|
|
"zustand": "^4.4.7",
|
|
"clsx": "^2.1.0",
|
|
"sharp": "^0.33.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.10.6",
|
|
"@types/react": "^18.2.46",
|
|
"@types/react-dom": "^18.2.18",
|
|
"typescript": "^5.3.3",
|
|
"tailwindcss": "^3.4.0",
|
|
"postcss": "^8.4.32",
|
|
"autoprefixer": "^10.4.16",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-next": "14.0.4"
|
|
}
|
|
}
|
|
|