mirror of
https://github.com/praveentcom/openproxy.git
synced 2026-02-12 14:02:46 +00:00
Bumps [next](https://github.com/vercel/next.js) from 14.2.33 to 14.2.35. - [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.33...v14.2.35) --- updated-dependencies: - dependency-name: next dependency-version: 14.2.35 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
613 B
JSON
27 lines
613 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": {
|
|
"next": "^14.2.35",
|
|
"react": "^18.3.0",
|
|
"react-dom": "^18.3.0",
|
|
"pg": "^8.16.3",
|
|
"recharts": "^2.12.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"
|
|
}
|
|
}
|