8500618fe9
Bumps [next](https://github.com/vercel/next.js) from 14.1.4 to 14.2.21. - [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.1.4...v14.2.21) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
32 lines
789 B
JSON
32 lines
789 B
JSON
{
|
|
"name": "@nymproject/network-explorer",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"build:prod": "yarn --cwd .. build && next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@nymproject/react": "^1.0.0",
|
|
"@nymproject/nym-validator-client": "0.18.0",
|
|
"next": "14.2.21",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-error-boundary": "^4.0.13",
|
|
"material-react-table": "^2.12.1",
|
|
"@mui/x-date-pickers": "7.1.1",
|
|
"@mui/x-data-grid": "7.1.1",
|
|
"@mui/x-charts": "^7.22.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.1.4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|