-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.27 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
32
33
34
35
36
37
38
39
{
"devDependencies": {
"@centerforopenscience/markdown-it-video": "^1.0.0",
"@vuepress/plugin-active-header-links": "^1.8.2",
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-html-redirect": "^0.1.4",
"@vuepress/plugin-last-updated": "^1.8.2",
"husky": "^7.0.0",
"lint-staged": "^11.0.0",
"markdown-it-deflist": "^2.1.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-image-lazy-loading": "^1.0.2",
"markdown-it-imsize": "^2.0.1",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-video": "^0.6.3",
"prettier": "^2.3.2",
"stylus-supremacy": "^2.15.0",
"vuepress": "^1.8.2",
"vuepress-plugin-canonical": "^1.0.0",
"vuepress-plugin-chunkload-redirect": "^1.0.3",
"vuepress-plugin-clean-urls": "^1.1.2",
"vuepress-plugin-ipfs": "^1.0.2",
"vuepress-plugin-robots": "^1.0.1",
"vuepress-plugin-seo": "^0.1.4",
"vuepress-plugin-sitemap": "^2.3.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"scripts": {
"start": "npm run docs:dev",
"test": "echo \"Error: no test specified\" && exit 1",
"format:styles": "stylus-supremacy format ./docs/.vuepress/**/*.styl --replace",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
}
}