-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.37 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 2.37 KB
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
{
"name": "joelma",
"description": "Joelma is a feature-rich theme that is likely to impress you with its beautiful design. This theme has everything that a professional blog needs. Check it out!",
"demo": "https://joelma.hauntedthemes.com/",
"version": "3.0.2",
"license": "GNU General Public License, Version 2",
"engines": {
"ghost": ">=3.0.0",
"ghost-api": "v3"
},
"author": {
"name": "Haunted Themes",
"email": "contact@hauntedthemes.com",
"url": "https://www.hauntedthemes.com"
},
"gpm": {
"type": "theme",
"categories": [
"Writer"
]
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"browserslist": [
"> 1%",
"ie >= 8",
"edge >= 15",
"ie_mob >= 10",
"ff >= 45",
"chrome >= 45",
"safari >= 7",
"opera >= 23",
"ios >= 7",
"android >= 4",
"bb >= 10"
],
"devDependencies": {
"gscan": "^2.7.0",
"gulp": "4.0.2",
"gulp-concat": "^2.6.1",
"gulp-livereload": "4.0.1",
"gulp-postcss": "8.0.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "3.0.2",
"gulp-util": "3.0.8",
"gulp-watch": "5.0.1",
"gulp-zip": "5.0.0",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-strip-css-comments": "^2.0.0",
"gulp-minify-css": "^1.2.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"@tryghost/content-api": "^1.3.3",
"bootstrap": "^4.3.1",
"clipboard": "^2.0.4",
"ghost-search": "^1.1.0",
"highlight.js": "^9.16.2",
"imagesloaded": "^4.1.4",
"jquery": "^3.4.1",
"jquery-validation": "^1.19.1",
"js-cookie": "^2.2.1",
"moment": "^2.24.0",
"popper.js": "^1.16.0",
"share-selected-text": "^1.1.4",
"simplebar": "^5.0.4",
"sticky-kit": "^1.1.3",
"swiper": "^5.2.0"
},
"config": {
"posts_per_page": 5,
"image_sizes": {
"xs": {
"width": 80,
"height": 80
},
"m": {
"width": 870
},
"l": {
"width": 1920
}
}
}
}