generated from TryGhost/Starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 3.54 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "ghost-theme-wlog",
"description": "Ghost based custom theme",
"demo": "https://w-log.dev",
"version": "0.1.2",
"engines": {
"ghost": ">=5.0.0"
},
"license": "MIT",
"screenshots": {
"desktop": "assets/screenshot-desktop.jpg"
},
"scripts": {
"dev": "rollup -c --environment BUILD:development -w",
"build": "rollup -c --environment BUILD:production",
"docker:dev": "concurrently --names 'DOCKER,ROLLUP' --prefix-colors 'yellow,magenta' --kill-others \"docker-compose up\" \"npm run dev\"",
"zip": "npm run build && bestzip $npm_package_name.zip assets/* partials/* members/* *.hbs package.json",
"test": "gscan .",
"pretest": "npm run build"
},
"author": {
"name": "Taewoong Kim",
"email": "taewoong431@gmail.com",
"url": "https://w-log.dev"
},
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Portfolio",
"Blog"
]
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"repository": {
"type": "git",
"url": "https://github.com/w-log/ghost-theme-wlog.git"
},
"bugs": "https://github.com/w-log/ghost-theme-wlog/issues",
"contributors": "https://github.com/w-log/ghost-theme-wlog/graphs/contributors",
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"bestzip": "^2.2.1",
"concurrently": "^8.2.2",
"gscan": "^4.43.0",
"postcss": "^8.4.24",
"postcss-import": "^15.1.0",
"postcss-preset-env": "^8.0.1",
"prettier": "^3.1.1",
"rollup": "^3.18.0",
"rollup-plugin-iife": "^0.7.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.2"
},
"browserslist": [
"defaults"
],
"config": {
"card_assets": true,
"posts_per_page": 6,
"image_sizes": {
"xxs": {
"width": 30
},
"xs": {
"width": 100
},
"s": {
"width": 300
},
"m": {
"width": 600
},
"l": {
"width": 1200
},
"xl": {
"width": 2000
}
},
"custom": {
"email": {
"type": "text",
"group": "site-wide"
},
"github": {
"type": "text",
"group": "site-wide"
},
"instagram": {
"type": "text",
"group": "site-wide"
},
"default_feature_image": {
"type": "image",
"group": "site-wide"
},
"main_title": {
"type": "text",
"group": "homepage"
}
}
},
"type": "module",
"dependencies": {
"@swup/body-class-plugin": "^3.2.0",
"@swup/fragment-plugin": "^1.0.1",
"@swup/head-plugin": "^2.2.0",
"@swup/overlay-theme": "^2.0.0",
"@swup/progress-plugin": "^3.2.0",
"highlight.js": "^11.9.0",
"swiper": "^11.0.5",
"swup": "^4.6.1",
"tocbot": "^4.25.0"
}
}