Files
nym/explorer-nextjs/package.json
T
2024-07-18 12:34:37 +01:00

45 lines
1.2 KiB
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": {
"@chain-registry/types": "^0.45.9",
"@cosmos-kit/keplr-extension": "^2.12.2",
"@cosmos-kit/react": "^2.17.2",
"@mui/material": "^5.2.2",
"@mui/x-data-grid": "7.1.1",
"@mui/x-date-pickers": "7.1.1",
"@nymproject/contract-clients": "1.2.4-rc.1",
"@nymproject/nym-validator-client": "0.18.0",
"@nymproject/react": "workspace:^1.0.0",
"@types/d3-scale": "^4.0.8",
"@types/react-simple-maps": "^3.0.4",
"big.js": "^6.2.1",
"chain-registry": "^1.63.12",
"d3-scale": "^4.0.2",
"i18n-iso-countries": "^7.11.2",
"material-react-table": "^2.12.1",
"next": "14.1.4",
"react": "^18",
"react-dom": "^18",
"react-error-boundary": "^4.0.13",
"react-simple-maps": "^3.0.0",
"react-tooltip": "^5.27.0"
},
"devDependencies": {
"@types/big.js": "^6.1.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"typescript": "^5"
}
}