1 Star 1 Fork 2

grass/Weibozzz.github.io

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
liuweibo 提交于 2022-07-22 14:31 +08:00 . chore: 增加gitee构建
{
"name": "weiboqianduan",
"version": "1.0.0",
"description": "前端知识体系",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run docs:dev",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"build": "npm run docs:build",
"build-gitee": "npm run docs:build -- gitee",
"build:deploy": "node builds/index.js",
"build:deploy-gitee": "node builds/index.js gitee",
"deploy:github": "npm run build && npm run build:deploy",
"deploy:gitee": "npm run build-gitee && npm run build:deploy-gitee",
"deploy": "npm run deploy:github && npm run deploy:gitee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Weibozzz/Weibozzz.github.io.git"
},
"keywords": [
"伟波前端",
"前端知识",
"前端文档"
],
"author": "刘伟波",
"license": "ISC",
"bugs": {
"url": "https://github.com/Weibozzz/Weibozzz.github.io/issues"
},
"homepage": "https://github.com/Weibozzz/Weibozzz.github.io#readme",
"dependencies": {
"pre-commit": "^1.2.2"
},
"devDependencies": {
"crypto": "^1.0.1",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.1",
"glob": "^7.2.0",
"rimraf": "^3.0.2",
"url-loader": "^4.1.1",
"vuepress": "2.0.0-beta.42",
"webp-converter": "^2.3.3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/Weibozzz/Weibozzz.github.io.git
git@gitee.com:Weibozzz/Weibozzz.github.io.git
Weibozzz
Weibozzz.github.io
Weibozzz.github.io
master

搜索帮助