-
Notifications
You must be signed in to change notification settings - Fork 169
Expand file tree
/
Copy pathpackage.json
More file actions
108 lines (108 loc) · 3.34 KB
/
package.json
File metadata and controls
108 lines (108 loc) · 3.34 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "doc_vuepress",
"version": "0.1.2",
"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": {
"@babel/core": "^7.24.4",
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
"@vue/component-compiler-utils": "^3.3.0",
"ansi-html-community": "0.0.8",
"core-js": "^2.6.5",
"express": "^4.22.0",
"glob": "^13.0.6",
"markdown-it-container": "^3.0.0",
"markdown-it-include": "^2.0.0",
"openapi-explorer": "2.4.788",
"swagger-ui-dist": "^5.9.0",
"toposort": "^2.0.2",
"vuepress-plugin-open-graph": "^1.16.0"
},
"devDependencies": {
"@docsearch/css": "4.6.0",
"@docsearch/js": "4.6.0",
"@octokit/rest": "^22.0.1",
"@types/swagger-ui": "^3.52.0",
"@vuepress/bundler-vite": "2.0.0-rc.26",
"@vuepress/helper": "2.0.0-rc.125",
"@vuepress/plugin-container": "2.0.0-rc.0",
"@vuepress/plugin-docsearch": "2.0.0-rc.125",
"@vuepress/plugin-feed": "2.0.0-rc.125",
"@vuepress/plugin-google-analytics": "2.0.0-rc.125",
"@vuepress/plugin-markdown-tab": "2.0.0-rc.125",
"@vuepress/plugin-prismjs": "2.0.0-rc.125",
"@vuepress/plugin-pwa": "2.0.0-rc.125",
"@vuepress/plugin-redirect": "2.0.0-rc.125",
"@vuepress/plugin-register-components": "2.0.0-rc.125",
"@vuepress/plugin-remove-pwa": "2.0.0-rc.125",
"@vuepress/theme-default": "2.0.0-rc.125",
"dashjs": "^4.7.4",
"dotenv": "^8.6.0",
"fs": "^0.0.1-security",
"hls.js": "^1.5.8",
"markdown-it-deflist": "^2.0.3",
"markdown-it-implicit-figures": "^0.9.0",
"markdown-it-meta": "0.0.1",
"nunjucks": "^3.2.4",
"path": "^0.12.7",
"plyr": "^3.7.8",
"sass-embedded": "^1.79.4",
"semver-compare": "^1.0.0",
"vidstack": "^1.11.19",
"vite": "7.2.2",
"vue": "^3.3.4",
"vuepress": "2.0.0-rc.26",
"vuepress-plugin-autometa": "^0.1.13",
"vuepress-plugin-components": "2.0.0-rc.103",
"vuepress-shared": "2.0.0-rc.103",
"vuepress-theme-hope": "2.0.0-rc.103",
"yargs": "^16.2.0"
},
"overrides": {
"postcss": "^8.4.31",
"lodash.trimend": "^4.5.1",
"striptags": "^3.2.0",
"vite": "7.2.2",
"workbox-build": "7.3.0",
"oniguruma-to-es": "4.3.3",
"shiki": "^3.22.0",
"@shikijs/core": "^3.22.0",
"@shikijs/types": "^3.22.0",
"@shikijs/themes": "^3.22.0",
"@shikijs/transformers": "^3.22.0",
"@shikijs/languages": "^3.22.0",
"browserslist": "4.24.2",
"openapi-resolver": "4.2.4",
"mdast-util-to-hast": "13.2.0",
"electron-to-chromium": "1.5.256",
"algoliasearch": "5.49.0",
"qs": "6.15.0",
"ajv": "8.18.0",
"minimatch": "10.2.3",
"brace-expansion": "^5.0.5",
"picomatch": "4.0.4",
"path-to-regexp": "0.1.13",
"@oxc-project/types": "0.122.0",
"caniuse-lite": "1.0.30001769",
"autoprefixer": "10.4.24",
"filelist": "1.0.3"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}