-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "masternode-dapp",
"version": "0.1.0",
"private": true,
"homepage": "/dapp",
"scripts": {
"contracts:compile:abi": "typechain --target ethers-v5 --out-dir src/constants/abis/types \"./src/constants/abis/**/*.json\"",
"prestart": "yarn contracts:compile:abi",
"prebuild": "yarn contracts:compile:abi",
"start": "react-app-rewired start",
"build": "react-scripts build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"dependencies": {
"@coinbase/wallet-sdk": "^3.7.2",
"@reduxjs/toolkit": "^2.0.1",
"@typechain/ethers-v5": "^11.1.2",
"@web3-react/coinbase-wallet": "^8.2.3",
"@web3-react/core": "^8.2.3",
"@web3-react/gnosis-safe": "^8.2.4",
"@web3-react/metamask": "^8.2.4",
"@web3-react/network": "^8.2.3",
"@web3-react/types": "^8.2.3",
"@web3-react/walletconnect": "^8.2.3",
"@web3-react/walletconnect-v2": "^8.5.1",
"classnames": "^2.5.1",
"ethers": "^5.7.2",
"jotai": "^2.6.2",
"lodash": "^4.17.21",
"node-sass": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-redux": "^9.1.0",
"react-scripts": "5.0.1",
"redux-persist": "^6.0.0",
"typechain": "^8.3.2",
"ua-parser-js": "^1.0.37",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/lodash": "^4.14.202",
"@types/node": "^16.18.74",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/react-modal": "^3.16.3",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"assert": "^2.1.0",
"crypto-browserify": "^3.12.0",
"eslint": "^8.56.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"typescript": "^4.9.5",
"url": "^0.11.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}