-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
62 lines (62 loc) · 1.79 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
{
"name": "amp-affiliately-jekyll-theme",
"description": "AMP Affiliately is an AMP-ready Jekyll theme for your blogs and websites.",
"version": "3.2.0",
"scripts": {
"convert:css2scss": "bash ./css_to_scss.sh",
"jekyll": "bundle exec jekyll serve --livereload",
"jekyll:trace": "bundle exec jekyll serve --trace --livereload",
"build": "bundle exec jekyll build && npx gulp build",
"build:prod": "npx cross-env JEKYLL_ENV=production bundle exec jekyll build && npx gulp build",
"test": "npx gulp validate",
"watch": "npx gulp"
},
"homepage": "https://github.com/chriskyfung/amp-affiliately-jekyll-theme",
"repository": {
"type": "git",
"url": "git+https://github.com/chriskyfung/amp-affiliately-jekyll-theme.git"
},
"bugs": {
"url": "https://github.com/chriskyfung/amp-affiliately-jekyll-theme/issues"
},
"keywords": [
"jekyll",
"theme",
"jekyll-theme",
"github-pages",
"amp",
"jekyll-themes",
"accelerated-mobile-pages",
"blog-theme",
"responsive-theme",
"amp-jekyll",
"jekyll-theme-amp"
],
"author": "Chris K.Y. FUNG (https://chriskyfung.github.io/)",
"license": "MIT",
"engines": {
"node": ">=18.12.1",
"npm": ">=9.1.2"
},
"type": "module",
"devDependencies": {
"@ampproject/toolbox-optimizer": "^2.9.0",
"amphtml-validator": "^1.0.38",
"gulp": "^5.0.0",
"gulp-amphtml-validator": "^1.0.8",
"gulp-changed": "^5.0.2",
"gulp-csso": "^4.0.1",
"gulp-ext-replace": "^0.3.0",
"gulp-html-minifier-terser": "^7.1.0",
"through2": "^4.0.2"
},
"overrides": {
"@ampproject/toolbox-optimizer": {
"postcss": "^8.4.31",
"terser": ">=5.14.2"
}
},
"resolutions": {
"node-sass": "https://registry.npmjs.org/node-sass/-/node-sass-7.0.0.tgz"
}
}