加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 533 Bytes
一键复制 编辑 原始数据 按行查看 历史
yuzheng 提交于 2023-03-16 23:31 . [feature]: 初始化个人博客结构
{
"name": "blog",
"version": "1.0.0",
"description": "#### Description This is my blog",
"main": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "https://gitee.com/yzzane/blog.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"vuepress": "^1.9.9"
},
"dependencies": {
"core-js": "2.x",
"element-ui": "2.15.7",
"vuepress-plugin-demo-container": "^0.2.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化