forked from Mq-b/ModernCpp-ConcurrentProgramming-Tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 701 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 701 Bytes
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
{
"scripts": {
"docs:build": "vuepress-vite build .",
"docs:dev": "vuepress-vite dev .",
"docs:preview": "vuepress-vite preview .",
"docs:clean-dev": "vuepress-vite dev . --clean-cache",
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.14",
"@vuepress/plugin-search": "^2.0.0-rc.37",
"vue": "^3.4.27",
"vuepress": "2.0.0-rc.14",
"vuepress-theme-hope": "2.0.0-rc.50"
},
"dependencies": {
"chart.js": "^4.4.3",
"echarts": "^5.5.1",
"flowchart": "^1.2.0",
"flowchart.ts": "^3.0.0",
"katex": "^0.16.10",
"mermaid": "^10.9.1",
"vuepress-plugin-search-pro": "^2.0.0-rc.50"
}
}