-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 1.62 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
{
"name": "hackers-ghost",
"description": "Ghost Theme",
"version": "0.1.0",
"demo": "https://hackersandslackers.com/",
"packageManager": "yarn@3.2.1",
"engines": {
"node": ">=16",
"ghost": ">=5.0.0"
},
"keywords": [
"ghost",
"blog",
"theme",
"handlebars",
"ghost-theme"
],
"scripts": {
"postinstall": "bower install"
},
"dependencies": {
"@primer/css": "20.2.2",
"clipboard": "2.0.11",
"concat": "3.0.0",
"evil-icons": "1.10.1",
"fs": "0.0.2",
"gulp-autoprefixer": "8.0.0",
"gulp-clean-css": "4.3.0",
"gulp-concat": "2.6.1",
"gulp-jshint": "2.1.0",
"gulp-plumber": "1.2.1",
"gulp-rename": "2.0.0",
"gulp-replace": "1.1.3",
"gulp-sass": "5.1.0",
"gulp-size": "4.0.1",
"gulp-uglify": "3.0.2",
"gulp-util": "3.0.8",
"jshint": "2.13.4",
"jshint-stylish": "2.2.1",
"lazyload": "2.0.0-rc.2",
"lazysizes": "5.3.2",
"lunr": "2.3.9",
"lunr-languages": "1.9.0",
"normalize.css": "8.0.1",
"prismjs": "1.28.0",
"run-sequence": "2.2.1",
"sass-mq": "6.0.0"
},
"devDependencies": {
"gulp": "4.0.2",
"gulp-rtlcss": "2.0.0",
"gulp-zip": "5.1.0",
"sass": "1.52.1"
},
"author": {
"name": "Todd Birchard",
"email": "todd@hackersandslackers.com",
"url": "https://hackersandslackers.com/"
},
"config": {
"posts_per_page": 8,
"image_sizes": {
"sm": {
"width": 128
},
"md": {
"width": 160
},
"ml": {
"width": 800
},
"lg": {
"width": 850
},
"xl": {
"width": 1500
}
}
}
}