-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.23 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
{
"name": "lol-gain",
"version": "1.0.0",
"description": "League of Legends website aiming to help bronze and silver players reach gold by the end of the season.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fgalaviz/lol-gain.git"
},
"keywords": [
"LoL",
"Gain",
"League",
"of",
"Legends",
"Gold",
"Rank",
"Tips",
"Resources"
],
"author": "Shadow",
"license": "ISC",
"bugs": {
"url": "https://github.com/fgalaviz/lol-gain/issues"
},
"homepage": "https://github.com/fgalaviz/lol-gain#readme",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"pug": "^2.0.0-rc.4",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.1.2",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-merge": "^4.1.1"
}
}