Merge branch 'main' of github.com:blockscout/frontend into tx-contract-created
Showing
additional.d.ts
deleted
100644 → 0
This diff is collapsed.
data/charts_eth_txs.json
0 → 100644
This diff is collapsed.
This diff is collapsed.
... | ... | @@ -35,12 +35,12 @@ |
"@tanstack/react-query-devtools": "^4.0.10", | ||
"@types/react-scroll": "^1.8.4", | ||
"bignumber.js": "^9.1.0", | ||
"d3": "^7.6.1", | ||
"dayjs": "^1.11.5", | ||
"ethers": "^5.7.1", | ||
"framer-motion": "^6", | ||
"lodash": "^4.0.0", | ||
"next": "12.2.5", | ||
"next-react-svg": "1.1.3", | ||
"node-fetch": "^3.2.9", | ||
"phoenix": "^1.6.15", | ||
"pino-http": "^8.2.1", | ||
... | ... | @@ -56,6 +56,8 @@ |
}, | ||
"devDependencies": { | ||
"@playwright/experimental-ct-react": "^1.26.1", | ||
"@svgr/webpack": "^6.5.1", | ||
"@types/d3": "^7.4.0", | ||
"@types/node": "17.0.36", | ||
"@types/phoenix": "^1.5.4", | ||
"@types/react": "18.0.9", | ||
... | ... |
ui/charts/EthereumChart.tsx
0 → 100644
ui/pages/Graph.tsx
0 → 100644
ui/shared/InOutTag.tsx
0 → 100644
ui/shared/chart/types.tsx
0 → 100644
ui/tx/TxTokenTransfer.tsx
0 → 100644
ui/txs/TxsNewItemNotice.tsx
0 → 100644
This diff is collapsed.
Please register or sign in to comment