-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 961 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 961 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
26
27
28
29
30
31
32
33
34
{
"name": "vuepress-theme-hope-template",
"description": "A project of vuepress-theme-hope",
"version": "2.0.0",
"license": "MIT",
"type": "module",
"scripts": {
"docs:build": "vuepress-webpack build src",
"docs:clean-dev": "vuepress-webpack dev src --clean-cache",
"docs:dev": "vuepress-webpack dev src",
"docs:update-package": "yarn dlx vp-update"
},
"devDependencies": {
"@types/mime-types": "^3",
"@types/ncp": "^2",
"mermaid": "^11.3.0",
"vue": "^3.4.31"
},
"packageManager": "yarn@4.4.0",
"dependencies": {
"@vuepress/bundler-webpack": "2.0.0-rc.18",
"@vuepress/plugin-pwa": "2.0.0-rc.39",
"@vuepress/plugin-search": "2.0.0-rc.52",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.4",
"marked": "^17.0.1",
"mime-types": "^3.0.1",
"ncp": "^2.0.0",
"sass": "^1.77.8",
"sass-loader": "^16.0.3",
"vuepress": "2.0.0-rc.18",
"vuepress-theme-hope": "^2.0.0-rc.52"
}
}