This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
64 lines (64 loc) · 2.06 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": "tbtc-dapp",
"version": "0.17.6-pre",
"dependencies": {
"@0x/subproviders": "^6.0.8",
"@keep-network/tbtc.js": ">0.19.5-dev <0.19.5-ropsten",
"@ledgerhq/hw-app-eth": "^5.38.0",
"@ledgerhq/hw-transport-u2f": "^5.11.0",
"@ledgerhq/web3-subprovider": "^5.11.0",
"@web3-react/core": "^6.0.7",
"@web3-react/injected-connector": "^6.0.7",
"bignumber.js": "^9.0.0",
"classnames": "^2.2.6",
"console.history": "^1.5.1",
"ethereumjs-common": "^1.5.0",
"ethereumjs-tx": "^2.1.2",
"history": "^4.9.0",
"node-sass": "^4.13.1",
"npm-run-all": "^4.1.2",
"qrcode.react": "^0.9.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-lottie": "^1.2.3",
"react-redux": "^7.1.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.3",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.0.5",
"trezor-connect": "^8.1.1",
"web3": "^1.3.5",
"web3-provider-engine": "^15.0.6",
"web3-utils": "^1.3.5"
},
"scripts": {
"start-js": "react-scripts start",
"start": "npm-run-all -p start-js",
"build": "react-scripts --max_old_space_size=10240 build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"publish": "REACT_APP_STATIC=true npm run build",
"lint": "eslint src/",
"lint:fix": "eslint --fix src/"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.6.0",
"eslint-config-keep": "git+https://github.com/keep-network/eslint-config-keep.git",
"eslint-plugin-react": "^7.20.6",
"prettier": "^2.0.5"
}
}