-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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
{
"name": "blogv2-dev",
"version": "2.0.0",
"description": "Demo for [email protected].",
"repository": "[email protected]:chenweigao/blogv2.git",
"author": "weiggao <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "vuepress dev .",
"start": "vuepress dev .",
"build": "vuepress build .",
"docs:build": "vuepress build .",
"docs:clean-dev": "vuepress dev . --clean-cache",
"docs:dev": "vuepress dev .",
"build:webpack": "vuepress-webpack build ."
},
"keywords": [
"vuepress",
"personal-blog"
],
"dependencies": {
"highlight.js": "^11.10.0",
"sass-loader": "13.2.0",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-plugin-full-text-search2": "0.5.1",
"vuepress-theme-hope": "2.0.0-rc.63"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-slimsearch": "2.0.0-rc.66",
"cross-env": "7.0.3",
"katex": "^0.16.15",
"markdownlint-cli": "0.33.0",
"mermaid": "^11.4.1",
"prettier": "2.8.3",
"sass-embedded": "^1.83.0",
"vuepress-plugin-full-text-search2": "0.5.1",
"vuepress-plugin-search-pro": "2.0.0-rc.59"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"@types/react",
"react",
"react-dom",
"webpack"
]
}
}
}