ee4f5da834
* Add nym-node page api WIP * nym-node page api WIP * Add rewards card * Add account balances * fix build * Add USD price to tokenomics card * fix build * fix build * fix build * Refactor ProgressBar * Add profile card * fix build * replace hardcoded id * Add build version and node roles * fix build * rename id param to address * add node table to explorer page * get node details from unstable endpoint + layout updates * allow node select from table * stop propogation on favorite/unfavorite * update self bond data * card refactors * revert node engine requirement * use node v20 --------- Co-authored-by: Yana <yanok87@users.noreply.github.com> Co-authored-by: fmtabbara <fmtabbara@hotmail.co.uk>
56 lines
1.6 KiB
JSON
56 lines
1.6 KiB
JSON
{
|
|
"name": "@nymproject/explorer-nextjs",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"build:prod": "yarn build",
|
|
"start": "next start",
|
|
"lint": "biome check --fix"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@cosmjs/cosmwasm-stargate": "^0.32.4",
|
|
"@cosmjs/proto-signing": "^0.32.4",
|
|
"@emotion/cache": "^11.13.5",
|
|
"@emotion/react": "^11.13.5",
|
|
"@emotion/styled": "^11.13.5",
|
|
"@mui/icons-material": "^5.16.11",
|
|
"@mui/material": "^6.1.10",
|
|
"@mui/material-nextjs": "^6.1.9",
|
|
"@mui/x-date-pickers": "^7.23.2",
|
|
"@nivo/line": "^0.88.0",
|
|
"@nymproject/contract-clients": "^1.4.1",
|
|
"@tanstack/react-table": "^8.20.6",
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
"cldr-compact-number": "^0.4.0",
|
|
"date-fns": "^4.1.0",
|
|
"material-react-table": "^3.0.3",
|
|
"next": "15.0.3",
|
|
"qrcode.react": "^4.1.0",
|
|
"react": "19.0.0-rc-66855b96-20241106",
|
|
"react-dom": "19.0.0-rc-66855b96-20241106"
|
|
"@nymproject/react": "^1.0.0",
|
|
"@nymproject/nym-validator-client": "0.18.0",
|
|
"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",
|
|
"react-random-avatars": "^1.3.1",
|
|
"react-world-flags": "^1.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.0.3",
|
|
"lefthook": "^1.8.5",
|
|
"typescript": "^5"
|
|
}
|
|
}
|