1 Star 4 Fork 2

qwding/my-blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
qwding 提交于 2023-11-11 14:36 . 在线解析二维码
{
"name": "my-blog",
"version": "1.0.0",
"description": "我的个人博客",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"deploy": "vuepress build docs;cd docs/.vuepress;rsync -rzP blog root@www.apidocs.cn:/usr/local/nginx/html",
"deployscp": "vuepress build docs;cd docs/.vuepress;scp -r blog root@www.apidocs.cn:/usr/local/nginx/html"
},
"author": "dingqianwen",
"license": "Apache 2.0",
"createDate": "2021-11-26",
"devDependencies": {
"@vuepress/plugin-google-analytics": "2.0.0-beta.45",
"@vuepress/plugin-register-components": "2.0.0-beta.45",
"@vuepress/plugin-search": "2.0.0-beta.45",
"@vuepress/plugin-shiki": "2.0.0-beta.45",
"@vuepress/plugin-toc": "2.0.0-beta.45",
"echarts": "^5.4.0",
"vuepress": "2.0.0-beta.45"
},
"dependencies": {
"@better-scroll/core": "^2.4.2",
"@better-scroll/mouse-wheel": "^2.4.2",
"@better-scroll/scroll-bar": "^2.4.2",
"blueimp-md5": "^2.19.0",
"clipboard": "2.0.11",
"crypto-js": "^4.1.1",
"gitalk": "^1.7.2",
"ismobilejs": "^1.1.1",
"qrcode-decoder": "^0.3.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/qwding/my-blog.git
git@gitee.com:qwding/my-blog.git
qwding
my-blog
my-blog
master

搜索帮助