forked from Authing/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.21 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
{
"name": "authing-docs",
"version": "1.2.7",
"description": "Authing 文档",
"scripts": {
"postinstall": "patch-package",
"docs:dev": "vuepress dev docs -p 8888",
"docs:no-cache": "node --max_old_space_size=8192 ./node_modules/vuepress/cli.js dev docs -p 8888 --no-cache",
"docs:build": "node --max_old_space_size=8192 ./node_modules/vuepress/cli.js build docs --max-concurrency=150 --no-cache"
},
"main": "index.js",
"author": "Authing",
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.8.3",
"@vuepress/plugin-medium-zoom": "^1.8.2",
"async": "^3.2.4",
"html-minifier-terser": "^7.0.0-beta.0",
"patch-package": "^6.4.7",
"sass-loader": "^7.3.1",
"vuepress": "^1.9.7",
"vuepress-plugin-code-copy": "^1.0.6"
},
"dependencies": {
"axios": "^0.21.1",
"cosmiconfig": "^7.0.1",
"dayjs": "^1.10.4",
"markdown-it-include": "^2.0.0",
"node-sass": "npm:dart-sass@^1.25.0",
"swiper": "5",
"v-tooltip": "^2.1.3",
"vue-awesome-swiper": "4",
"vue-notification": "^1.3.20",
"vue-pagination-2": "^3.0.8",
"vue-select": "^3.11.2",
"vue-tabs-component": "^1.5.0",
"vuepress-plugin-tabs": "^0.3.0"
}
}