-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "atcodes-garden",
"version": "1.0.0",
"description": "The digital blog of Adam Tuttle. Based on <https://github.com/binyamin/eleventy-garden>.",
"scripts": {
"start": "netlify dev",
"watch": "eleventy --watch --quiet",
"serve": "eleventy --serve --quiet",
"build": "eleventy",
"build:local": "NODE_ENV=production netlify build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/binyamin/eleventy-garden.git"
},
"keywords": [],
"author": "Adam Tuttle",
"license": "MIT",
"bugs": {
"url": "https://github.com/atuttle/garden/issues"
},
"homepage": "https://adamtuttle.codes",
"dependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "4.2.0",
"eleventy-plugin-embed-twitter": "^1.4.0",
"isomorphic-fetch": "^3.0.0",
"luxon": "^2.4.0",
"markdown-it": "^13.0.2",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-footnote": "^3.0.3",
"netlify-plugin-cache-folder": "^0.0.8",
"title-case": "^3.0.3"
}
}