adbutler config
Showing
... | @@ -50,6 +50,7 @@ | ... | @@ -50,6 +50,7 @@ |
"@web3modal/react": "^2.4.1", | "@web3modal/react": "^2.4.1", | ||
"bignumber.js": "^9.1.0", | "bignumber.js": "^9.1.0", | ||
"chakra-react-select": "^4.4.3", | "chakra-react-select": "^4.4.3", | ||
"crypto-js": "^4.1.1", | |||
"d3": "^7.6.1", | "d3": "^7.6.1", | ||
"dayjs": "^1.11.5", | "dayjs": "^1.11.5", | ||
"dom-to-image": "^2.6.0", | "dom-to-image": "^2.6.0", | ||
... | @@ -88,6 +89,7 @@ | ... | @@ -88,6 +89,7 @@ |
"@svgr/webpack": "^6.5.1", | "@svgr/webpack": "^6.5.1", | ||
"@testing-library/react": "^13.4.0", | "@testing-library/react": "^13.4.0", | ||
"@total-typescript/ts-reset": "^0.3.7", | "@total-typescript/ts-reset": "^0.3.7", | ||
"@types/crypto-js": "^4.1.1", | |||
"@types/csp-dev": "^1.0.0", | "@types/csp-dev": "^1.0.0", | ||
"@types/d3": "^7.4.0", | "@types/d3": "^7.4.0", | ||
"@types/dom-to-image": "^2.6.4", | "@types/dom-to-image": "^2.6.4", | ||
... | ... |
Please register or sign in to comment