e5f41731ae
* bootstrap next app + add overview page * fix AssetList type * fix up nav stuff * Refactor Nav component and add network components pages * Refactor WorldMap component and update TelegramIcon, GitHubIcon, NymVpnIcon, DiscordIcon, and TwitterIcon components * add service providers page * mixnodes page * delegations page + use material react table for all tables * nodes map page * Refactor StyledLink component and remove unnecessary console.log statements * Refactor ESLint configuration, remove unused dependencies, and update component imports * update deps * Refactor imports and update dependencies * fix dark mode * build single mixnode page * build single gateway page * Refactor handleOnDelegate function to use useCallback in mixnodes page.tsx * Add defaults for constants --------- Co-authored-by: Mark Sinclair <mmsinclair@users.noreply.github.com>
147 lines
4.9 KiB
JSON
147 lines
4.9 KiB
JSON
{
|
|
"name": "@nym/network-explorer",
|
|
"version": "1.0.7",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"start": "webpack serve --progress --port 3000",
|
|
"build": "webpack build --progress --config webpack.prod.js",
|
|
"ci:dev": "echo 'Building CI for branch preview...' && yarn --cwd .. build && cp .env.dev .env && yarn build",
|
|
"ci:prod": "echo 'Building CI for prod preview...' && yarn --cwd .. build && cp .env.prod .env && yarn build",
|
|
"ci": "[ \"$CI_PROD\" = true ] && yarn ci:prod || yarn ci:dev",
|
|
"build:serve": "npx serve dist",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"tsc": "tsc --noEmit true",
|
|
"tsc:watch": "tsc --watch --noEmit true",
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint src --fix",
|
|
"prestorybook": "yarn --cwd .. build",
|
|
"storybook": "start-storybook -p 6006",
|
|
"storybook:build": "build-storybook"
|
|
},
|
|
"dependencies": {
|
|
"@chain-registry/types": "^0.18.0",
|
|
"@cosmjs/cosmwasm-stargate": "^0.32.0",
|
|
"@cosmjs/crypto": "^0.32.0",
|
|
"@cosmjs/encoding": "^0.32.0",
|
|
"@cosmjs/math": "^0.26.2",
|
|
"@cosmjs/stargate": "^0.32.0",
|
|
"@cosmjs/tendermint-rpc": "^0.32.0",
|
|
"@cosmos-kit/core": "^2.8.9",
|
|
"@cosmos-kit/keplr-extension": "^2.7.9",
|
|
"@cosmos-kit/react": "^2.10.11",
|
|
"@emotion/react": "^11.4.1",
|
|
"@emotion/styled": "^11.3.0",
|
|
"@interchain-ui/react": "^1.14.2",
|
|
"@mui/icons-material": "^5.0.0",
|
|
"@mui/material": "^5.0.1",
|
|
"@mui/styles": "^5.0.1",
|
|
"@mui/system": "^5.0.1",
|
|
"@mui/x-data-grid": "^5.0.0-beta.5",
|
|
"@nymproject/contract-clients": "1.2.4-rc.1",
|
|
"@nymproject/mui-theme": "^1.0.0",
|
|
"@nymproject/node-tester": "^1.0.0",
|
|
"@nymproject/nym-validator-client": "^0.18.0",
|
|
"@nymproject/react": "^1.0.0",
|
|
"@nymproject/types": "^1.0.0",
|
|
"@tauri-apps/api": "^1.5.1",
|
|
"big.js": "^6.2.1",
|
|
"bs58": "^5.0.0",
|
|
"buffer": "^6.0.3",
|
|
"chain-registry": "^1.29.1",
|
|
"cosmjs-types": "^0.9.0",
|
|
"d3-scale": "^4.0.0",
|
|
"date-fns": "^2.24.0",
|
|
"i18n-iso-countries": "^6.8.0",
|
|
"lodash": "^4.17.21",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-error-boundary": "^3.1.4",
|
|
"react-google-charts": "^3.0.15",
|
|
"react-identicons": "^1.2.5",
|
|
"react-router-dom": "6",
|
|
"react-simple-maps": "^2.3.0",
|
|
"react-tooltip": "^4.2.21",
|
|
"semver": "^7.3.8",
|
|
"use-clipboard-copy": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.0",
|
|
"@nymproject/eslint-config-react-typescript": "^1.0.0",
|
|
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.4",
|
|
"@storybook/addon-actions": "^6.5.8",
|
|
"@storybook/addon-essentials": "^6.5.8",
|
|
"@storybook/addon-interactions": "^6.5.8",
|
|
"@storybook/addon-links": "^6.5.8",
|
|
"@storybook/react": "^6.5.15",
|
|
"@storybook/testing-library": "^0.0.9",
|
|
"@svgr/webpack": "^6.1.1",
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
"@testing-library/react": "^12.0.0",
|
|
"@types/d3-fetch": "^3.0.1",
|
|
"@types/d3-geo": "^3.0.2",
|
|
"@types/d3-scale": "^4.0.1",
|
|
"@types/geojson": "^7946.0.8",
|
|
"@types/jest": "^27.0.1",
|
|
"@types/node": "^16.7.13",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@types/react-simple-maps": "^1.0.6",
|
|
"@types/react-tooltip": "^4.2.4",
|
|
"@types/topojson-client": "^3.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.13.0",
|
|
"@typescript-eslint/parser": "^5.13.0",
|
|
"babel-loader": "^8.3.0",
|
|
"babel-plugin-root-import": "^6.6.0",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"css-loader": "^6.7.3",
|
|
"css-minimizer-webpack-plugin": "^3.0.2",
|
|
"dotenv-webpack": "^7.0.3",
|
|
"eslint": "^8.10.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-airbnb-typescript": "^16.1.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-import-resolver-root-import": "^1.0.4",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"eslint-plugin-jest": "^26.1.1",
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.29.2",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"eslint-plugin-storybook": "^0.5.12",
|
|
"favicons-webpack-plugin": "^5.0.2",
|
|
"file-loader": "^6.2.0",
|
|
"fork-ts-checker-webpack-plugin": "^7.2.1",
|
|
"html-webpack-plugin": "^5.3.2",
|
|
"jest": "^27.1.0",
|
|
"mini-css-extract-plugin": "^2.2.2",
|
|
"prettier": "^2.8.7",
|
|
"react-refresh": "^0.10.0",
|
|
"react-refresh-typescript": "^2.0.2",
|
|
"style-loader": "^3.3.1",
|
|
"ts-jest": "^27.0.5",
|
|
"ts-loader": "^9.4.2",
|
|
"tsconfig-paths-webpack-plugin": "^3.5.2",
|
|
"typescript": "^4.6.2",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^4.8.0",
|
|
"webpack-dev-server": "^4.5.0",
|
|
"webpack-favicons": "^1.3.8",
|
|
"webpack-merge": "^5.8.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|