mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-27 12:15:34 +00:00
32 lines
946 B
Go
32 lines
946 B
Go
{
|
|
"name": "docker_practice",
|
|
"version": "1.7.0",
|
|
"description": "docker_practice",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"vuepress": "1.9.10",
|
|
"vuepress-plugin-container": "^2.1.5",
|
|
"vuepress-theme-hope": "^1.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"mdpress:help": "mdpress --help",
|
|
"build": "rm -rf _site _site_site && mdpress build --format site --output _site && rm -rf _site && mv _site_site _site",
|
|
"serve": "mdpress serve",
|
|
"start": "mdpress serve",
|
|
"pdf": "mdpress build --format pdf",
|
|
"vuepress:build": "npx vuepress build",
|
|
"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"
|
|
}
|