-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.43 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
53
{
"name": "pug-sass-skeleton",
"description": "Skeleton to create websites using Gulp as a task manager, SASS for CSS preprocessing and Pug to generate HTML effortlestly.",
"version": "0.4.0",
"keywords": "gulp, sass, pug, node, skeleton",
"license": "MIT",
"author": {
"name": "Jesús Olvera",
"email": "[email protected]"
},
"bugs": {
"email": "[email protected]"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/jeojhx/pug-sass-skeleton"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"browser-sync": "^2.26.7",
"del": "^5.1.0",
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"gulp-add-src": "^1.0.0",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^6.0.0",
"imagemin-optipng": "^7.1.0",
"imagemin-svgo": "^7.0.0",
"path": "^0.12.7"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"@popperjs/core": "^2.0.1",
"bootstrap": "^4.4.1",
"jquery": "^3.4.1",
"jquery-slim": "^3.0.0"
}
}