generated from yamanoku/document-page-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 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
{
"name": "document-page-template",
"description": "This article is about web accessibility support in Vue.js development.",
"scripts": {
"build": "eleventy",
"serve": "eleventy --serve",
"deploy": "gh-pages -d docs -b gh-pages -m 'chore: deploy' -t"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yamanoku/document-page-template.git"
},
"author": "yamanoku",
"license": "MIT",
"bugs": {
"url": "https://github.com/yamanoku/document-page-template/issues"
},
"homepage": "https://github.com/yamanoku/document-page-template#readme",
"dependencies": {
"@11ty/eleventy": "2.0.1",
"budoux": "0.6.2",
"markdown-it": "14.1.0",
"markdown-it-footnote": "4.0.0",
"markdown-it-link-attributes": "4.0.1"
},
"devDependencies": {
"gh-pages": "6.1.1"
}
}