-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
72 lines (72 loc) · 1.82 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": "stake-commander",
"version": "0.1.0",
"private": true,
"dependencies": {
"@walletconnect/web3-provider": "^1.2.2",
"bignumber.js": "^9.0.0",
"bootstrap": "^4.4.1",
"classnames": "^2.2.6",
"formik": "^2.2.0",
"mobx": "^5.15.4",
"mobx-react": "^6.1.4",
"mobx-utils": "^5.5.3",
"node-sass": "^4.13.1",
"rc-slider": "^9.2.1",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-bootstrap-icons": "^1.0.0-alpha2",
"react-dom": "^16.12.0",
"react-icons": "^3.9.0",
"react-lazyload": "^2.6.5",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"react-toggle": "^4.1.1",
"web3": "^1.2.5",
"web3modal": "^1.9.0",
"yup": "^0.28.0"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "TZ=UTC react-scripts test",
"eject": "react-scripts eject",
"coveralls": "cat ./coverage/lcov.info | node node_modules/.bin/coveralls",
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"coveralls": "^3.0.9"
},
"resolutions": {
"react-dev-utils": "^10.1.0"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.js",
"!src/serviceWorker.js",
"!src/setupTests.js",
"!src/index.js",
"!src/contract-registy.js",
"!src/config.json"
]
},
"license": "AGPL-3.0"
}