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

62 lines
1.8 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",
"@cosmjs/cosmwasm-stargate": "^0.29.5",
"@cosmos-kit/core": "^2.13.1",
"@cosmos-kit/keplr-extension": "^2.12.2",
"@cosmos-kit/react": "^2.17.2",
"@mui/base": "5.0.0-beta.40",
"@mui/icons-material": "^5.2.0",
"@mui/material": "^5.2.2",
"@mui/styles": "^5.2.2",
"@mui/system": "^5.15.20",
"@mui/x-data-grid": "7.1.1",
"@mui/x-date-pickers": "7.1.1",
"@nymproject/contract-clients": "1.2.4-rc.1",
"@nymproject/mui-theme": "workspace:^1.0.0",
"@nymproject/nym-validator-client": "^0.18.0",
"@nymproject/react": "workspace:^1.0.0",
"@nymproject/types": "workspace:^1.0.0",
"@storybook/react": "^6.5.15",
"@types/d3-scale": "^4.0.8",
"big.js": "^6.2.1",
"chain-registry": "^1.63.12",
"d3-scale": "^4.0.2",
"date-fns": "^2.28.0",
"i18n-iso-countries": "^7.11.2",
"lodash": "^4.17.21",
"material-react-table": "^2.12.1",
"next": "14.1.4",
"react": "^18",
"react-dom": "^18",
"react-error-boundary": "^4.0.13",
"react-google-charts": "^4.0.1",
"react-identicons": "^1.2.5",
"react-simple-maps": "^3.0.0",
"react-tooltip": "^5.27.0",
"semver": "^6.3.1",
"use-clipboard-copy": "^0.2.0"
},
"devDependencies": {
"@types/big.js": "^6.1.6",
"@types/lodash": "^4.17.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-simple-maps": "^3.0.4",
"@types/semver": "^7.3.8",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"typescript": "^5"
}
}