feat: manually mirror opencoze's code from bytedance
Change-Id: I09a73aadda978ad9511264a756b2ce51f5761adf
This commit is contained in:
46
common/config/subspaces/default/pnpm-config.json
Normal file
46
common/config/subspaces/default/pnpm-config.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"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.101d0c",
|
||||
"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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user