package.json 562 字节
Newer Older
Miykael_xxm's avatar
Miykael_xxm 已提交
1
{
Miykael_xxm's avatar
seo  
Miykael_xxm 已提交
2
  "scripts": {
茶陵後's avatar
茶陵後 已提交
3 4 5 6
    "docs:dev": "yarn readme:copy && vuepress dev docs --no-cache",
    "docs:build": "yarn readme:copy && vuepress build docs && yarn seo:copy",
    "seo:copy": "cp ByteDanceVerify.html shenma-site-verification.txt sogousiteverification.txt google73113bc465d06f6b.html docs/.vuepress/dist",
    "readme:copy": "cp -r README.md readme docs/ && cp -r README.md readme docs/en/"
Miykael_xxm's avatar
seo  
Miykael_xxm 已提交
7 8
  },
  "devDependencies": {
茶陵後's avatar
茶陵後 已提交
9
    "vuepress": "^1.9.7",
茶陵後's avatar
茶陵後 已提交
10
    "vuepress-plugin-autometa": "^0.1.13",
茶陵後's avatar
茶陵後 已提交
11 12
    "vuepress-plugin-sitemap": "^2.3.1",
    "moment": "^2.29.1"
Miykael_xxm's avatar
Miykael_xxm 已提交
13
  }
Miykael_xxm's avatar
seo  
Miykael_xxm 已提交
14
}