加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 775 Bytes
一键复制 编辑 原始数据 按行查看 历史
松露 提交于 2022-11-16 15:36 . # commit
{
"name": "electronic-book-demo",
"version": "1.0.0",
"description": "GitBook项目示例",
"main": "index.js",
"scripts": {
"serve": "cross-env NODE_ENV=dev gitbook serve",
"build": "gitbook build",
"mobi": "gitbook mobi"
},
"repository": {
"type": "git",
"url": "git@gitee.com:zonglu/electronic-book-demo.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"gitbook-plugin-back-to-top-button": "0.1.4",
"gitbook-plugin-code": "0.1.0",
"gitbook-plugin-expandable-chapters": "0.2.0",
"gitbook-plugin-flexible-alerts": "1.0.3",
"gitbook-plugin-livereload": "0.0.1",
"gitbook-plugin-search-pro": "2.0.2",
"gitbook-plugin-theme-lou": "1.0.3"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化