docker_practice/package.json

34 lines
922 B
Go
Raw Normal View History

{
"name": "docker_practice",
"version": "1.0.0",
"description": "docker_practice",
"main": "index.js",
"devDependencies": {
2022-03-14 01:10:04 +08:00
"chalk": "^4.1.2",
"commander": "^7.2.0",
"esm": "^3.0.0",
2022-03-14 01:10:04 +08:00
"@vuepress/plugin-search": "2.0.0-beta.36",
"vuepress": "2.0.0-beta.36",
"vuepress-theme-hope": "2.0.0-beta.14"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gitbook:help": "gitbook help",
"gitbook:build": "gitbook build",
"gitbook:serve": "gitbook serve",
2022-03-14 01:10:04 +08:00
"vuepress:build": "vuepress build .",
"vuepress:serve": "vuepress dev .",
"vuepress": "npx vuepress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yeasy/docker_practice.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yeasy/docker_practice/issues"
},
"homepage": "https://github.com/yeasy/docker_practice#readme"
}