20 lines
542 B
JSON
20 lines
542 B
JSON
{
|
|
"name": "evanblog",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "vuepress dev docs",
|
|
"list": "node utils/getFilenames.js",
|
|
"build": "vuepress build docs",
|
|
"chame": "cd docs/.vuepress/dist && echo 'b.evanblogweb.com' > CNAME",
|
|
"deploy": "bash deploy.sh"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@vuepress/plugin-back-to-top": "^1.2.0",
|
|
"@vuepress/plugin-medium-zoom": "^1.2.0",
|
|
"vuepress": "^1.1.0",
|
|
"vuepress-plugin-baidu-autopush": "^1.0.1",
|
|
"vuepress-plugin-baidu-tongji": "^1.0.1"
|
|
}
|
|
}
|