-
Notifications
You must be signed in to change notification settings - Fork 146
/
package.json
76 lines (76 loc) · 2.39 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
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": "0.1.2",
"private": true,
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:no-cache": "vuepress dev docs --no-cache",
"deploy:github": "npm run docs:build; push-dir --dir=docs/.vuepress/dist --branch=gh-pages --cleanup",
"notes": "node ./docs/.vuepress/notes.mjs",
"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",
"@vuepress/plugin-container": "^2.0.0-rc.0",
"ansi-html-community": "0.0.8",
"core-js": "^2.6.5",
"express": "^4.18.2",
"glob": "^7.1.4",
"lodash": "^4.17.21",
"markdown-it-container": "^3.0.0",
"markdown-it-include": "^2.0.0",
"swagger-ui-dist": "^5.9.0",
"vue": "^3.3.4",
"vuepress-plugin-open-graph": "^1.5.1"
},
"devDependencies": {
"@octokit/rest": "^18.12.0",
"@types/swagger-ui": "^3.52.0",
"@vuepress/bundler-vite": "^2.0.0-rc.13",
"@vuepress/helper": "2.0.0-rc.52",
"@vuepress/plugin-container": "2.0.0-rc.0",
"@vuepress/plugin-docsearch": "2.0.0-rc.52",
"@vuepress/plugin-feed": "2.0.0-rc.52",
"@vuepress/plugin-google-analytics": "2.0.0-rc.52",
"@vuepress/plugin-markdown-tab": "2.0.0-rc.52",
"@vuepress/plugin-pwa": "2.0.0-rc.52",
"@vuepress/plugin-redirect": "2.0.0-rc.52",
"@vuepress/plugin-register-components": "2.0.0-rc.52",
"@vuepress/plugin-remove-pwa": "2.0.0-rc.52",
"@vuepress/theme-default": "2.0.0-rc.52",
"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",
"push-dir": "^0.4.1",
"sass-embedded": "^1.79.4",
"semver-compare": "^1.0.0",
"vidstack": "^1.11.19",
"vue": "^3.3.4",
"vuepress": "2.0.0-rc.17",
"vuepress-plugin-autometa": "^0.1.13",
"vuepress-plugin-components": "2.0.0-rc.57",
"vuepress-shared": "2.0.0-rc.57",
"vuepress-theme-hope": "2.0.0-rc.57",
"yargs": "^16.2.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}