-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.14 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.14 KB
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": "marked-11ty",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node _11ty/coq-parser.test.js && node _11ty/rocq-converter.test.js",
"format": "prettier --write .",
"build": "npx @11ty/eleventy --pathprefix=/auto-docs/",
"start": "npx @11ty/eleventy --serve --pathprefix=/auto-docs/",
"watch": "npx @11ty/eleventy --serve --watch --pathprefix=/auto-docs/",
"build-ghpages": "npx @11ty/eleventy --pathprefix=/auto-docs/ --output=_github"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-navigation": "^1.0.4",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1",
"@11ty/eleventy-utils": "^2.0.7",
"bootstrap": "^5.3.3",
"eleventy-plugin-broken-links": "^2.2.1",
"lunr": "^2.3.9",
"markdown-it-container": "^4.0.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"markedjs": "^0.0.1-security",
"nearley": "^2.20.1",
"yaml": "^2.8.1"
},
"devDependencies": {
"prettier": "^3.6.2"
}
}