49 lines
1.3 KiB
JSON
49 lines
1.3 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",
|
|
"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"
|
|
}
|
|
}
|