forked from iluwatar/java-design-patterns-vuepress-web
-
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) · 731 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 731 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
{
"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/client": "2.0.0-beta.60",
"@vuepress/plugin-google-analytics": "2.0.0-beta.60",
"@vuepress/plugin-register-components": "2.0.0-beta.60",
"vue": "^3.2.45",
"vuepress": "2.0.0-beta.60",
"vuepress-theme-hope": "2.0.0-beta.151"
},
"dependencies": {
"sass-loader": "^13.2.0",
"webpack": "^5.75.0"
}
}