-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.15 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
40
41
{
"name": "mike-blog",
"version": "1.0.0",
"description": "mike's blog",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vuepress-webpack build src",
"docs:clean-dev": "vuepress-webpack dev src --clean-cache",
"docs:dev": "vuepress-webpack dev src",
"docs:update-package": "pnpm dlx vp-update"
},
"packageManager": "pnpm@10.18.3",
"devDependencies": {
"@vue/repl": "^4.7.0",
"@vuepress/bundler-webpack": "2.0.0-rc.26",
"@vuepress/plugin-docsearch": "2.0.0-rc.114",
"@vuepress/plugin-markdown-chart": "2.0.0-rc.114",
"@vuepress/plugin-revealjs": "2.0.0-rc.114",
"chart.js": "^4.5.1",
"cross-env": "^10.1.0",
"echarts": "^6.0.0",
"flowchart.ts": "^3.0.1",
"katex": "^0.16.25",
"mermaid": "^11.12.0",
"sass-embedded": "^1.89.2",
"sass-loader": "^16.0.5",
"vue": "^3.5.17",
"vuepress": "2.0.0-rc.26",
"vuepress-plugin-md-enhance": "2.0.0-rc.95",
"vuepress-theme-hope": "2.0.0-rc.95"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild"
]
},
"dependencies": {
"sandpack-vue3": "^3.1.12"
}
}