forked from CloudCannon/hydra-jekyll-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.63 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
{
"name": "itsolver",
"version": "1.0.1",
"description": "Marketing website for IT Solver, a managed service provider. Built with Gulp + Jekyll + Travis CI + Firebase",
"repository": {
"type": "git",
"url": "git://github.com/itsolver/msp-marketing-site/"
},
"keywords": [
"jekyll",
"gulp"
],
"author": "Angus McLauchlan",
"license": "MIT",
"bugs": {
"url": "https://github.com/itsolver/msp-marketing-site/issues"
},
"engines": {
"node": "20.12.0"
},
"scripts": {
"build": "gulp build --prod",
"serve": "gulp build --prod && gulp serve --prod",
"deploy": "firebase deploy --only hosting",
"all": "gulp build --prod && cd functions && npm run build && cd .. && firebase deploy",
"update": "npm install -g npm-check-updates && ncu -u && npm update"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"browser-sync": "^3.0.2",
"critical": "^7.1.2",
"del": "^7.1.0",
"gulp": "^5.0.0",
"gulp-changed": "^5.0.2",
"gulp-cssnano": "^2.1.3",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^9.1.0",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^10.0.0",
"gulp-pretty-data": "^0.1.2",
"gulp-responsive": "^3.0.1",
"gulp-rev": "^11.0.0",
"gulp-sass": "^5.1.0",
"gulp-shell": "^0.8.0",
"gulp-size": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-util": "^3.0.8",
"require-dir": "^1.2.0",
"sass": "^1.77.6",
"shelljs": "^0.8.5",
"submit-sitemap": "^0.1.3",
"yargs": "^17.7.2"
},
"browserslist": [
"last 2 versions",
"> 5%",
"IE 9"
],
"dependencies": {
"sharp": "^0.33.4"
}
}