2021-08-22 03:44:44 +05:30
|
|
|
{
|
|
|
|
|
"name": "impersonator",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"homepage": ".",
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@chakra-ui/icons": "^1.0.14",
|
2023-09-21 16:13:23 +05:30
|
|
|
"@chakra-ui/react": "^2.8.1",
|
2021-08-22 03:44:44 +05:30
|
|
|
"@emotion/react": "^11",
|
|
|
|
|
"@emotion/styled": "^11",
|
2023-05-15 03:49:20 +05:30
|
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^6.4.0",
|
2023-06-11 11:11:44 +05:30
|
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
2023-05-15 03:49:20 +05:30
|
|
|
"@fortawesome/react-fontawesome": "^0.1.18",
|
2023-09-21 16:13:23 +05:30
|
|
|
"@rainbow-me/rainbowkit": "^1.0.11",
|
2021-08-22 03:44:44 +05:30
|
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
|
|
|
"@testing-library/react": "^11.1.0",
|
|
|
|
|
"@testing-library/user-event": "^12.1.10",
|
2022-01-22 05:35:21 +05:30
|
|
|
"@types/jest": "^27.4.0",
|
|
|
|
|
"@types/node": "^17.0.10",
|
|
|
|
|
"@types/react": "^17.0.38",
|
|
|
|
|
"@types/react-dom": "^17.0.11",
|
2023-05-15 03:17:07 +05:30
|
|
|
"@walletconnect/client": "^1.8.0",
|
|
|
|
|
"@walletconnect/core": "^2.7.3",
|
|
|
|
|
"@walletconnect/legacy-types": "^2.0.0",
|
|
|
|
|
"@walletconnect/types": "^2.7.3",
|
|
|
|
|
"@walletconnect/utils": "^2.7.3",
|
|
|
|
|
"@walletconnect/web3wallet": "^1.7.1",
|
2022-01-13 04:49:46 +05:30
|
|
|
"axios": "^0.24.0",
|
2023-09-21 18:06:01 +05:30
|
|
|
"blo": "^1.0.0",
|
2023-01-23 19:02:27 +05:30
|
|
|
"chakra-react-select": "^4.4.3",
|
2021-08-22 03:44:44 +05:30
|
|
|
"ethereum-checksum-address": "^0.0.6",
|
2021-08-23 16:44:11 +05:30
|
|
|
"ethers": "^5.4.5",
|
2024-03-07 16:34:33 +05:30
|
|
|
"evm-rpcs-list": "^2.0.3",
|
2021-08-22 03:44:44 +05:30
|
|
|
"framer-motion": "^4",
|
2023-09-21 16:13:23 +05:30
|
|
|
"react": "^18.2.0",
|
2023-09-21 18:06:01 +05:30
|
|
|
"react-confetti": "^6.1.0",
|
2023-09-21 16:13:23 +05:30
|
|
|
"react-dom": "^18.2.0",
|
2023-09-21 14:06:41 +05:30
|
|
|
"react-scripts": "5.0.1",
|
2021-08-22 03:44:44 +05:30
|
|
|
"react-simple-code-editor": "^0.11.0",
|
2023-09-21 16:13:23 +05:30
|
|
|
"typescript": "4.9.5",
|
|
|
|
|
"viem": "^1.11.1",
|
|
|
|
|
"wagmi": "^1.4.2",
|
2021-08-22 03:44:44 +05:30
|
|
|
"web-vitals": "^1.0.1"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "react-scripts start",
|
|
|
|
|
"build": "react-scripts build",
|
|
|
|
|
"test": "react-scripts test",
|
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
|
},
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"extends": [
|
|
|
|
|
"react-app",
|
|
|
|
|
"react-app/jest"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-09-21 16:13:23 +05:30
|
|
|
"browserslist": {
|
|
|
|
|
"production": [
|
|
|
|
|
"chrome >= 67",
|
|
|
|
|
"edge >= 79",
|
|
|
|
|
"firefox >= 68",
|
|
|
|
|
"opera >= 54",
|
|
|
|
|
"safari >= 14"
|
|
|
|
|
],
|
|
|
|
|
"development": [
|
|
|
|
|
"last 1 chrome version",
|
|
|
|
|
"last 1 firefox version",
|
|
|
|
|
"last 1 safari version"
|
|
|
|
|
]
|
|
|
|
|
},
|
2023-06-15 03:38:10 +05:30
|
|
|
"resolutions": {
|
|
|
|
|
"react-error-overlay": "6.0.9"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"react-error-overlay": "6.0.9"
|
|
|
|
|
}
|
2021-08-22 03:44:44 +05:30
|
|
|
}
|