Files
nym/nym-node-status-api/nym-node-status-ui/package.json
T
2025-07-17 20:04:45 +01:00

39 lines
1.1 KiB
JSON

{
"name": "nym-node-status-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "biome check ./src",
"lint:fix": "biome check ./src --fix",
"generate:openapi-client": "npx @hey-api/openapi-ts -o src/client -p '@tanstack/react-query' -i https://mainnet-node-status-api.nymtech.cc/api-docs/openapi.json"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.2.0",
"@mui/material": "^7.2.0",
"@mui/material-nextjs": "^7.2.0",
"@mui/x-charts": "^8.8.0",
"@mui/x-date-pickers": "^7.29.4",
"@tanstack/react-query": "^5.83.0",
"dayjs": "^1.11.13",
"material-react-table": "^3.2.1",
"next": "^15.4.1",
"openapi-typescript": "^7.5.2",
"react": "^19.0.0",
"react-country-flag": "^3.1.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@tanstack/react-query-devtools": "^5.83.0",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"typescript": "^5"
}
}