contract code
Showing
... | @@ -40,6 +40,7 @@ | ... | @@ -40,6 +40,7 @@ |
"@tanstack/react-query-devtools": "^4.0.10", | "@tanstack/react-query-devtools": "^4.0.10", | ||
"@types/papaparse": "^5.3.5", | "@types/papaparse": "^5.3.5", | ||
"@types/react-scroll": "^1.8.4", | "@types/react-scroll": "^1.8.4", | ||
"ace-builds": "^1.14.0", | |||
"bignumber.js": "^9.1.0", | "bignumber.js": "^9.1.0", | ||
"d3": "^7.6.1", | "d3": "^7.6.1", | ||
"dayjs": "^1.11.5", | "dayjs": "^1.11.5", | ||
... | @@ -57,6 +58,7 @@ | ... | @@ -57,6 +58,7 @@ |
"pino-pretty": "^9.1.1", | "pino-pretty": "^9.1.1", | ||
"qrcode": "^1.5.1", | "qrcode": "^1.5.1", | ||
"react": "18.2.0", | "react": "18.2.0", | ||
"react-ace": "^10.1.0", | |||
"react-dom": "18.2.0", | "react-dom": "18.2.0", | ||
"react-hook-form": "^7.33.1", | "react-hook-form": "^7.33.1", | ||
"react-identicons": "^1.2.5", | "react-identicons": "^1.2.5", | ||
... | ... |
ui/shared/CodeEditor.tsx
0 → 100644
Please register or sign in to comment