-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.89 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": "emergeum",
"version": "0.0.1-beta",
"private": true,
"keywords": [
"emergeum",
"walletconnect",
"ethereum",
"web3",
"crypto"
],
"author": "Emergeum Team",
"license": "LGPL-3.0",
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"deploy": "npm run build && gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/decenterlab/emergeum.git"
},
"bugs": {
"url": "https://github.com/decenterlab/emergeum/issues"
},
"dependencies": {
"@material-ui/core": "^4.5.1",
"@trustwallet/walletconnect": "^0.1.16",
"@walletconnect/browser": "^1.0.0-beta.37",
"@walletconnect/qrcode-modal": "^1.0.0-beta.37",
"axios": "^0.18.0",
"bignumber.js": "^8.0.2",
"emergeum-assets-registry": "https://github.com/decenterlab/emergeum-assets-registry.git",
"ethereumjs-util": "^6.1.0",
"material-table": "^1.53.0",
"prop-types": "^15.6.2",
"qr-image": "^3.2.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-scripts-ts": "3.1.0",
"styled-components": "4.2.0",
"truffle-contract": "^4.0.31",
"web3-eth": "^1.2.2",
"web3-provider-engine": "^15.0.3",
"web3-utils": "^1.2.2"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/bignumber.js": "^5.0.0",
"@types/bn.js": "^4.11.5",
"@types/jest": "^23.3.12",
"@types/node": "^10.12.18",
"@types/prop-types": "^15.5.8",
"@types/qr-image": "^3.2.1",
"@types/react": "^16.7.20",
"@types/react-dom": "^16.0.12",
"@types/styled-components": "4.1.8",
"gh-pages": "^2.1.1",
"typescript": "^3.2.2"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}