-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
30 lines (30 loc) · 1000 Bytes
/
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
{
"name": "moder-cpp-primer",
"version": "1.0.0",
"description": "An introductory tutorial to modern CPP, designed to be accurate and understandable",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@shikijs/transformers": "^1.29.2",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/bundler-webpack": "2.0.0-rc.19",
"@vuepress/plugin-redirect": "2.0.0-rc.78",
"@vuepress/plugin-register-components": "2.0.0-rc.66",
"@vuepress/plugin-shiki": "2.0.0-rc.78",
"markmap-lib": "^0.18.11",
"markmap-toolbar": "^0.18.10",
"markmap-view": "^0.18.10",
"mermaid": "^11.4.1",
"sass-embedded": "^1.85.0",
"shiki": "^1.29.2",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-theme-hope": "2.0.0-rc.71"
}
}