generated from binyamin/eleventy-garden
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 836 Bytes
/
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
{
"name": "garden",
"version": "1.0.0",
"description": "A starter site for building a mind garden in eleventy.",
"author": "Ace Young <[email protected]>",
"scripts": {
"start": "eleventy --serve",
"compile": "eleventy",
"deploy": "eleventy && gh-pages -d _site"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aceyoung9/garden.git"
},
"keywords": [
"digital garden",
"eleventy"
],
"license": "MIT",
"homepage": "https://github.com/binyamin/eleventy-garden#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.1",
"@kwvanderlinde/markdown-it-wikilinks": "^1.0.2",
"gh-pages": "^3.1.0",
"markdown-it": "^12.3.2",
"markdown-it-attrs": "^4.1.6",
"markdown-it-footnote": "^3.0.2",
"prettier": "2.0.5",
"title-case": "^3.0.2"
}
}