-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.6 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
{
"name": "etherorb-frontend",
"homepage": "https://www.etherorb.com",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.16.2",
"history": "^4.6.3",
"immutability-helper": "^2.3.1",
"material-ui": "^0.18.7",
"mixpanel-browser": "^2.13.0",
"moment": "^2.18.1",
"moment-range": "^3.0.3",
"moment-timezone": "^0.5.13",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-countdown-clock": "^2.0.0",
"react-currency-input": "^1.3.4",
"react-document-title": "^2.0.3",
"react-dom": "^15.6.1",
"react-flexbox-grid": "^1.1.5",
"react-redux": "^5.0.6",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "next",
"react-scripts": "1.0.10",
"react-scrollchor": "^4.0.0",
"react-stockcharts": "^0.6.1",
"react-tap-event-plugin": "^2.0.1",
"recharts": "^1.0.0-alpha.2",
"redux": "^3.7.2",
"redux-axios-middleware": "^4.0.0",
"redux-devtools": "^3.4.0",
"redux-form": "^7.0.1",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^4.4.1",
"redux-saga": "^0.15.6",
"redux-thunk": "^2.2.0",
"web3": "0.18.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint -c .eslintrc src --fix --ext .jsx --ext .js",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0"
}
}