-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1011 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1011 Bytes
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
{
"name": "mybrewdog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jarosik10/MyBrewdog.git"
},
"author": "Bartosz Jaros",
"license": "ISC",
"bugs": {
"url": "https://github.com/jarosik10/MyBrewdog/issues"
},
"homepage": "https://github.com/jarosik10/MyBrewdog#readme",
"devDependencies": {
"browser-sync": "^2.26.7",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"gulp": "^4.0.2",
"gulp-sass": "^4.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9"
},
"dependencies": {
"gift": "^0.10.2",
"gulp-gh-pages": "^0.5.4",
"lodash": "^4.17.15",
"lodash.template": "^4.5.0",
"serialize-javascript": "^2.1.2"
}
}