-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "pubg-bravery",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack",
"build-prod": "webpack -p",
"watch": "webpack --watch",
"start:dev": "webpack-dev-server --open",
"start": "http-server ./dist",
"heroku-prebuild": "npm install --only=dev",
"heroku-postbuild": "webpack -p --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aaryn101/pubg-bravery.git"
},
"engines": {
"node": "8.2.x"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aaryn101/pubg-bravery/issues"
},
"homepage": "https://github.com/aaryn101/pubg-bravery#readme",
"devDependencies": {
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.4",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"style-loader": "^0.18.2",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1"
},
"dependencies": {
"http-server": "^0.10.0",
"leaflet": "^1.1.0"
}
}