-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
96 lines (96 loc) · 2.54 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "sredevopsorg-ghost-theme",
"description": "Ghost v5 Theme made for SREDevOps.org (https://sredevops.org) based on Tailwind CSS v3, responsive, dark color schema, SVG icons, sidebar + footer navgation, customized tags and recommendations pages.",
"demo": "https://sredevops.org",
"version": "1.1.8",
"engines": {
"ghost": ">=5.0.0"
},
"license": "MIT",
"scripts": {
"dev": "gulp",
"build": "gulp build",
"test": "gscan .",
"test:dev": "npx gscan --verbose .",
"test:ci": "gscan --fatal --verbose ."
},
"author": {
"name": "Nicolas Georger",
"email": "info@sredevops.org",
"url": "https://sredevops.org"
},
"gpm": {
"type": "theme",
"categories": [
"Dark",
"Magazine",
"Sidebar navigation"
]
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"repository": {
"type": "git",
"url": "https://github.com/sredevopsorg/sredevopsorg-ghost-theme"
},
"bugs": "https://github.com/sredevopsorg/sredevopsorg-ghost-theme/issues",
"contributors": [
"https://github.com/sredevopsorg/sredevopsorg-ghost-theme/graphs/contributors"
],
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"cssnano": "7.0.6",
"gulp": "^5.0.0",
"gulp-concat": "2.6.1",
"gulp-livereload": "4.0.2",
"gulp-postcss": "10.0.0",
"gulp-uglify": "3.0.2",
"postcss": "^8.4.49",
"postcss-import": "^15.1.0",
"pump": "3.0.2",
"tailwindcss": "^3.4.17"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all",
"not IE 11"
],
"config": {
"posts_per_page": 12,
"card_assets": true,
"custom": {
"lazy_images": {
"type": "boolean",
"default": false,
"description": "Enable lazy loading for images",
"group": "homepage"
}
},
"image_sizes": {
"xs": {
"width": 100
},
"s": {
"width": 220
},
"m": {
"width": 300
},
"l": {
"width": 400
},
"xl": {
"width": 500
}
}
},
"resolutions": {
"glob": "^9.3.5"
}
}