forked from rundeck/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.4 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.4 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "doc_vuepress",
"version": "6.1.0",
"private": true,
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:no-cache": "vuepress dev docs --no-cache",
"notes": "node ./docs/.vuepress/notes.mjs",
"notes:draft": "node ./docs/.vuepress/notes.mjs --draft",
"pr-feed": "node ./docs/.vuepress/pr-feed.mjs --include-section=\"Release Notes\"",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:update-package": "npx vp-update"
},
"dependencies": {
"ansi-html-community": "0.0.8",
"glob": "^13.0.6",
"markdown-it-include": "^2.0.0",
"openapi-explorer": "2.4.820",
"swagger-ui-dist": "^5.9.0",
"toposort": "^2.0.2",
"vuepress-plugin-open-graph": "1.26.0"
},
"devDependencies": {
"@docsearch/css": "4.7.0",
"@docsearch/js": "4.7.0",
"@octokit/rest": "^22.0.1",
"@types/swagger-ui": "^5.0.0",
"@vuepress/bundler-vite": "2.0.0-rc.30",
"@vuepress/helper": "2.0.0-rc.131",
"@vuepress/plugin-container": "2.0.0-rc.28",
"@vuepress/plugin-docsearch": "2.0.0-rc.132",
"@vuepress/plugin-feed": "2.0.0-rc.132",
"@vuepress/plugin-google-analytics": "2.0.0-rc.130",
"@vuepress/plugin-markdown-tab": "2.0.0-rc.132",
"@vuepress/plugin-prismjs": "2.0.0-rc.132",
"@vuepress/plugin-pwa": "2.0.0-rc.131",
"@vuepress/plugin-redirect": "2.0.0-rc.131",
"@vuepress/plugin-register-components": "2.0.0-rc.132",
"@vuepress/plugin-remove-pwa": "2.0.0-rc.130",
"@vuepress/theme-default": "2.0.0-rc.132",
"dotenv": "^17.0.0",
"hls.js": "^1.5.8",
"markdown-it-deflist": "^3.0.0",
"markdown-it-implicit-figures": "^0.12.0",
"nunjucks": "^3.2.4",
"path": "^0.12.7",
"plyr": "^3.7.8",
"postcss": "^8.5.25",
"sass-embedded": "^1.79.4",
"semver-compare": "^1.0.0",
"vidstack": "^1.11.19",
"vue": "^3.5.39",
"vuepress": "2.0.0-rc.30",
"vuepress-plugin-autometa": "0.1.13",
"vuepress-plugin-components": "2.0.0-rc.107",
"vuepress-shared": "2.0.0-rc.107",
"vuepress-theme-hope": "2.0.0-rc.107",
"yargs": "^18.1.0"
},
"overrides": {
"@apidevtools/json-schema-ref-parser": "^15.3.6",
"nostics": "1.2.0",
"fast-uri": "4.1.2",
"brace-expansion": "5.0.9",
"js-yaml": "4.3.1",
"gray-matter": {
"js-yaml": "3.15.1"
},
"nanoid": "3.3.18"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}