-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
executable file
·82 lines (82 loc) · 1.96 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
{
"name": "prometheus",
"description": "Minimal personal blog theme",
"demo": "http://advant.gbjsolution.com",
"homepage": "https://halfrost.com",
"version": "5.0.0",
"engines": {
"ghost": ">=4.0.0"
},
"screenshots": {
"desktop": "assets/screenshot-desktop.jpg",
"mobile": "assets/screenshot-mobile.jpg"
},
"author": {
"name": "GBJ solution",
"email": "[email protected]",
"url": "https://gbjsolution.com"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Personal Blogs",
"Magazine Layouts"
]
},
"keywords": [
"ghost",
"theme",
"ghost-theme",
"personal",
"minimal"
],
"config": {
"posts_per_page": 6,
"card_assets": {
"exclude": [
"bookmark",
"gallery"
]
},
"image_sizes": {
"s": {
"width": 300
},
"m": {
"width": 600
},
"l": {
"width": 1000
},
"xl": {
"width": 2000
}
}
},
"devDependencies": {
"autoprefixer": "^9.8.5",
"browser-sync": "^2.26.14",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-jsbeautifier": "^3.0.1",
"gulp-jshint": "^2.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-wait": "0.0.2",
"gulp-zip": "^5.0.2",
"jshint": "^2.11.1",
"jshint-stylish": "^2.2.1",
"merge2": "^1.4.1",
"postcss-css-variables": "^0.13.0",
"sass": "^1.77.1"
},
"dependencies": {
"localtunnel": "^2.0.1"
}
}