-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.89 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
{
"name": "web3-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@coinbase/wallet-sdk": "3.3.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.2",
"@mui/styled-engine": "^5.15.2",
"@reduxjs/toolkit": "1.8.1",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"@walletconnect/ethereum-provider": "1.8",
"@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",
"buffer": "^6.0.3",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"ethers": "^5.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-redux": "8.0.1",
"react-router-dom": "^6.21.1",
"styled-components": "^6.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "yarn eslint .",
"update-paths": "tsconfig-paths -p tsconfig.json -s src",
"format": "prettier --write ."
},
"eslintConfig": {
"extends": "react-app",
"ignorePatterns": [
"node_modules"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"eslint": "7.32.0",
"prettier": "^2.8.0",
"react-scripts": "^5.0.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^4.9.4"
},
"engines": {
"node": ">=16.0.0"
}
}