-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.25 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
{
"name": "openartifact-web",
"description": "Artifact data web UI",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "http://github.com/openartifact/web"
},
"dependencies": {
"abcolor": "^0.5.5",
"artifact-api": "^0.1.0",
"dotaconstants": "^6.7.0",
"history": "^4.7.2",
"material-ui": "^0.20.2",
"react": "^16.6.3",
"react-content-loader": "^3.2.0",
"react-dom": "^16.6.3",
"react-helmet": "^5.2.0",
"react-markdown": "^4.0.3",
"react-redux": "^5.1.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.1",
"react-tooltip": "^3.9.0",
"recharts": "^1.4.1",
"redux": "^4.0.1",
"redux-responsive": "^4.3.8",
"redux-thunk": "^2.3.0",
"seamless-immutable": "^7.1.4",
"styled-components": "^4.1.1"
},
"browserslist": {
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 edge versions"
],
"production": [
">0.25%",
"not op_mini all",
"ie 11"
]
}
}