Files
impersonator/package.json

63 lines
1.7 KiB
JSON
Raw Normal View History

2021-08-22 03:44:44 +05:30
{
"name": "impersonator",
"version": "0.1.0",
"homepage": ".",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^1.0.14",
"@chakra-ui/react": "^1.6.5",
"@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",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
2023-05-15 03:49:20 +05:30
"@fortawesome/react-fontawesome": "^0.1.18",
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",
"chakra-react-select": "^4.4.3",
2021-08-22 03:44:44 +05:30
"ethereum-checksum-address": "^0.0.6",
"ethers": "^5.4.5",
2023-01-24 04:09:54 +05:30
"evm-rpcs-list": "^2.0.1",
2021-08-22 03:44:44 +05:30
"framer-motion": "^4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"react-simple-code-editor": "^0.11.0",
2022-01-22 05:35:21 +05:30
"typescript": "^4.5.5",
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"
]
},
2022-04-25 18:11:57 +05:30
"engines": {
2023-05-15 03:49:20 +05:30
"node": ">=16.0.0 <17.0.0"
2022-04-25 18:11:57 +05:30
},
"engineStrict": true,
2023-05-15 03:17:07 +05:30
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
2021-08-22 03:44:44 +05:30
}