-
-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
28 lines (28 loc) · 844 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
{
"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",
"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.13",
"@vuepress/plugin-google-analytics": "2.0.0-rc.33",
"@vuepress/plugin-register-components": "2.0.0-rc.33",
"vue": "^3.4.27"
},
"dependencies": {
"@vuepress/client": "2.0.0-rc.13",
"@vuepress/plugin-pwa": "^2.0.0-rc.33",
"@waline/client": "^3.2.1",
"sass-loader": "^14.2.1",
"vuepress": "2.0.0-rc.13",
"vuepress-theme-hope": "2.0.0-rc.47",
"webpack": "^5.91.0"
}
}