代码拉取完成,页面将自动刷新
同步操作将从 lyyong/refly 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "refly-monorepo",
"private": true,
"engines": {
"pnpm": ">=8"
},
"scripts": {
"commit": "cz",
"dev": "turbo run dev",
"start": "turbo run start",
"build": "turbo run build",
"build:api": "turbo run build --filter=@refly/api",
"build:web": "turbo run build --filter=@refly/web",
"build:extension": "turbo run build --filter=@refly/extension",
"copy-env": "turbo run copy-env",
"codegen": "turbo run codegen",
"clean": "turbo run clean",
"cy:open": "cypress open",
"cy:install": "cypress install",
"lint": "biome lint .",
"lint:fix": "biome lint . --write",
"format": "biome format .",
"format:fix": "biome format . --write",
"check": "biome check .",
"check:fix": "biome check . --write",
"test": "pnpm -r --if-present test",
"test:unit": "pnpm -r --if-present test:unit",
"test:integration": "pnpm -r --if-present test:integration",
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@types/node": "20.14.8",
"commitizen": "^4.2.4",
"cypress": "14.0.1",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"ncp": "^2.0.0",
"rimraf": "^5.0.10",
"turbo": "^2.1.2",
"typescript": "5.3.3",
"vitest": "^2.1.0"
},
"packageManager": "pnpm@8.15.8",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": ["biome check --write"],
"*.json": ["biome format --write"]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。