forked from MorganOnCode/InstaExitDemo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.03 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
{
"name": "react-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.3.21",
"@biconomy/hyphen": "^0.0.13",
"@biconomy/mexa": "^1.5.10",
"@material-ui/core": "^4.9.0",
"@material-ui/icons": "^4.11.2",
"@reduxjs/toolkit": "^1.5.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"awesome-debounce-promise": "^2.1.0",
"bnc-notify": "^1.6.1",
"bnc-onboard": "^1.30.0",
"clsx": "^1.1.1",
"eth-icon": "^1.0.1",
"eth-sig-util": "^2.5.2",
"ethereumjs-abi": "^0.6.8",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^7.0.7",
"ethers": "^5.0.24",
"graphql": "^15.5.1",
"ms": "^2.1.3",
"react": "^16.12.0",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^16.12.0",
"react-notifications-component": "^3.1.0",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.0",
"react-usestateref": "^1.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.3",
"web3": "^1.2.5-rc.0"
},
"scripts": {
"start": "PORT=6005 REACT_APP_DAPP_ID=95690f7c-6c8a-474c-8931-06229df9fba8 react-scripts start",
"start:prod": "REACT_APP_ENV=prod REACT_APP_DAPP_ID=0f962064-606e-434e-9512-785b1b7fa285 PORT=6005 react-scripts start",
"start:test": "REACT_APP_ENV=test REACT_APP_DAPP_ID=0f962064-606e-434e-9512-785b1b7fa285 PORT=6005 react-scripts start",
"build": "react-scripts build",
"build:prod": "REACT_APP_ENV=prod react-scripts build",
"build:test": "REACT_APP_ENV=test react-scripts build",
"test": "react-scripts test",
"eject": "react-scridpts 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"
]
}
}