-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.3 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
{
"name": "opendota-ui",
"description": "Dota 2 Data Web UI",
"version": "1.0.1",
"license": "MIT",
"scripts": {
"start": "cross-env NODE_PATH=src react-scripts start",
"build": "npm install && npm run lintnofix && npm run rsbuild",
"rsbuild": "cross-env NODE_PATH=src react-scripts build",
"snapshot": "react-snap",
"test": "cross-env NODE_PATH=src react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"analyze": "source-map-explorer build/static/js/main.* --html > analyze.html",
"webpack": "NODE_ENV=production webpack",
"lint": "eslint . --ext .js,.jsx --fix",
"lintnofix": "eslint . --ext .js,.jsx",
"update:emoticons": "npm r dota2-emoticons && npm i dota2-emoticons && node dev/updateEmoticons.js",
"storybook": "cross-env NODE_PATH=src start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"greenkeeper": {
"label": "type: greenkeeper"
},
"repository": {
"type": "git",
"url": "http://github.com/odota/ui"
},
"dependencies": {
"abcolor": "^0.5.5",
"dota2-emoticons": "^1.0.1",
"dotaconstants": "^5.17.0",
"fuzzy": "^0.1.3",
"heatmap.js": "^2.0.5",
"isomorphic-fetch": "^2.2.1",
"json2csv": "^3.11.5",
"lodash": "^4.17.4",
"long": "^3.2.0",
"material-ui": "^0.19.4",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-helmet": "^5.2.0",
"react-markdown": "^2.5.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-scripts": "^1.0.17",
"react-style-proptype": "^3.1.0",
"react-tooltip": "^3.4.0",
"recharts": "^1.0.0-beta.1",
"redux": "^3.7.2",
"redux-responsive": "^4.3.4",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"seamless-immutable": "^7.1.2",
"styled-components": "^2.2.3",
"uuid": "^3.1.0",
"wordcloud": "^1.0.6"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.14",
"@storybook/react": "^3.2.14",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.1.1",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.4.0",
"fs-extra": "^4.0.2",
"react-snap": "^0.8.1",
"simple-vdf": "^1.1.0"
}
}