-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.1 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
{
"name": "kpwags.11ty",
"type": "module",
"version": "1.2.0",
"description": "My Personal Site (in 11ty)",
"main": "index.js",
"scripts": {
"build": "npx @11ty/eleventy",
"build-ghpages": "npx @11ty/eleventy --pathprefix=/eleventy-base-blog/",
"start": "npx @11ty/eleventy --serve",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
"benchmark": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"buildstart": "/Users/keith/Apps/WagsMediaGenerator/generate.sh && npx @11ty/eleventy --serve",
"buildstartlinux": "dotnet ~/Apps/WagsMediaGenerator/WagsMediaGenerator.dll && npx @11ty/eleventy --serve"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"@notionhq/client": "^2.2.14",
"dayjs": "^1.11.10",
"fast-xml-parser": "^4.4.0",
"markdown-it": "^14.0.0"
}
}