forked from odota/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "opendota-web",
"description": "Dota 2 Data Web UI",
"version": "1.0.1",
"private": true,
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"start:install": "npm install && npm run lint && npm run start",
"build": "react-scripts build",
"build:install": "npm install && npm run lint && npm run build",
"snapshot": "react-snap",
"test": "testcafe -c 4 chrome testcafe/ --app \"serve -s build\"",
"testcafe-travis": "testcafe chrome testcafe/ --app \"serve -s build\"",
"eject": "react-scripts eject",
"analyze": "source-map-explorer build/static/js/main.* --html > analyze.html",
"lintfix": "eslint . --ext .js,.jsx --fix",
"lint": "eslint . --ext .js,.jsx",
"update:emoticons": "npm r dota2-emoticons && npm i dota2-emoticons && node dev/updateEmoticons.js",
"storybook": "start-storybook -p 9009 -s public",
"storybook:build": "build-storybook -s public"
},
"repository": {
"type": "git",
"url": "http://github.com/odota/web"
},
"dependencies": {
"abcolor": "^0.5.5",
"ace-builds": "^1.4.2",
"core-js": "^2.5.7",
"dota2-emoticons": "^1.0.1",
"dotaconstants": "^6.14.0",
"fuzzy": "^0.1.3",
"heatmap.js": "^2.0.5",
"history": "^4.7.2",
"lodash": "^4.17.11",
"long": "^4.0.0",
"material-ui": "^0.20.2",
"nanoid": "^2.0.1",
"papaparse": "^4.6.2",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-content-loader": "^3.1.2",
"react-dom": "^16.6.3",
"react-ga": "^2.5.5",
"react-helmet": "^5.2.0",
"react-markdown": "^4.0.3",
"react-redux": "^5.1.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.1",
"react-stripe-checkout": "^2.6.3",
"react-tooltip": "3.8.0",
"react-transition-group": "^2.5.0",
"recharts": "^1.4.1",
"redux": "^4.0.1",
"redux-responsive": "^4.3.8",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"seamless-immutable": "^7.1.3",
"styled-components": "^4.1.1",
"wordcloud": "^1.1.0"
},
"devDependencies": {
"@storybook/addon-actions": "^4.0.9",
"@storybook/react": "^4.0.9",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.2.0",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.7.0",
"isomorphic-fetch": "^2.2.1",
"sanitize-filename": "^1.6.1",
"simple-vdf": "^1.1.1",
"testcafe": "^0.23.2",
"testcafe-react-selectors": "^3.0.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}