3 Star 6 Fork 6

zxh126 / lowcode-engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.08 KB
一键复制 编辑 原始数据 按行查看 历史
williamhatch 提交于 2022-06-15 15:59 . fix: npm run clean error in windows
{
"private": true,
"workspaces": {
"packages": [
"packages/*"
],
"nohoist": [
"**/css-modules-typescript-loader",
"**/@alifc/theme-lowcode-*",
"**/jest"
]
},
"scripts": {
"build": "./scripts/build.sh",
"build:npm": "lerna run build --stream",
"build:umd": "lerna run build:umd --stream",
"clean": "rimraf ./packages/*/lib ./packages/*/es ./packages/*/dist ./packages/*/build",
"clean:lib": "rimraf ./node_modules",
"lint": "f2elint scan -q -i ./packages/*/src",
"lint:fix": "f2elint fix -i ./packages/*/src",
"lint:modules": "f2elint scan -q -i ./modules/*/src",
"lint:modules:fix": "f2elint fix -i ./modules/*/src",
"pub": "npm run watchdog:build && lerna publish patch --force-publish --exact --no-changelog",
"pub:premajor": "npm run watchdog:build && lerna publish premajor --force-publish --exact --dist-tag beta --preid beta --no-changelog",
"pub:prepatch": "npm run watchdog:build && lerna publish prepatch --force-publish --exact --dist-tag beta --preid beta --no-changelog",
"pub:prerelease": "npm run watchdog:build && lerna publish prerelease --force-publish --exact --dist-tag beta --preid beta --no-changelog",
"setup": "node ./scripts/setup.js",
"setup:test": "./scripts/setup-for-test.sh",
"setup:skip-build": "./scripts/setup-skip-build.sh",
"start": "node ./scripts/start.js",
"test": "lerna run test --stream",
"test:snapshot": "lerna run test:snapshot",
"watchdog:build": "node ./scripts/watchdog.js",
"sync": "./scripts/sync.sh"
},
"husky": {
"hooks": {
"pre-commit": "f2elint commit-file-scan",
"commit-msg": "f2elint commit-msg-scan"
}
},
"devDependencies": {
"del": "^6.1.1",
"execa": "^5.1.1",
"f2elint": "^2.0.1",
"gulp": "^4.0.2",
"husky": "^7.0.4",
"lerna": "^4.0.0",
"typescript": "^4.5.5",
"yarn": "^1.22.17",
"rimraf": "^3.0.2"
},
"engines": {
"node": ">=14.17.0 <16"
},
"tnpm": {
"mode": "yarn",
"lockfile": "enable"
},
"resolutions": {
"@builder/babel-preset-ice": "1.0.1"
}
}
TypeScript
1
https://gitee.com/zxh126/lowcode-engine.git
git@gitee.com:zxh126/lowcode-engine.git
zxh126
lowcode-engine
lowcode-engine
main

搜索帮助