-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.04 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
{
"name": "yasp-ui",
"description": "Open source Dota 2 replay parsing and statistics",
"version": "1.0.0",
"license": "GPL-3.0",
"scripts": {
"webpack": "webpack -p --bail",
"watch": "webpack --watch",
"start": "webpack-dev-server -d",
"ncu": "npm-check-updates -u",
"updateconstants": "wget -qO- https://yasp.co/api/constants > ./constants.json",
"build": "npm run lint && npm run webpack",
"lint": "eslint . --ext .js,.jsx"
},
"repository": {
"type": "git",
"url": "http://github.com/yasp-dota/ui"
},
"dependencies": {
"material-design-icons": "^2.2.3",
"moment": "^2.13.0",
"react-tap-event-plugin": "^1.0.0",
"reselect": "^2.5.1"
},
"devDependencies": {
"babel-core": "6.9.0",
"babel-loader": "^6.2.3",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-webpack": "^6.4.1",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.11.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"expose-loader": "^0.7.1",
"file-loader": "^0.8.5",
"font-awesome": "^4.6.3",
"isomorphic-fetch": "^2.2.1",
"json-loader": "^0.5.4",
"material-ui": "^0.15.0-alpha.2",
"npm-check-updates": "2.6.5",
"postcss-browser-reporter": "^0.5.0",
"postcss-color-function": "^2.0.1",
"postcss-cssnext": "^2.5.2",
"postcss-import": "^8.1.2",
"postcss-loader": "^0.9.1",
"postcss-reporter": "^1.3.3",
"react": "^15.0.0",
"react-addons-css-transition-group": "^15.0.0",
"react-dom": "^15.0.0",
"react-motion": "^0.4.2",
"react-redux": "^4.4.0",
"react-router": "^2.3.0",
"react-router-redux": "^4.0.1",
"redux": "^3.5.2",
"redux-devtools": "^3.1.1",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.0.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.12",
"webpack-dev-server": "^1.14.1"
}
}