-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
72 lines (72 loc) · 1.87 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": "dai-card",
"version": "0.2.6",
"private": true,
"scripts": {
"start": "react-scripts start",
"test": "make test",
"start-test": "make start-test",
"build": "react-scripts build",
"eject": "react-scripts eject",
"logs": "bash ops/logs.sh"
},
"dependencies": {
"@material-ui/core": "^3.9.0",
"@material-ui/icons": "^3.0.2",
"@material-ui/styles": "^3.0.0-alpha.8",
"@types/bluebird": "^3.5.25",
"@types/jest": "^24.0.6",
"@types/node": "^11.9.4",
"@types/react": "^16.8.3",
"@types/react-dom": "^16.8.2",
"@types/semaphore": "^1.1.0",
"@types/web3": "^1.0.14",
"axios": "^0.19.0",
"bluebird": "^3.5.3",
"chai": "^4.2.0",
"connext": "^4.1.9",
"dotenv": "^8.0.0",
"eth-sig-util": "^2.1.0",
"ethereum-blockies-png": "^0.1.3",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "5.2.0",
"ethereumjs-wallet": "0.6.0",
"ethers": "^4.0.26",
"interval-promise": "^1.3.0",
"mdi-material-ui": "^5.9.0",
"mocha": "^5.2.0",
"qrcode.react": "^0.9.2",
"query-string": "^5.1.1",
"react": "^16.6.3",
"react-coin-icon": "^0.1.6",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.6.3",
"react-qr-reader": "^2.1.2",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.8",
"react-select": "^2.2.0",
"react-swipeable-views": "^0.13.0",
"redux": "^4.0.1",
"semaphore": "^1.1.0",
"typescript": "^3.3.3",
"typescript-fsa": "^3.0.0-beta-2",
"typescript-fsa-reducers": "^1.1.0",
"web3": "^1.0.0-beta.54",
"web3-provider-engine": "13.6.6"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"bn.js": "^4.11.8",
"chai-bn": "^0.1.1",
"cypress": "^3.2.0",
"cypress-failed-log": "^2.4.1"
}
}