-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.09 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.09 KB
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
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.6",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@ethersproject/providers": "^5.4.1",
"@material-ui/core": "^4.12.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"@mui/material": "^5.2.5",
"@mui/styled-engine-sc": "^5.1.0",
"@rebass/forms": "^4.0.6",
"@sentry/react": "^6.12.0",
"@sentry/tracing": "^6.12.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.0",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"bootstrap": "^5.1.3",
"buffer": "^6.0.3",
"chacha20": "^0.1.4",
"date-fns": "^2.27.0",
"eth-sig-util": "^3.0.1",
"file-saver": "^2.0.5",
"file-type": "^16.5.0",
"formik": "^2.2.9",
"formik-persist": "^1.1.0",
"graphql": "^15.8.0",
"ipfs-http-client": "^50.1.0",
"it-all": "^1.0.5",
"lockr": "^0.9.0-beta.0",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-countdown": "^2.3.2",
"react-date-range": "^1.4.0",
"react-dom": "^17.0.2",
"react-gtm-module": "^2.0.11",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-select": "^4.3.1",
"react-tabs": "^3.2.2",
"react-toastify": "^7.0.4",
"reactour": "^1.18.6",
"reactstrap": "^9.0.1",
"rebass": "^4.0.7",
"styled-components": "^5.3.3",
"twofish": "^1.0.1",
"use-deep-compare": "^1.1.0",
"web-vitals": "^1.1.2",
"web3": "1.2.2",
"yup": "^0.32.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"worker-loader": "^3.0.8",
"workerize-loader": "^1.3.0"
}
}