-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.08 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": "nerdycode",
"version": "1.0.0",
"description": "A website about software and sometimes non-software things.",
"repository": {
"type": "git",
"url": "git://github.com/kahboom/nerdycode.com.git"
},
"author": "Rachel Yordán <nerdycodeblog@gmail.com> (https://www.nerdycode.com/)",
"license": "MIT",
"homepage": "https://www.github.com/kahboom/nerdycode.com#readme",
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-rss": "^1.0.7",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"luxon": "^3.4.4",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.3.0",
"npm-run-all": "^4.1.5",
"purgecss": "^5.0.0"
},
"engines" : {
"node" : ">=12.0.0"
},
"scripts": {
"build": "eleventy",
"debug": "DEBUG=* eleventy",
"start": "npm-run-all --parallel watch:eleventy",
"watch": "eleventy --watch",
"watch:eleventy": "eleventy --serve --quiet"
},
"bugs": {
"url": "https://www.github.com/kahboom/nerdycode.com/issues"
},
"dependencies": {}
}