forked from bbruceyuan/bbruceyuan.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.31 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
{
"name": "bbruceyuan.github.io",
"version": "1.0.0",
"description": "my blog source",
"type": "module",
"author": "",
"license": "ISC",
"homepage": "https://github.com/bbruceyuan/bbruceyuan.github.io#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/bbruceyuan/bbruceyuan.github.io.git"
},
"bugs": {
"url": "https://github.com/bbruceyuan/bbruceyuan.github.io/issues"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"lint": "prettier --check --write .",
"lint:md": "markdownlint-cli2 \"docs/**/*.md\" --fix",
"redirect-site": "vp-redirect generate docs --hostname https://bruceyuan.com"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@vuepress/plugin-google-analytics": "2.0.0-rc.42",
"@vuepress/plugin-redirect": "2.0.0-rc.51",
"@vuepress/plugin-umami-analytics": "2.0.0-rc.47",
"markdownlint-cli2": "0.14.0",
"mathjax-full": "3.2.2",
"prettier": "3.3.3",
"sass-embedded": "1.79.4",
"vue": "3.5.10",
"vuepress": "2.0.0-rc.15",
"vuepress-plugin-search-pro": "2.0.0-rc.54",
"vuepress-theme-hope": "v2.0.0-rc.56"
},
"packageManager": "[email protected]",
"dependencies": {
"@vuepress/helper": "2.0.0-rc.47",
"@vuepress/plugin-feed": "2.0.0-rc.47"
}
}