1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-07-24 07:21:46 +08:00
Java-Interview-Guide/package.json
2021-12-08 10:18:03 +08:00

19 lines
466 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": {
"compression-webpack-plugin": "^5.0.0",
"vuepress": "^1.8.2",
"vuepress-theme-hope": "^1.20.5"
},
"dependencies": {}
}