Files
vps-panel/package.json
T
mstfyldzandClaude Sonnet 4.6 851ce96703 feat: add insight page with Lighthouse analysis
- New /dashboard/insight page: URL analizi, mobil/masaüstü strateji seçimi
- Core Web Vitals, fırsatlar ve teşhis bölümleri
- PSI throttling değerleri ile eşleştirildi
- Dockerfile: Chromium eklendi (insight için), .dockerignore oluşturuldu
- serverExternalPackages: lighthouse ve chrome-launcher bundle dışına alındı

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-06 01:37:13 +03:00

39 lines
869 B
JSON

{
"name": "vps-panel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@types/pg": "^8.20.0",
"chrome-launcher": "^1.2.1",
"clsx": "^2.1.1",
"framer-motion": "^12.40.0",
"jose": "^6.2.3",
"lighthouse": "^13.3.0",
"lucide-react": "^1.16.0",
"mysql2": "^3.22.4",
"next": "16.2.6",
"node-cron": "^4.2.1",
"pg": "^8.21.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/node-cron": "^3.0.11",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}