代码拉取完成,页面将自动刷新
同步操作将从 cellbang/malagu 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"private": true,
"name": "@malagu/monorepo",
"version": "0.0.0",
"engines": {
"yarn": ">=1.7.0 <2",
"node": ">=16.14.0 <17"
},
"resolutions": {
"**/@types/node": "16"
},
"devDependencies": {
"@types/chai": "4.3.0",
"@types/chai-spies": "1.0.3",
"@types/chai-string": "^1.4.0",
"chai": "4.3.4",
"chai-spies": "1.0.0",
"chai-string": "^1.4.0",
"lerna": "^5.6.2",
"nx": "^14.4.3",
"typedoc": "^0.24.8",
"typedoc-plugin-external-module-map": "~1.3.2",
"typedoc-plugin-remove-references": "^0.0.6"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"prepare": "yarn run prepare:references && yarn run prepare:build",
"prepare:references": "node scripts/compile-references.js",
"prepare:build": "yarn build && yarn run lint",
"build": "tsc -b configs/root-compilation.tsconfig.json",
"watch": "tsc -b configs/root-compilation.tsconfig.json -w",
"clean": "yarn lint:clean && lerna run clean",
"build:clean": "lerna run prepare",
"lint": "lerna run lint",
"lint:clean": "rimraf .eslintcache",
"lint:oneshot": "node --max-old-space-size=4096 node_modules/eslint/bin/eslint.js --cache=true \"{dev-packages,packages,examples}/**/*.{ts,tsx}\"",
"docs": "rimraf gh-pages/docs/next && typedoc --tsconfig tsconfig.json --options configs/typedoc.json .",
"test": "yarn test:references && yarn test:malagu",
"test:references": "node scripts/compile-references --dry-run",
"test:malagu": "lerna run test --scope \"@malagu/!(example-)*\" --stream --concurrency=1",
"publish": "yarn && yarn test && yarn publish:latest",
"publish:latest": "lerna publish --exact --ignore-scripts --yes --no-push && yarn -s publish:check",
"publish:next": "lerna publish preminor --exact --ignore-scripts --canary --preid next --dist-tag next --no-git-reset --no-git-tag-version --no-push --ignore-scripts --yes && yarn publish:check",
"publish:check": "node scripts/check-publish.js"
},
"workspaces": [
"dev-packages/*",
"packages/*",
"plugins/*",
"examples/*"
],
"dependencies": {}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。