-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.96 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.96 KB
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
{
"name": "walletcs-new",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/register": "^7.6.2",
"@exiliontech/walletcs": "^2.0.26",
"@exiliontech/walletcs-lib-ext": "^1.0.9",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"calculate-pixel-size": "^1.0.0",
"clone-deep": "^4.0.1",
"ethers": "^4.0.27",
"lodash": "^4.17.15",
"material-ui-popup-state": "^1.3.2",
"notistack": "^0.8.9",
"papaparse": "^5.0.0",
"prop-types": "^15.7.2",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.0.1",
"react-select": "^2.4.2",
"react-web3": "^1.2.0",
"semantic-ui-react": "^0.86.0",
"tar": "^4.4.8",
"use-debounce": "^3.3.0",
"web3": "^1.0.0-beta.48"
},
"scripts": {
"start": "cross-env CI=false REACT_APP_BITCOIN_NETWORK='BTC_MAINNET' REACT_APP_ETH_NETWORK='ETH' REACT_APP_ETH_NETWORK_SEND='rinkeby' REACT_APP_BTC_NETWORK_SEND='test3' react-scripts start",
"start-prod-env": "cross-env CI=false REACT_APP_BITCOIN_NETWORK='BTC_MAINNET' REACT_APP_ETH_NETWORK='ETH' REACT_APP_ETH_NETWORK_SEND='homestead' react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start-windows": "react-scripts start"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-transform-async-to-generator": "^7.3.4",
"babel-preset-env": "^1.7.0",
"cross-env": "^5.2.0",
"dotenv": "^7.0.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0"
}
}