-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
64 lines (64 loc) · 1.64 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
{
"name": "wbtc-portal",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.3.2",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.25",
"@portis/web3": "^2.0.0-beta.38",
"@renproject/ren": "^1.0.1",
"@spyna/react-store": "^1.4.0",
"@toruslabs/torus-embed": "^1.3.0",
"apollo-boost": "^0.4.7",
"authereum": "^0.0.4-beta.133",
"bignumber.js": "^9.0.0",
"classnames": "^2.2.6",
"crypto-js": "^4.0.0",
"dotenv": "^8.2.0",
"eth-crypto": "^1.4.0",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^6.1.0",
"ethers": "^4.0.39",
"firebase": "^7.14.6",
"fortmatic": "^2.0.6",
"graphql": "^15.0.0",
"is-incognito": "^1.0.0",
"material-ui": "^0.20.2",
"qrcode.react": "^1.0.0",
"query-string": "^6.12.1",
"react": "^16.9.0",
"react-apollo": "^3.1.4",
"react-dom": "^16.9.0",
"react-number-format": "^4.4.1",
"react-scripts": "3.1.1",
"recharts": "^1.8.5",
"satoshi-bitcoin": "^1.0.4",
"scrypt": "^6.0.3",
"wallet-address-validator": "^0.2.4",
"web3": "^1.2.1",
"web3-detect-network": "0.0.18",
"web3modal": "^1.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts --max_old_space_size=4096 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"
]
}
}