-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.13 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.13 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
{
"license": "MIT",
"scripts": {
"deps": "npm install",
"docs:dev": "./node-launcher.sh vuepress dev docs",
"docs:build": "./build.sh",
"docs:lint": "remark docs",
"docs:format-all": "remark docs --output",
"docs:lint-templates": "remark templates partials"
},
"devDependencies": {
"github-slugger": "^1.5.0",
"remark-cli": "^11.0.0",
"remark-emoji": "^3.1.2",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-lint": "^9.1.2",
"remark-lint-double-link": "^0.2.0",
"remark-lint-final-definition": "^3.1.2",
"remark-lint-no-reference-like-url": "^3.1.2",
"remark-lint-no-unneeded-full-reference-image": "^3.1.2",
"remark-lint-no-unneeded-full-reference-link": "^3.1.2",
"remark-lint-table-pipes": "^4.1.2",
"remark-preset-lint-recommended": "^6.1.3",
"remark-reference-links": "^6.0.1",
"remark-validate-links": "^12.1.1",
"vuepress": "^1.9.9",
"vuepress-plugin-copy-code": "^0.0.1"
},
"engines": {
"node": ">=14.14"
}
}