-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.61 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.61 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
{
"version": "2.6.1",
"scripts": {
"start": "eleventy --serve",
"dev": "eleventy --watch --serve",
"build": "eleventy",
"format": "prettier --write ."
},
"dependencies": {
"@11ty/eleventy": "4.0.0-alpha.4",
"@11ty/eleventy-fetch": "^5.0.1",
"@gardeners/markdown-it-wikilinks": "^1.5.1",
"@observablehq/plot": "^0.6.17",
"@pintora/standalone": "^0.8.0",
"@resvg/resvg-js": "^2.6.2",
"@shikijs/markdown-it": "^3.12.2",
"@shikijs/transformers": "^3.12.2",
"d3": "^7.9.0",
"eleventy-plugin-vento": "^4.1.1",
"esbuild": "^0.25.9",
"fontkit": "^2.0.4",
"html-minifier": "^4.0.0",
"jsdom": "^26.0.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attribution": "^0.1.4",
"markdown-it-attrs": "^4.3.1",
"markdown-it-container": "^4.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-for-inline": "^2.0.1",
"markdown-it-image-figures": "^2.1.1",
"markdown-it-table-of-contents": "^1.0.0",
"postcss": "^8.5.6",
"postcss-csso": "^6.0.1",
"postcss-sort-media-queries": "^5.2.0",
"rsslytics": "^1.1.2",
"sanitize-filename": "^1.6.3",
"sass": "1.92.0",
"satori": "^0.18.2",
"terser": "^5.44.0"
},
"devDependencies": {
"@biomejs/biome": "2.2.2",
"@cloudflare/workers-types": "^4.20240320.1"
},
"type": "module",
"pnpm": {
"patchedDependencies": {}
},
"packageManager": "pnpm@9.14.4"
}