加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.67 KB
一键复制 编辑 原始数据 按行查看 历史
Greper 提交于 2023-07-03 09:42 . chore: 1.14.4
{
"name": "fast-crud-root",
"version": "1.9.0",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap --hoist",
"docs:dev": "vitepress dev docs/zh",
"docs:dev:en": "vitepress dev docs/zh",
"docs:build": "vitepress build docs/zh",
"docs:serve": "vitepress serve docs/zh",
"docgen:crud": "vue-docgen -c docgen/crud.config.js",
"docgen:extends": "vue-docgen -c docgen/extends.config.js",
"docgen:all": "npm run docgen:crud && npm run docgen:extends",
"prepublishOnly": "npm run before-build && lerna run build --scope */ui-* --scope @fast-crud/fast-crud --scope @fast-crud/fast-extends ",
"publish": "npm run proxy && npm run prepublishOnly && lerna publish --conventional-commits && npm run afterpublishOnly",
"proxy": "npm config set proxy=http://127.0.0.1:10809",
"publish:canary": "lerna publish --canary --conventional-commits && npm run afterpublishOnly",
"afterpublishOnly": "npm run copylogs && npm run afterPubPush && lerna run afterPubPush && node deploy.js",
"afterPubPush": "git add . && git commit -m \"build: publish success\" && git push",
"copylogs": "copyfiles \"packages/**/CHANGELOG.md\" ./docs/zh/guide/other/changelogs/ -e **/node_modules/** && copyfiles \"CHANGELOG.md\" ./docs/zh/guide/other/changelogs/",
"init": "git submodule update --init --recursive",
"rechangelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"before-build": "cd ./packages/ui/ui-interface && time /t >build.md && git add ./build.md && git commit -m \"build: prepare to build\"",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"no-push": "lerna publish --no-push --conventional-commits && lerna publish && npm run copylogs",
"checkout:main": "git checkout main && cd ./packages/fast-admin/fs-admin-element && git checkout main && cd ../fs-admin-antdv && git checkout main && cd ../fs-admin-naive-ui && git checkout main && cd ../../ ",
"checkout:dev": "git checkout dev && cd ./packages/fast-admin/fs-admin-element && git checkout dev && cd ../fs-admin-antdv && git checkout dev && cd ../fs-admin-naive-ui && git checkout dev && cd ../../ "
},
"author": "Greper",
"license": "MIT",
"devDependencies": {
"@algolia/client-search": "^4.15.0",
"@lerna-lite/cli": "^1.17.0",
"@lerna-lite/run": "^1.17.0",
"@types/lodash-es": "^4.17.7",
"axios": "^1.3.4",
"copyfiles": "^2.4.1",
"markdown-it": "^13.0.1",
"typedoc": "^0.23.27",
"typedoc-plugin-markdown": "^3.14.0",
"vitepress": "1.0.0-beta.1",
"vue": "^3.2.45",
"vue-docgen-cli": "^4.67.0"
},
"dependencies": {
"typescript": "^4.9.5"
},
"workspaces": [
"packages/**"
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化