-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.17 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
{
"name": "eleventy-bloomz",
"version": "0.0.2",
"description": "A starter project for a WikiBonsai digital garden using the Eleventy static site generator.",
"license": "MIT",
"author": {
"name": "manunamz",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/wikibonsai/eleventy-bloomz"
},
"scripts": {
"build": "npx @11ty/eleventy",
"bench": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"watch": "npx @11ty/eleventy --watch",
"serve": "npx @11ty/eleventy --serve",
"start": "npx @11ty/eleventy --serve",
"debug": "DEBUG=* npx @11ty/eleventy"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"caml-mkdn": "^0.0.2",
"glob": "^8.1.0",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"luxon": "^2.4.0",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.4",
"markdown-it-caml": "^0.0.2",
"markdown-it-footnote": "^3.0.3",
"markdown-it-wikirefs": "^0.0.3",
"semtree": "^0.0.12",
"wikirefs": "^0.0.4"
}
}