当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
提莫打野迷了路 提交于 2022-11-13 14:12 . docs: 文档更新
{
"name": "@ctrlc/uni-module-pages",
"version": "1.2.0",
"description": "uniapp项目拆分pages.json,解决路由文件过大,可模块化管理文件pages.json",
"keywords": [
"uni",
"uniapp",
"uniapp pages.json",
"router",
"路由模块化"
],
"author": "yangzhuqing <470704012@qq.com>",
"license": "ISC",
"main": "./lib/index.cjs",
"module": "./lib/index.mjs",
"types": "./lib/types/*",
"files": [
"lib"
],
"publishConfig": {
"access": "public",
"registry": "http://localhost:4873/"
},
"repository": {
"type": "git",
"url": "https://gitee.com/ctrl-v/uni-module-pages"
},
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"push": "hook_push"
},
"dependencies": {
"@dcloudio/uni-cli-shared": "^2.0.0-32920210927002"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@ctrlc/hook_push": "^1.2.1",
"@dcloudio/types": "^2.5.13",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@rollup/plugin-terser": "^0.1.0",
"@rollup/plugin-typescript": "8.3.0",
"@types/node": "^18.11.9",
"rollup": "^2.58.0",
"tslib": "^2.3.1",
"typescript": "^4.5.2"
},
"peerDependencies": {
"@dcloudio/uni-cli-i18n": ">=2.0.0-32920210927002",
"@dcloudio/vue-cli-plugin-uni": ">=2.0.0-32920210927002"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化