forked from glamperd/card
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.21 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
73
74
75
76
77
78
79
80
81
{
"name": "gazepay-auto",
"version": "0.1.7",
"private": true,
"scripts": {
"start": "set NODE_ENV=ROPSTEN& node server.js",
"test": "make test",
"start-test": "make start-test",
"build": "tsc",
"babel": "./node_modules/.bin/babel src -d lib&cp src/*.html lib",
"debug": "set NODE_ENV=ROPSTEN& node inspect server.js",
"eject": "react-scripts eject"
},
"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/react": "^16.8.3",
"@types/react-dom": "^16.8.2",
"@types/semaphore": "^1.1.0",
"@types/web3": "^1.0.14",
"axios": "^0.19.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"bignumber.js": "^8.0.1",
"bip39": "2.3.1",
"bluebird": "^3.5.3",
"chai": "^4.2.0",
"connext": "^4.1.3",
"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",
"node-fetch": "^2.3.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",
"socket.io": "^2.2.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": {
"@babel/preset-env": "^7.4.3",
"@types/node": "^11.13.6",
"babel-preset-es2015": "^6.24.1",
"bn.js": "^4.11.8",
"chai-bn": "^0.1.1",
"cypress": "^3.4.1",
"cypress-failed-log": "^2.4.1"
}
}