forked from rundeck/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
40
41
42
43
44
{
"name": "doc_vuepress",
"version": "0.1.0",
"private": true,
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"deploy:github": "npm run docs:build; push-dir --dir=docs/.vuepress/dist --branch=gh-pages --cleanup",
"notes": "node ./docs/.vuepress/notes.js"
},
"dependencies": {
"@vuepress/core": "^1.8.2",
"core-js": "^2.6.5",
"glob": "^7.1.4",
"markdown-it-include": "^2.0.0",
"vuepress-plugin-element-tabs": "^0.2.8"
},
"devDependencies": {
"@octokit/rest": "^18.0.15",
"@vuepress/plugin-pwa": "1.8.2",
"@vuepress/plugin-html-redirect": "^0.1.2",
"@vuepress/theme-default": "1.8.2",
"dotenv": "^8.2.0",
"markdown-it-deflist": "^2.0.3",
"markdown-it-implicit-figures": "^0.9.0",
"markdown-it-meta": "0.0.1",
"nunjucks": "^3.2.0",
"push-dir": "^0.4.1",
"semver-compare": "^1.0.0",
"vuepress": "1.8.2",
"vuepress-plugin-autometa": "^0.1.13",
"vuepress-plugin-canonical": "^1.0.0",
"yargs": "^16.2.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}