-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.01 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": "union-stats",
"author": "@unioncredit",
"description": "Union Finance Stats Application",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --ignore-path .gitignore --write \"**/*.js\" \"**/*.tsx\" \"**/*.ts\""
},
"dependencies": {
"@ensdomains/ensjs": "^2.1.0",
"@ethersproject/abi": "^5.5.0",
"@ethersproject/address": "^5.0.5",
"@ethersproject/bignumber": "^5.0.8",
"@ethersproject/contracts": "^5.0.5",
"@ethersproject/providers": "^5.6.2",
"@ethersproject/units": "^5.0.6",
"@unioncredit/data": "^1.0.22",
"@unioncredit/ui": "2.0.40",
"@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",
"axios": "^1.1.3",
"classnames": "^2.3.1",
"dayjs": "^1.9.6",
"eslint": "^8.28.0",
"eslint-config-react-app": "^7.0.1",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.6.5",
"graphql": "^15.6.0",
"graphql-request": "^3.5.0",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"parse-ms": "^2.1.0",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-ridge-state": "4.1.6",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-use": "^15.3.4",
"sass": "^1.56.1",
"swr": "^1.1.2",
"victory": "^36.3.2"
},
"devDependencies": {
"babel-plugin-macros": "^2.8.0",
"babel-plugin-module-resolver": "^4.0.0",
"hooks.macro": "^1.1.2",
"prettier": "^2.1.2",
"pretty-quick": "^3.1.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}