-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.4 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
{
"name": "gulp-setup",
"version": "1.0.1",
"description": "html-starter",
"main": "gulpfile.js",
"author": "Zakirsoft ([email protected])",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"event-stream": "^4.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.0.0",
"gulp-beautify-code": "^2.0.3",
"gulp-changed": "^3.2.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-data": "^1.3.1",
"gulp-entity-convert": "0.0.2",
"gulp-filter": "^6.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-inject": "^5.0.5",
"gulp-json-transform": "^0.4.7",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-merge-json": "^2.1.1",
"gulp-notify": "^3.2.0",
"gulp-nunjucks": "^4.0.0",
"gulp-nunjucks-api": "^0.9.1",
"gulp-plumber": "^1.2.1",
"gulp-purgecss": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"minimist": "^1.2.0",
"path": "^0.12.7"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"bootstrap": "^5.0.1",
"fibers": "^5.0.0",
"font-awesome": "^4.7.0",
"gulp-nunjucks-render": "^2.2.2",
"gulp-util": "^3.0.8",
"jquery": "^3.5.1",
"jquery-migrate": "^3.3.0",
"nunjucks": "^3.2.0",
"sass": "1.32.12"
}
}