626d013547
* switch from yarn to pnpm * Remove full-nym-wasm (#6796) * Remove nym-browser-extension (#6798) * Remove nym-browser-extension * remove unused from makefile * Remove Node tester (#6800) * Remove dom-utils (#6801) * gh-actions: remove pnpm version * nuke dist and pkg * add missing dependency * set node version to 24 and pnpm version to 11 * upgrade lock file from pnpm version 9 to 11 * pnpm add approved builds * yarn -> pnpm * upgrade jest version * yarn -> pnpm * Remove unused cfg; clippy! * pnpm: when dev mode is on, unfreeze the lock file * pnpm approve more scripts * pnpm syntax error * add `pnpm i` * disable eslint temporarily while switching to biome in later PR --------- Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com> Co-authored-by: mfahampshire <maxhampshire@pm.me>
74 lines
2.2 KiB
JSON
74 lines
2.2 KiB
JSON
{
|
|
"name": "@nymproject/explorer-v2",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"build:prod": "pnpm --dir .. build && next build",
|
|
"start": "next start",
|
|
"lint": "biome check --fix"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@chain-registry/types": "^0.50.36",
|
|
"@cosmjs/cosmwasm-stargate": "catalog:",
|
|
"@cosmjs/stargate": "catalog:",
|
|
"axios": "catalog:",
|
|
"big.js": "catalog:",
|
|
"long": "catalog:",
|
|
"@cosmos-kit/keplr-extension": "^2.14.0",
|
|
"@cosmos-kit/react": "^2.20.1",
|
|
"@emotion/cache": "catalog:",
|
|
"@emotion/react": "catalog:",
|
|
"@emotion/styled": "catalog:",
|
|
"@interchain-ui/react": "^1.26.1",
|
|
"@keplr-wallet/types": "^0.12.211",
|
|
"@mui/icons-material": "catalog:",
|
|
"@mui/material": "^6.1.10",
|
|
"@mui/system": "^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",
|
|
"@nymproject/react": "workspace:*",
|
|
"@nymproject/types": "workspace:*",
|
|
"@tanstack/react-query": "catalog:",
|
|
"@tanstack/react-query-devtools": "^5.64.2",
|
|
"@tanstack/react-query-next-experimental": "^5.66.0",
|
|
"@tanstack/react-table": "^8.20.6",
|
|
"@types/qs": "^6.9.18",
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
"chain-registry": "^1.69.64",
|
|
"cldr-compact-number": "^0.4.0",
|
|
"date-fns": "^4.1.0",
|
|
"i18next": "^24.2.2",
|
|
"i18next-resources-to-backend": "^1.2.1",
|
|
"isomorphic-dompurify": "^2.21.0",
|
|
"material-react-table": "^3.0.3",
|
|
"next": "^14.2.26",
|
|
"openapi-fetch": "^0.13.4",
|
|
"qrcode.react": "^4.1.0",
|
|
"qs": "^6.14.0",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"react-i18next": "^15.4.0",
|
|
"react-markdown": "^9.0.3",
|
|
"react-random-avatars": "^1.3.1",
|
|
"react-world-flags": "^1.6.0",
|
|
"zod": "^3.24.1"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@types/big.js": "catalog:",
|
|
"@types/node": "^20",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"eslint": "catalog:",
|
|
"eslint-config-next": "15.0.3",
|
|
"lefthook": "^1.8.5",
|
|
"typescript": "^5"
|
|
}
|
|
}
|