-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.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
{
"name": "augur-dispute-crowdsourcer-ui",
"version": "0.1.0",
"private": false,
"homepage": "./",
"dependencies": {
"augur-core": "^1.1.0",
"augur-dispute-crowdsourcer": "https://github.com/burdakovd/augur-dispute-crowdsourcer#0c910e00c293ab56cc052e0716cd21f541d97ea1",
"augur.js": "^5.6.0",
"debounce": "^1.2.0",
"immutable": "FormAPI/immutable-js#v3.8.1-flow-fix",
"invariant": "^2.2.4",
"moment": "^2.22.2",
"nullthrows": "^1.1.0",
"react": "^16.6.0",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.6.0",
"react-redux": "^5.1.0",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"redux": "^4.0.1",
"redux-saga": "^0.16.2",
"redux-thunk": "^2.3.0",
"speedomatic": "^2.1.4",
"web3": "1.0.0-beta.33"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "yarn eslint src"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint": "5.6.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-react-app": "^3.0.5",
"eslint-plugin-flow-header": "^0.2.0",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"eslint-watch": "^4.0.2",
"flow-bin": "^0.85.0",
"flow-typed": "^2.5.1",
"prettier": "^1.14.3"
}
}