-
-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 943 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 943 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
{
"name": "java-design-patterns-vuepress-web",
"version": "2.0.0",
"description": "A website project built on vuepress 2 with vuepress-theme-hope",
"license": "MIT",
"type": "module",
"packageManager": "pnpm@10.29.1",
"scripts": {
"generate": "./generate.sh",
"build": "vuepress build src",
"clean-dev": "vuepress dev src --clean-cache",
"dev": "vuepress dev src"
},
"devDependencies": {
"@vuepress/bundler-webpack": "2.0.0-rc.26",
"@vuepress/plugin-google-analytics": "next",
"@vuepress/plugin-pwa": "2.0.0-rc.121",
"@vuepress/plugin-register-components": "next",
"@vuepress/theme-default": "next",
"sass": "^1.97.3",
"typescript": "^5.9.3",
"vue": "^3.5.27",
"vuepress": "2.0.0-rc.26"
},
"dependencies": {
"@waline/client": "^3.2.1",
"katex": "^0.16.28",
"sass-loader": "^16.0.6",
"vuepress-theme-hope": "2.0.0-rc.102",
"webpack": "^5.91.0"
}
}