-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.4 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
{
"name": "MyWebsite",
"version": "1.0.0",
"description": "",
"scripts": {
"docs:build": "vuepress build docs",
"docs:dev": "vuepress dev docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"lint": "pnpm lint:prettier && pnpm lint:md",
"lint:md": "markdownlint-cli2 '**/*.md'",
"lint:prettier": "prettier --check --write .",
"prepare": "husky install",
"update": "pnpm dlx vp-update"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/bundler-webpack": "2.0.0-rc.14",
"@vuepress/client": "2.0.0-rc.14",
"@vuepress/plugin-comment": "2.0.0-rc.42",
"@vuepress/plugin-copyright": "2.0.0-rc.30",
"@vuepress/plugin-feed": "2.0.0-rc.30",
"@vuepress/plugin-search": "2.0.0-rc.14",
"@vuepress/utils": "2.0.0-rc.14",
"husky": "9.1.7",
"markdownlint-cli2": "0.15.0",
"mathjax-full": "4.0.0-beta.5",
"nano-staged": "0.8.0",
"nodejs-jieba": "0.2.1",
"prettier": "3.4.1",
"vue": "^3.5.13",
"vue-scriptx": "^0.2.7",
"vuepress": "2.0.0-rc.14",
"vuepress-theme-hope": "2.0.0-rc.59"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/plugin-notice": "2.0.0-rc.41",
"echarts": "^5.5.1",
"sass": "^1.81.0",
"vuepress-plugin-components": "2.0.0-rc.59",
"vuepress-plugin-copyright2": "2.0.0-rc.18"
}
}