-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.63 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": "cash36-frontend",
"version": "0.1.0",
"private": true,
"homepage": "http://github.e36.io/",
"dependencies": {
"@element36-io/cash36-contracts": "0.3.34",
"@date-io/moment": "^1.3.7",
"@mars/heroku-js-runtime-env": "^3.0.2",
"@material-ui/core": "^4.1.1",
"@material-ui/icons": "^4.2.0",
"@material-ui/pickers": "^3.1.1",
"@material-ui/styles": "^4.1.1",
"axios": "^0.21.1",
"classnames": "2.2.5",
"downshift": "^3.2.10",
"env-cmd": "^10.0.1",
"ethjs-provider-http": "^0.1.6",
"formik": "^1.5.2",
"iban": "^0.0.11",
"install": "^0.12.2",
"is-mobile": "^2.1.0",
"material-ui-pickers": "1.0.0-rc.17",
"mnid": "^0.1.3",
"mobile-detect": "^1.4.3",
"moment": "^2.24.0",
"node-sass": "^4.12.0",
"qrcode.react": "^0.8.0",
"react": "^16.8.6",
"react-country-flag": "^1.0.1",
"react-date-range": "^0.9.4",
"react-dom": "^16.8.6",
"react-google-recaptcha": "^2.0.1",
"react-ink": "^6.4.0",
"react-redux": "^7.1.0",
"react-responsive": "^7.0.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^2.1.8",
"react-transition-group": "^2.5.0",
"react-truncate-string": "^1.3.0",
"recharts": "^1.0.0-beta.10",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"typeface-rubik": "^0.0.72",
"uport-transports": "^0.2.6",
"validator": "^10.8.0",
"web3": "^1.2.6",
"yup": "^0.27.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^8.0.7",
"cypress": "^4.5.0",
"cypress-file-upload": "^4.0.6",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"history": "^4.9.0",
"jest-canvas-mock": "^2.1.1",
"prettier": "^1.18.2",
"redux-mock-store": "^1.5.3"
},
"scripts": {
"start:rinkeby": "env-cmd -e rinkeby react-scripts start",
"start": "env-cmd -e mainnet react-scripts start",
"build": "env-cmd -e mainnet react-scripts build --max_old_space_size=3000 ",
"build:rinkeby": " env-cmd -e rinkeby react-scripts build --max_old_space_size=3000; rm -R ./build-rinkeby/*; cp -r ./build/* ./build-rinkeby; rm -R ./docs/*; cp -r ./build/* ./docs ",
"build:mainnet": " env-cmd -e mainnet react-scripts build --max_old_space_size=3000; rm -R ./build-mainnet/*; cp -r ./build/* ./build-mainnet ",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint src/",
"lint:fix": "eslint src/ --fix"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}