Merge branch 'main' of github.com:blockscout/frontend into csv-download
Showing
icons/files/placeholder.svg
0 → 100644
icons/globe-b.svg
0 → 100644
icons/top-accounts.svg
0 → 100644
icons/verified.svg
0 → 100644
... | @@ -12,6 +12,7 @@ | ... | @@ -12,6 +12,7 @@ |
"dev:local": "./node_modules/.bin/dotenv -e ./configs/envs/.env.localhost -e ./configs/envs/.env.secrets next dev | ./node_modules/.bin/pino-pretty", | "dev:local": "./node_modules/.bin/dotenv -e ./configs/envs/.env.localhost -e ./configs/envs/.env.secrets next dev | ./node_modules/.bin/pino-pretty", | ||
"dev:poa_core": "./node_modules/.bin/dotenv -e ./configs/envs/.env.poa_core -e ./configs/envs/.env.common -e ./configs/envs/.env.secrets next dev | ./node_modules/.bin/pino-pretty", | "dev:poa_core": "./node_modules/.bin/dotenv -e ./configs/envs/.env.poa_core -e ./configs/envs/.env.common -e ./configs/envs/.env.secrets next dev | ./node_modules/.bin/pino-pretty", | ||
"dev:goerli": "./node_modules/.bin/dotenv -e ./configs/envs/.env.goerli -e ./configs/envs/.env.common -e ./configs/envs/.env.secrets next dev | ./node_modules/.bin/pino-pretty", | "dev:goerli": "./node_modules/.bin/dotenv -e ./configs/envs/.env.goerli -e ./configs/envs/.env.common -e ./configs/envs/.env.secrets next dev | ./node_modules/.bin/pino-pretty", | ||
"dev:goerli:l2test": "./node_modules/.bin/dotenv -e ./configs/envs/.env.goerli.l2test -e ./configs/envs/.env.common -e ./configs/envs/.env.secrets next dev | ./node_modules/.bin/pino-pretty", | |||
"build": "next build", | "build": "next build", | ||
"build:docker": "docker build --build-arg GIT_COMMIT_SHA=$(git rev-parse HEAD) -t blockscout ./", | "build:docker": "docker build --build-arg GIT_COMMIT_SHA=$(git rev-parse HEAD) -t blockscout ./", | ||
"start": "next start", | "start": "next start", | ||
... | @@ -69,6 +70,7 @@ | ... | @@ -69,6 +70,7 @@ |
"react-identicons": "^1.2.5", | "react-identicons": "^1.2.5", | ||
"react-jazzicon": "^1.0.4", | "react-jazzicon": "^1.0.4", | ||
"react-scroll": "^1.8.7", | "react-scroll": "^1.8.7", | ||
"swagger-ui-react": "^4.15.5", | |||
"use-font-face-observer": "^1.2.1", | "use-font-face-observer": "^1.2.1", | ||
"wagmi": "^0.10.6" | "wagmi": "^0.10.6" | ||
}, | }, | ||
... | @@ -85,6 +87,7 @@ | ... | @@ -85,6 +87,7 @@ |
"@types/qrcode": "^1.5.0", | "@types/qrcode": "^1.5.0", | ||
"@types/react": "18.0.9", | "@types/react": "18.0.9", | ||
"@types/react-dom": "18.0.5", | "@types/react-dom": "18.0.5", | ||
"@types/swagger-ui-react": "^4.11.0", | |||
"@types/react-google-recaptcha": "^2.1.5", | "@types/react-google-recaptcha": "^2.1.5", | ||
"@types/ws": "^8.5.3", | "@types/ws": "^8.5.3", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | "@typescript-eslint/eslint-plugin": "^5.27.0", | ||
... | @@ -101,6 +104,7 @@ | ... | @@ -101,6 +104,7 @@ |
"jest-environment-jsdom": "^29.2.1", | "jest-environment-jsdom": "^29.2.1", | ||
"lint-staged": ">=10", | "lint-staged": ">=10", | ||
"mockdate": "^3.0.5", | "mockdate": "^3.0.5", | ||
"next-transpile-modules": "^10.0.0", | |||
"playwright": "^1.28.0", | "playwright": "^1.28.0", | ||
"svgo": "^2.8.0", | "svgo": "^2.8.0", | ||
"ts-jest": "^29.0.3", | "ts-jest": "^29.0.3", | ||
... | ... |
pages/api-docs.tsx
0 → 100644
playwright/index.css
0 → 100644














ui/apiDocs/SwaggerUI.tsx
0 → 100644





51.6 KB
42.9 KB
55.6 KB


49.2 KB

47 KB
41.2 KB
50.6 KB












13.9 KB






29.2 KB


27 KB


43.5 KB



















