-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "high-performance-eleventy-garden",
"version": "1.1.0",
"license": "MIT OR Treeware",
"description": "Mind garden / second-brain / zettelkasten based on 11ty (eleventy) with some additional feautres",
"scripts": {
"start": "eleventy --serve",
"compile": "eleventy"
},
"repository": {
"type": "git",
"url": "https://github.com/leoossa/high-performance-eleventy-garden.git"
},
"keywords": [
"11ty",
"eleventy",
"zettelkasten",
"second-brain",
"mind-garden",
"digital-garden"
],
"author": "Leonard Ossa (https://leonardossa.com/)",
"bugs": {
"url": "https://github.com/leoossa/high-performance-eleventy-garden/issues"
},
"homepage": "https://github.com/leoossa/high-performance-eleventy-garden",
"devDependencies": {
"@11ty/eleventy": "^1.0.0-canary.10",
"markdown-it": "^12.0.4",
"markdown-it-attrs": "^4.0.0",
"markdown-it-footnote": "^3.0.2",
"title-case": "^3.0.3"
},
"dependencies": {
"dayjs": "github:leoossa/dayjs",
"markdown-it-bracketed-spans": "^1.0.1",
"rough-notation": "^0.5.1"
}
}