-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 885 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
32
33
34
35
36
37
38
{
"name": "accessible-pdf",
"description": "",
"version": "3.0.2",
"author": "Stefan Brechbühl",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"dotenv": "^16.0.3",
"eleventy-plugin-toc": "^1.1.5",
"luxon": "^3.3.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.1.0",
"markdown-it-eleventy-img": "^0.10.2"
},
"keywords": [
"accessible",
"pdf",
"a11y",
"documents"
],
"license": "MIT",
"scripts": {
"dev": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy && npx -y pagefind --site _site",
"debug": "DEBUG=* npx @11ty/eleventy"
},
"devDependencies": {
"@stebrech/prettier-config": "^1.0.0",
"prettier": "^3.2.5"
},
"prettier": "@stebrech/prettier-config",
"repository": {
"type": "git",
"url": "https://github.com/stebrech/accessible-pdf"
}
}