-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
294 lines (294 loc) · 10.6 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
{
"name": "@melindrea/melindreamakes",
"private": true,
"version": "3.0.0",
"description": "My personal website, built in NodeJS and generated from Markdown.",
"type": "module",
"homepage": "https://github.com/Melindrea/melindrea.github.io#readme",
"repository": {
"type": "git",
"url": "https://github.com/Melindrea/melindrea.github.io.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "cd docs && python -m http.server 8000",
"minify:css": "postcss build/assets/css/style.css > build/assets/css/style.min.css && rm build/assets/css/style.css",
"prebuild_old": "python bin/images.py -f images.config.json && npm run favicons:update",
"prebuild": "python bin/images.py -f images.config.json",
"build": "set NODE_ENV=prod && node metalsmith.js",
"dev": "node metalsmith.js",
"cypress:open": "cypress open",
"images": "python bin/images.py -f images.config.json",
"dev:images": "python bin/images.py -f images-dev.config.json",
"favicons:generate": "real-favicon generate faviconDescription.json faviconData.json favicons",
"favicons:update": "real-favicon check-for-update --fail-on-update faviconData.json",
"share": "set NODE_ENV=prod && node bin/share_posts",
"share:tbt": "set NODE_ENV=prod && node bin/share_posts --tbt",
"dev:share": "node bin/share_posts",
"dev:share:tbt": "node bin/share_posts --tbt",
"start": "set NODE_ENV=development DEBUG=@metalsmith* node metalsmith.js",
"standards": "npx semistandard | npx snazzy",
"standards:fix": "npx semistandad --fix"
},
"keywords": [],
"author": {
"name": "Melindrea",
"email": "[email protected]",
"url": "https://melindreamakes.art"
},
"license": " CC BY-NC-SA 4.0",
"devDependencies": {
"@metalsmith/collections": "^1.3.0",
"@metalsmith/layouts": "^2.7.0",
"@metalsmith/markdown": "^1.10.0",
"@metalsmith/permalinks": "^3.0.1",
"@metalsmith/postcss": "^5.4.1",
"@metalsmith/table-of-contents": "^1.0.0",
"autoprefixer": "^10.4.20",
"cheerio": "^1.0.0",
"cssnano": "^7.0.6",
"cypress": "^13.15.1",
"cypress-html-validate": "^6.1.0",
"defaults": "^3.0.0",
"dotenv": "^16.4.5",
"glob": "^11.0.0",
"gm": "^1.25.0",
"handlebars": "^4.7.8",
"html-validate": "^8.24.2",
"jquery": "^3.7.1",
"jsonfile": "^6.1.0",
"jstransformer-handlebars": "^1.2.0",
"lightgallery": "^2.7.2",
"luxon": "^3.5.0",
"mastodon-api": "^1.3.0",
"metalsmith": "^2.6.3",
"metalsmith-concat": "^7.0.3",
"metalsmith-formatcheck": "github:Melindrea/code.metalsmith-formatcheck",
"metalsmith-include-files": "^3.0.2",
"metalsmith-publish": "^0.1.5",
"metalsmith-sitemap": "^1.2.2",
"pluralize": "^8.0.0",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"semistandard": "^17.0.0",
"slug": "^10.0.0",
"slugify": "^1.6.6",
"snazzy": "^9.0.0",
"string-strip-html": "^13.4.8",
"tailwindcss": "^3.4.14",
"terser": "^5.36.0",
"words-count": "^2.0.2",
"xml": "^1.0.1"
},
"semistandard": {
"ignore": [
"docs",
"docs_original",
"cypress"
]
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"melindreamakes": {
"metadata": {
"sitename": "MelindreaMakes: {art, words, crafts, thoughts, code}",
"titlesep": " / ",
"gtm": "GTM-N664CZV",
"copyright": "© 2022-2024 Antonius Marie Hogebrandt, all rights reserved",
"siteurl": "https://melindreamakes.art",
"description": "A buffet of options to find out more about Melindrea and who they are.",
"navigation": {
"home": {
"name": "Home",
"url": "/"
},
"blog": {
"name": "Blog",
"url": "/blog/"
},
"gallery": {
"name": "Gallery",
"url": "/gallery/"
},
"updates": {
"name": "Updates",
"url": "/updates/"
}
},
"images": {
"featured": {
"sizes": [
1464,
300,
767,
952,
1208
],
"ratio": "3:1",
"startsWith": "featured-images"
},
"page": {
"sizes": [
1464
],
"ratio": "6:1",
"startsWith": "page-images"
},
"gallery": {
"sizes": [
650,
350
],
"startsWith": "gallery",
"thumbnails": true
}
},
"webfinger": {
"user": "melindrea",
"domain": "beige.party"
}
},
"tags": {
"artwork": {
"header": "Posts about artworks",
"description": "Sometimes about art in general, but mainly about my art in particular"
},
"crafts": {
"header": "Posts about crafts and crafting",
"description": "Crafts are differentiated from arts in that their primary function is usability as opposed to aesthetics (though they are often both)"
},
"geek": {
"header": "Geek posts",
"description": "Posts where I geek out about stuff"
},
"how-to": {
"header": "How-to posts",
"description": "Posts where I hope you'll find something useful?"
},
"personal": {
"header": "Sharing my authentic self",
"description": "Sometimes I feel the need to share things from deep inside of me."
},
"writing": {
"header": "On all things writing",
"description": "Whether about my writing, or how to better your writing, hopefully it's all here"
},
"dymphna": {
"header": "Saint Dymphna; or the Asylum",
"description": "Posts about this specific setting"
},
"automation": {
"header": "Automation in programming",
"description": "How to create flows and things that happend automagically"
},
"git": {
"header": "git",
"description": "Tips, tricks, thoughts and ideas on this wonderful version control system"
},
"nodejs": {
"header": "NodeJS (and adjacent technologies)",
"description": "Implementation, ruminations or speculations around Javascript in the terminal"
},
"metalsmith": {
"header": "Metalsmith.io",
"description": "The static site generator (SSG) I use, with some details on how or why"
},
"kofi": {
"header": "Ko-fi.com",
"description": "My main tipjar/support mechanism"
},
"for-sale": {
"header": "For sale",
"description": "About my ko-fi shop or my redbubble shop"
},
"printable": {
"header": "Printable",
"description": "About things I've made that you can print yourself (whether freebies or shop items)"
}
},
"presence": [
{
"site": "Keybase",
"url": "https://keybase.io/melindrea",
"nickname": "melindrea"
},
{
"site": "Ravelry",
"url": "https://www.ravelry.com/people/melindrea",
"nickname": "melindrea"
},
{
"site": "Ko-fi",
"url": "https://ko-fi.com/melindrea",
"nickname": "melindrea"
},
{
"site": "Github",
"url": "https://github.com/melindrea",
"nickname": "melindrea"
},
{
"site": "Redbubble",
"url": "https://melindrea.redbubble.com",
"nickname": "melindrea"
},
{
"site": "Discord",
"url": "https://discordapp.com/users/529046927321464843",
"nickname": "melindrea"
},
{
"site": "Pinterest",
"url": "https://www.pinterest.se/melindrea82",
"nickname": "melindrea82"
},
{
"site": "Twitch",
"url": "https://www.twitch.tv/melindrea",
"nickname": "melindrea"
}
],
"mastodon": [
{
"nickname": "@[email protected]",
"url": "https://beige.party/@melindrea",
"primary": true
},
{
"nickname": "@[email protected]",
"url": "https://wandering.shop/@melindrea"
},
{
"nickname": "@[email protected]",
"url": "https://handmade.social/@melindrea"
},
{
"nickname": "@[email protected]",
"url": "https://neurodifferent.me/@melindrea"
},
{
"nickname": "@[email protected]",
"url": "https://mastodon.art/@melindrea"
},
{
"nickname": "@[email protected]",
"url": "https://queer.party/@melindrea"
},
{
"nickname": "@[email protected]",
"url": "https://mastodon.social/@melindrea"
},
{
"nickname": "@[email protected]",
"url": "https://awoo.space/@melindrea"
}
]
},
"dependencies": {
"cli-real-favicon": "^0.0.6"
}
}