-
Notifications
You must be signed in to change notification settings - Fork 97
/
package.json
55 lines (55 loc) · 1.84 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
{
"name": "blog",
"version": "1.0.0",
"description": "个人博客",
"type": "module",
"scripts": {
"build:vite": "vuepress-vite build src",
"build:vite-debug": "cross-env DEBUG=vuepress* vuepress-vite build src",
"build:webpack": "vuepress-webpack build src",
"build:webpack-debug": "cross-env DEBUG=vuepress* vuepress-webpack build src",
"dev:vite": "vuepress-vite dev src",
"dev:vite-clean": "vuepress-vite dev src --clean-cache",
"dev:vite-debug": "cross-env DEBUG=vuepress* vuepress-vite dev src",
"dev:webpack": "vuepress-webpack dev src",
"dev:webpack-clean": "vuepress-webpack dev src --clean-cache",
"dev:webpack-debug": "cross-env DEBUG=vuepress* vuepress-webpack dev src",
"lint": "prettier --check --write .",
"lint:check": "prettier --check .",
"lint:md": "markdownlint-cli2 **/*.md",
"test": "echo \"Warning: no test specified\" && exit 0"
},
"author": "Mr.Hope",
"license": "MIT",
"keywords": [
"vuepress",
"personal-blog"
],
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.18",
"@vuepress/bundler-webpack": "2.0.0-rc.18",
"@vuepress/plugin-append-date": "2.0.0-rc.56",
"@vuepress/plugin-cache": "2.0.0-rc.54",
"@vuepress/plugin-docsearch": "2.0.0-rc.56",
"@vuepress/plugin-feed": "2.0.0-rc.56",
"@vuepress/plugin-pwa": "2.0.0-rc.56",
"@vuepress/plugin-revealjs": "2.0.0-rc.56",
"@waline/client": "3.3.2",
"flowchart.ts": "3.0.1",
"mathjax-full": "3.2.2",
"mermaid": "11.4.0",
"reveal.js": "5.1.0",
"sass-embedded": "1.80.6",
"sass-loader": "16.0.3",
"vite": "5.4.10",
"vue": "3.5.12",
"vuepress": "2.0.0-rc.18",
"vuepress-theme-hope": "2.0.0-rc.59"
},
"devDependencies": {
"cross-env": "7.0.3",
"markdownlint-cli2": "0.15.0",
"prettier": "3.3.3"
},
"packageManager": "pnpm@9.12.3"
}