forked from austintgriffith/burner-wallet
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
77 lines (77 loc) · 2.02 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
{
"name": "burner-wallet",
"version": "0.1.0",
"private": true,
"dependencies": {
"@makerdao/dai": "^0.15.1-kovan.1",
"autolinker": "^2.2.1",
"axios": "^0.18.0",
"base64url": "^3.0.1",
"bootstrap": "^4.1.3",
"cors": "^2.8.4",
"crypto": "^1.0.1",
"dapparatus": "^1.0.73",
"dotenv": "^6.2.0",
"eccrypto": "^1.1.0",
"eth-crypto": "^1.3.2",
"eth-ecies": "^1.0.3",
"eth-ens-namehash": "^2.0.8",
"ethereum-mnemonic-privatekey-utils": "^1.0.5",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-util": "^6.0.0",
"ethers": "^4.0.20",
"ethjs-ens": "^2.0.1",
"express": "^4.16.4",
"fs": "0.0.1-security",
"helmet": "^3.14.0",
"i18next": "^13.1.5",
"i18next-browser-languagedetector": "^2.2.4",
"jimp": "^0.6.0",
"node-sass": "^4.11.0",
"path": "^0.12.7",
"qrcode-reader": "^1.0.4",
"qrcode.react": "^0.8.0",
"query-string": "^6.3.0",
"rc-progress": "^2.3.0",
"react": "^16.6.0",
"react-blockies": "^1.4.0",
"react-cookies": "^0.1.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.6.0",
"react-emoji-render": "^0.5.0",
"react-file-reader-input": "^2.0.0",
"react-i18next": "^9.0.7",
"react-input-range": "^1.3.0",
"react-linkify": "^0.2.2",
"react-native-webview-messaging": "^1.2.3",
"react-qr-reader": "^2.1.1",
"react-scripts": "^2.1.5",
"react-scroll": "^1.7.10",
"react-stack-grid": "^0.7.1",
"s3": "^4.4.0",
"scrypt": "^6.0.3",
"tabookey-gasless": "0.3.3",
"web3": "1.0.0-beta.33"
},
"scripts": {
"start": "PORT=3000 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"clevis": "github:austintgriffith/clevis#master",
"mocha": "^5.2.0",
"openzeppelin-solidity": "2.0.0",
"webpack": "^4.28.4"
}
}