Files
coze-studio/common/config/subspaces/default/pnpm-config.json
Zhj d70101c979 feat: Support for Chat Flow & Agent Support for binding a single chat flow (#765)
Co-authored-by: Yu Yang <72337138+tomasyu985@users.noreply.github.com>
Co-authored-by: zengxiaohui <csu.zengxiaohui@gmail.com>
Co-authored-by: lijunwen.gigoo <lijunwen.gigoo@bytedance.com>
Co-authored-by: lvxinyu.1117 <lvxinyu.1117@bytedance.com>
Co-authored-by: liuyunchao.0510 <liuyunchao.0510@bytedance.com>
Co-authored-by: haozhenfei <37089575+haozhenfei@users.noreply.github.com>
Co-authored-by: July <jiangxujin@bytedance.com>
Co-authored-by: tecvan-fe <fanwenjie.fe@bytedance.com>
2025-08-28 21:53:32 +08:00

47 lines
1.4 KiB
JSON

{
"useWorkspaces": true,
"autoInstallPeers": true,
"strictPeerDependencies": false,
"environmentVariables": {
"NODE_OPTIONS": {
"value": "--max-old-space-size=4096",
"override": false
}
},
"globalOverrides": {
"@coze-arch/coze-design": "0.0.6-alpha.eec92c",
"inversify": "6.0.2",
"sass@1.74.1>immutable": "3.8.2",
"web-streams-polyfill": "3.3.2",
"vitest@1.4.0>vite": "5.1.6",
"debug": "4.3.3",
"type-fest": "3.13.1",
"@types/node": "18.18.9",
"leveldown": "6.1.1",
"ahooks": "3.7.8",
"terser-webpack-plugin@5.3.10>webpack": "5.89.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss@3.3.6>postcss": "8.4.49",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"typescript": "5.8.2",
"mdast-util-gfm>mdast-util-gfm-autolink-literal": "2.0.0"
},
"globalPeerDependencyRules": {
"allowedVersions": {
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15"
}
},
"globalPackageExtensions": {},
"globalNeverBuiltDependencies": ["canvas", "better-sqlite3"],
"globalAllowedDeprecatedVersions": {},
"globalPatchedDependencies": {
"web-streams-polyfill@3.3.2": "patches/web-streams-polyfill@3.3.2.patch",
"ahooks@3.7.8": "patches/ahooks@3.7.8.patch",
"@douyinfe/semi-rspack-plugin@2.61.0": "patches/@douyinfe__semi-rspack-plugin@2.61.0.patch"
},
"unsupportedPackageJsonSettings": {}
}