-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
79 lines (79 loc) · 2.23 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "gulp-skeleton",
"version": "7.1.0",
"commitDate": "2024-10-05T11:00:00+02:00",
"description": "Skeleton to create templates with Gulp",
"type": "module",
"keywords": [
"gulp",
"templating",
"skeleton",
"boilerplate",
"bootstrap",
"fontawesome",
"slick",
"carousel",
"lazyload",
"css user agent",
"cssua",
"cookieconsent",
"cookie",
"docker",
"jquery"
],
"author": {
"name": "CodelineRed",
"email": "software@codelinered.net",
"url": "https://www.codelinered.net"
},
"bugs": {
"url": "https://github.com/CodelineRed/gulp-skeleton/issues"
},
"license": "MIT",
"homepage": "https://gulp.codelinered.net",
"repository": {
"type": "git",
"url": "git://github.com/CodelineRed/gulp-skeleton.git"
},
"engines": {
"node": ">= 18.17"
},
"devDependencies": {
"@fancyapps/ui": "^5.0.36",
"@fortawesome/fontawesome-free": "^6.6.0",
"bootstrap": "^5.3.3",
"browser-sync": "^3.0.3",
"chalk": "^5.3.0",
"cookieconsent": "^3.1.1",
"cookieconsent-scss-less": "^3.0.6",
"cssuseragent": "^2.1.31",
"del": "^7.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^9.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-favicons": "^4.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^9.1.0",
"gulp-sass": "^5.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify-es": "^3.0.0",
"jquery": "^3.7.1",
"sass": "1.77.6",
"slick-carousel": "^1.8.1",
"vanilla-lazyload": "^19.1.3"
},
"scripts": {
"build": "gulp build",
"docker": "docker-compose up -d",
"docker-website": "docker-compose up -d && gulp browserSyncInit",
"docker-website-reload": "docker-compose up -d && gulp",
"lint": "gulp lint",
"postinstall": "node npm-postinstall.js",
"start": "gulp",
"watch": "gulp watch",
"website": "gulp browserSyncInit"
}
}