-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
114 lines (114 loc) · 3.35 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "polly-ui",
"version": "1.3.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.4.1",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@reach/portal": "^0.17.0",
"@types/jest": "^27.5.1",
"@types/js-cookie": "^3.0.1",
"@types/node": "^17.0.35",
"@types/react": "^18.0.9",
"@visx/curve": "^2.1.0",
"@visx/responsive": "^2.10.0",
"@visx/scale": "^2.1.0",
"@visx/shape": "^2.10.0",
"@visx/visx": "^2.10.0",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/network-connector": "^6.2.9",
"@web3-react/walletconnect-connector": "^6.2.13",
"@web3-react/walletlink-connector": "^6.2.13",
"assert": "^2.0.0",
"bignumber.js": "^9.0.1",
"bootstrap": "^5.0.2",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"d3-array": "^3.0.1",
"ethereum-multicall": "^2.19.0",
"ethers": "^5",
"graphql": "^16.5.0",
"https-browserify": "^1.0.0",
"js-cookie": "^3.0.1",
"lodash": "^4.17.21",
"os-browserify": "^0.3.0",
"polished": "^4.1.3",
"process": "^0.11.10",
"react": "^18.1.0",
"react-bootstrap": "^2.4.0",
"react-circular-progressbar": "^2.0.4",
"react-countdown": "^2.2.1",
"react-countup": "^6.2.0",
"react-dom": "^18.1.0",
"react-feather": "^2.0.9",
"react-hook-mathjax": "^2.0.5",
"react-lottie": "^1.2.3",
"react-popper": "^2.2.5",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-spring": "^9.2.4",
"react-tabs": "^5.1.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"styled-components": "^5.1.1",
"typescript": "^4.5.0",
"url": "^0.11.0",
"web3": "^1.7.3",
"web3-utils": "^1.7.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"deploy": "yarn build && cp ./build/index.html ./build/200.html",
"lint": "npx eslint .",
"lint-fix": "npx eslint . --ext .js,.jsx,.ts,.tsx --fix"
},
"eslintConfig": {
"extends": "react-app"
},
"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/bignumber.js": "^5.0.0",
"@types/d3-array": "^3.0.1",
"@types/lodash": "^4.14.171",
"@types/react-dom": "^18.0.5",
"@types/react-lottie": "^1.2.6",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.2",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^26.2.2",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.21.5",
"prettier": "^2.2.1",
"prettier-eslint": "^15.0.0",
"react-app-rewired": "^2.2.1"
},
"prettier": {
"trailingComma": "all",
"semi": false,
"singleQuote": true
}
}