-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.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
{
"version": "2.6.1",
"scripts": {
"start": "eleventy --serve",
"build": "eleventy",
"clean": "rimraf dist/",
"format": "prettier --write ."
},
"dependencies": {
"@11ty/eleventy": "3.0.1-alpha.1",
"@11ty/eleventy-fetch": "^5.0.1",
"@gardeners/markdown-it-wikilinks": "^1.5.1",
"@pintora/standalone": "^0.7.5",
"@resvg/resvg-js": "^2.6.2",
"@shikijs/markdown-it": "^1.26.1",
"@shikijs/transformers": "^1.26.1",
"eleventy-plugin-vento": "^4.1.1",
"esbuild": "^0.24.0",
"fontkit": "^2.0.4",
"html-minifier": "^4.0.0",
"jsdom": "^25.0.1",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attribution": "^0.1.4",
"markdown-it-attrs": "^4.2.0",
"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": "^0.8.0",
"postcss": "^8.4.49",
"postcss-csso": "^6.0.1",
"rsslytics": "^1.1.2",
"sanitize-filename": "^1.6.3",
"sass": "1.81.0",
"satori": "^0.12.0",
"terser": "^5.37.0",
"typescript": "^5.3.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240320.1",
"prettier": "^3.1.1",
"rimraf": "^5.0.5"
},
"type": "module",
"pnpm": {
"patchedDependencies": {}
},
"packageManager": "[email protected]"
}