Files
openproxy/dashboard/package.json
dependabot[bot] eee500d8a8 chore(deps): bump next from 14.2.35 to 16.1.5
Bumps [next](https://github.com/vercel/next.js) from 14.2.35 to 16.1.5.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v14.2.35...v16.1.5)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 16.1.5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-01-31 03:49:39 +00:00

28 lines
636 B
JSON

{
"name": "openproxy-dashboard",
"version": "1.0.0",
"description": "Lightweight Next.js dashboard for OpenProxy metrics",
"private": true,
"scripts": {
"dev": "next dev -p 3008",
"build": "next build",
"start": "next start -p 3008",
"lint": "next lint"
},
"dependencies": {
"dotenv": "^17.2.3",
"next": "^16.1.5",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"pg": "^8.16.3",
"recharts": "^3.6.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/pg": "^8.11.0",
"typescript": "^5.9.0"
}
}