-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.25 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
{
"name": "docs",
"version": "1.0.0",
"description": "技术聊斋",
"author": "xfy520 <longzinziyan@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vuepress dev docs --clean-cache",
"build": "vuepress build docs --clean-cache",
"serve": "http-server ./.dist -g -b -p 8888 -c-1"
},
"devDependencies": {
"@ant-design/icons-vue": "6.1.0",
"@vuepress/bundler-vite": "2.0.0-beta.49",
"@vuepress/bundler-webpack": "2.0.0-beta.49",
"@vuepress/plugin-google-analytics": "2.0.0-beta.49",
"@vuepress/plugin-search": "2.0.0-beta.49",
"@vuepress/theme-default": "2.0.0-beta.49",
"patch-vue-directive-ssr": "0.0.1",
"sass-loader": "13.0.2",
"stylelint": "14.9.1",
"stylelint-config-rational-order": "0.1.2",
"stylelint-config-standard": "26.0.0",
"stylelint-config-standard-scss": "4.0.0",
"stylelint-order": "5.0.0",
"stylelint-scss": "4.3.0",
"tsconfig-vuepress": "0.2.1",
"v3-color-picker": "1.0.3",
"vue3-menus": "1.1.2",
"vue3-seamless-scroll": "2.0.1",
"vuepress": "2.0.0-beta.49",
"@vuepress/client": "2.0.0-beta.49",
"@vuepress/core": "2.0.0-beta.49",
"@vuepress/utils": "2.0.0-beta.49",
"mermaid": "9.1.3",
"prismjs": "1.28.0"
}
}