-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
52 lines (52 loc) · 1.58 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": "lol-game-analysis",
"version": "1.0.0",
"description": "League game analysis",
"scripts": {
"setup": "yarn && cd mh-proxy && yarn",
"start": "hjs-dev-server & cd mh-proxy && node index.js",
"build": "NODE_ENV=production webpack --config=webpack.config.prod.js",
"deploy": "yarn run build && surge public/ -d timeline.bruggie.com",
"deploy:staging": "yarn run build && surge public/ -d lol-timeline-staging.surge.sh",
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/remixz/lol-game-analysis.git"
},
"author": "Zach Bruggeman <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/remixz/lol-game-analysis/issues"
},
"homepage": "https://github.com/remixz/lol-game-analysis#readme",
"dependencies": {
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-fontawesome": "^1.2.0",
"react-ga": "^2.1.1",
"react-helmet": "^3.1.0",
"react-nouislider": "^1.11.0",
"react-router": "^2.4.1",
"react-tooltip": "^3.1.8",
"simple-linear-scale": "^1.0.1",
"xhr": "^2.2.0"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"css-loader": "^0.25.0",
"hjs-webpack": "^8.1.0",
"ignore-styles": "^5.0.1",
"json-loader": "^0.5.4",
"postcss-loader": "^1.0.0",
"standard": "^8.0.0",
"style-loader": "^0.13.1",
"surge": "^0.18.0",
"webpack": "^1.13.0"
}
}