1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-08-01 16:28:03 +08:00
Java-Interview-Guide/package.json

17 lines
400 B
JSON

{
"name": "javaguide-blog",
"version": "1.0.0",
"description": "A project of vuepress-theme-hope",
"license": "MIT",
"scripts": {
"build": "vuepress build docs",
"clean-dev": "vuepress dev docs --no-cache",
"dev": "vuepress dev docs",
"eject-theme": "vuepress eject-hope docs"
},
"devDependencies": {
"vuepress": "^1.8.2",
"vuepress-theme-hope": "^1.20.5"
}
}