Merge branch 'main' into fix-ci-cd
Showing
.gitattributes
0 → 100644
.husky/post-checkout
0 → 100755
.husky/post-commit
0 → 100755
.husky/post-merge
0 → 100755
.husky/pre-push
0 → 100755
129 Bytes
129 Bytes
129 Bytes
129 Bytes
129 Bytes
129 Bytes
... | ... | @@ -16,7 +16,9 @@ |
"start:docker:poa_core": "docker run -p 3000:3000 --env-file ./configs/envs/.env.poa_core --env-file ./configs/envs/.env.common --env-file ./configs/envs/.env.secrets blockscout", | ||
"lint:eslint": "./node_modules/.bin/eslint . --ext .js,.jsx,.ts,.tsx", | ||
"prepare": "husky install", | ||
"format-svg": "./node_modules/.bin/svgo -r ./icons" | ||
"format-svg": "./node_modules/.bin/svgo -r ./icons", | ||
"test-ct": "playwright test -c playwright-ct.config.ts", | ||
"test-docker": "docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.27.0-focal ./run-tests.sh" | ||
}, | ||
"dependencies": { | ||
"@chakra-ui/react": "2.3.1", | ||
... | ... | @@ -29,6 +31,7 @@ |
"@tanstack/react-query": "^4.0.10", | ||
"@tanstack/react-query-devtools": "^4.0.10", | ||
"@types/react-scroll": "^1.8.4", | ||
"bignumber.js": "^9.1.0", | ||
"dayjs": "^1.11.5", | ||
"ethers": "^5.7.1", | ||
"framer-motion": "^6", | ||
... | ... | @@ -46,6 +49,7 @@ |
"use-font-face-observer": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
"@playwright/experimental-ct-react": "^1.26.1", | ||
"@types/node": "17.0.36", | ||
"@types/react": "18.0.9", | ||
"@types/react-dom": "18.0.5", | ||
... | ... | @@ -58,6 +62,7 @@ |
"eslint-plugin-regexp": "^1.7.0", | ||
"husky": "^8.0.0", | ||
"lint-staged": ">=10", | ||
"playwright": "^1.26.1", | ||
"svgo": "^2.8.0", | ||
"typescript": "4.7.2" | ||
}, | ||
... | ... |
playwright-ct.config.ts
0 → 100644
playwright/index.html
0 → 100644
playwright/index.ts
0 → 100644
run-tests.sh
0 → 100755
ui/shared/Utilization.pw.tsx
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.