-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 1.92 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
{
"name": "protekt-frontend",
"version": "0.0.1",
"private": true,
"license": "MIT",
"dependencies": {
"@ethersproject/contracts": "^5.0.9",
"@ethersproject/providers": "^5.0.19",
"@ethersproject/units": "^5.0.9",
"@ukstv/jazzicon-react": "^1.0.0",
"@walletconnect/web3-provider": "^1.3.4",
"antd": "^4.10.3",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"axios": "^0.21.1",
"bnc-notify": "^1.5.1",
"bootstrap": "^4.6.0",
"d3-scale": "^3.0.0",
"eth-hooks": "^1.1.2",
"ethers": "^5.1.0",
"formik": "^2.2.6",
"graphql": "^15.5.0",
"graphql-tag": "^2.11.0",
"install": "^0.13.0",
"jazzicon": "^1.5.0",
"lodash": "^4.17.20",
"npm": "^7.6.3",
"numeral": "^2.0.6",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-accessible-accordion": "^3.3.4",
"react-blockies": "^1.4.1",
"react-bootstrap": "^1.5.0",
"react-c3js": "^0.1.20",
"react-content-loader": "^6.0.1",
"react-dom": "^16.2.0",
"react-eth-address": "^0.1.0",
"react-google-maps": "^9.4.5",
"react-markdown": "^4.3.1",
"react-number-format": "^4.4.4",
"react-router-dom": "^5.2.0",
"react-scripts": "^2.0.3",
"react-simple-maps": "^0.12.0",
"react-syntax-highlighter": "^10.0.0",
"refractor": "^2.6.1",
"styled-components": "^5.2.1",
"tabler-react": "^1.30.1",
"web3": "^1.3.4",
"web3modal": "^1.9.3",
"yup": "^0.32.8"
},
"scripts": {
"start": "react-scripts start",
"watch": "react-scripts start --watch",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm i -f && npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^2.1.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}