-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 904 Bytes
/
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
{
"name": "elmah-blog-theme-b5",
"description": "Elmah.io blogging theme based on Bootstrap 5.3.3 framework.",
"version": "5.3.3",
"engines": {
"ghost": ">=4.0.0"
},
"license": "MIT",
"author": {
"name": "elmah.io ApS",
"email": "[email protected]",
"url": "https://elmah.io"
},
"config": {
"posts_per_page": 9,
"card_assets": true
},
"keywords": [
"ghost-theme"
],
"scripts": {
"dev": "gulp"
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-livereload": "^4.0.2",
"gulp-sass": "^5.1.0",
"sass": "^1.49.0",
"beeper": "^3.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-replace": "^1.1.4",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"merge-stream": "^2.0.0"
}
}