-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 905 Bytes
/
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
{
"name": "htmlboilerplate",
"version": "1.0.0",
"description": "Html BoilerPlate with Sass, Bootstrap 4, Gulp",
"author": "Jagath Jayakumar",
"scripts": {
"build": "gulp",
"start": "gulp serve",
"prod": "cross-env NODE_ENV=prod gulp"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"bootstrap": "^4.5.0",
"browser-sync": "^2.26.7",
"cross-env": "^7.0.2",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-cssbeautify": "^2.0.1",
"gulp-cssmin": "^0.2.0",
"gulp-html-beautify": "^1.0.1",
"gulp-html-partial": "^1.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-js-import": "^1.0.6",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2"
},
"dependencies": {
"gulp-google-webfonts": "^2.1.0"
}
}