-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.21 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.21 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
{
"name": "mindsers-blog",
"version": "3.7.2",
"description": "Theme for MindsersIT Blog",
"keywords": [
"ghost-theme"
],
"scripts": {
"start": "pnpm run build:dev",
"build": "pnpm run build:prod && pnpm run build:zip",
"build:dev": "gulp",
"build:prod": "gulp build",
"build:zip": "gulp zip",
"test": "gscan .",
"test:ci": "gscan --fatal --verbose ."
},
"author": {
"name": "Nathanaël CHERRIER",
"email": "nathanael@cherrier.co"
},
"private": true,
"engines": {
"ghost": ">=1.0.0"
},
"config": {
"posts_per_page": 10,
"image_sizes": {
"xxs": {
"width": 30
},
"xs": {
"width": 100
},
"s": {
"width": 300
},
"m": {
"width": 600
},
"l": {
"width": 1000
},
"xl": {
"width": 2000
}
},
"custom": {
"global_cta_url": {
"type": "text",
"group": "homepage"
},
"global_cta_text": {
"type": "text",
"default": "Subcribe!",
"group": "homepage"
},
"cookie_consent": {
"type": "boolean",
"default": false
}
},
"card_assets": true
},
"devDependencies": {
"autoprefixer": "10.4.15",
"cssnano": "6.0.1",
"gscan": "4.38.0",
"gulp": "4.0.2",
"gulp-livereload": "4.0.2",
"gulp-postcss": "9.0.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "3.0.0",
"gulp-uglify": "3.0.2",
"gulp-watch": "5.0.1",
"gulp-zip": "5.1.0",
"postcss": "8.4.29",
"postcss-color-mod-function": "3.0.3",
"postcss-easy-import": "4.0.0",
"sass": "^1.66.1",
"shiki": "^0.14.4"
},
"packageManager": "pnpm@10.0.0-alpha.2+sha512.f18a59ca3611002321af7681e6d49234cb3ece8496b05818be5b1081168ec21b8c3d28cbb4351e2fdec66ca95e6516faaf08b95b755013c88cf5174d5029865c"
}