feat: 补全依赖
This commit is contained in:
parent
f90eee85d8
commit
8fc3ddb63a
8
.gitignore
vendored
8
.gitignore
vendored
@ -1 +1,9 @@
|
|||||||
node_modules
|
node_modules
|
||||||
|
.DS_Store
|
||||||
|
dist
|
||||||
|
coverage
|
||||||
|
.env
|
||||||
|
*.log
|
||||||
|
.idea
|
||||||
|
.vscode
|
||||||
|
*.suo
|
||||||
22
package.json
22
package.json
@ -8,13 +8,19 @@
|
|||||||
"dev": "bun run --watch src/entrypoints/cli.ts"
|
"dev": "bun run --watch src/entrypoints/cli.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@alcalzone/ansi-tokenize": "^0.3.0",
|
||||||
|
"@anthropic-ai/bedrock-sdk": "^0.26.4",
|
||||||
"@anthropic-ai/claude-agent-sdk": "latest",
|
"@anthropic-ai/claude-agent-sdk": "latest",
|
||||||
|
"@anthropic-ai/foundry-sdk": "^0.2.3",
|
||||||
"@anthropic-ai/mcpb": "latest",
|
"@anthropic-ai/mcpb": "latest",
|
||||||
"@anthropic-ai/sandbox-runtime": "latest",
|
"@anthropic-ai/sandbox-runtime": "latest",
|
||||||
"@anthropic-ai/sdk": "latest",
|
"@anthropic-ai/sdk": "latest",
|
||||||
|
"@anthropic-ai/vertex-sdk": "^0.14.4",
|
||||||
"@aws-sdk/client-bedrock": "latest",
|
"@aws-sdk/client-bedrock": "latest",
|
||||||
"@aws-sdk/client-bedrock-runtime": "latest",
|
"@aws-sdk/client-bedrock-runtime": "latest",
|
||||||
|
"@aws-sdk/client-sts": "^3.1020.0",
|
||||||
"@aws-sdk/credential-providers": "latest",
|
"@aws-sdk/credential-providers": "latest",
|
||||||
|
"@azure/identity": "^4.13.1",
|
||||||
"@commander-js/extra-typings": "latest",
|
"@commander-js/extra-typings": "latest",
|
||||||
"@growthbook/growthbook": "latest",
|
"@growthbook/growthbook": "latest",
|
||||||
"@modelcontextprotocol/sdk": "latest",
|
"@modelcontextprotocol/sdk": "latest",
|
||||||
@ -23,11 +29,14 @@
|
|||||||
"@opentelemetry/core": "latest",
|
"@opentelemetry/core": "latest",
|
||||||
"@opentelemetry/exporter-logs-otlp-grpc": "latest",
|
"@opentelemetry/exporter-logs-otlp-grpc": "latest",
|
||||||
"@opentelemetry/exporter-logs-otlp-http": "latest",
|
"@opentelemetry/exporter-logs-otlp-http": "latest",
|
||||||
|
"@opentelemetry/exporter-logs-otlp-proto": "^0.214.0",
|
||||||
"@opentelemetry/exporter-metrics-otlp-grpc": "latest",
|
"@opentelemetry/exporter-metrics-otlp-grpc": "latest",
|
||||||
"@opentelemetry/exporter-metrics-otlp-http": "latest",
|
"@opentelemetry/exporter-metrics-otlp-http": "latest",
|
||||||
|
"@opentelemetry/exporter-metrics-otlp-proto": "^0.214.0",
|
||||||
"@opentelemetry/exporter-prometheus": "latest",
|
"@opentelemetry/exporter-prometheus": "latest",
|
||||||
"@opentelemetry/exporter-trace-otlp-grpc": "latest",
|
"@opentelemetry/exporter-trace-otlp-grpc": "latest",
|
||||||
"@opentelemetry/exporter-trace-otlp-http": "latest",
|
"@opentelemetry/exporter-trace-otlp-http": "latest",
|
||||||
|
"@opentelemetry/exporter-trace-otlp-proto": "^0.214.0",
|
||||||
"@opentelemetry/resources": "latest",
|
"@opentelemetry/resources": "latest",
|
||||||
"@opentelemetry/sdk-logs": "latest",
|
"@opentelemetry/sdk-logs": "latest",
|
||||||
"@opentelemetry/sdk-metrics": "latest",
|
"@opentelemetry/sdk-metrics": "latest",
|
||||||
@ -39,9 +48,11 @@
|
|||||||
"auto-bind": "latest",
|
"auto-bind": "latest",
|
||||||
"axios": "latest",
|
"axios": "latest",
|
||||||
"bidi-js": "latest",
|
"bidi-js": "latest",
|
||||||
|
"cacache": "^20.0.4",
|
||||||
"chalk": "latest",
|
"chalk": "latest",
|
||||||
"chokidar": "latest",
|
"chokidar": "latest",
|
||||||
"cli-boxes": "latest",
|
"cli-boxes": "latest",
|
||||||
|
"cli-highlight": "^2.1.11",
|
||||||
"code-excerpt": "latest",
|
"code-excerpt": "latest",
|
||||||
"diff": "latest",
|
"diff": "latest",
|
||||||
"emoji-regex": "latest",
|
"emoji-regex": "latest",
|
||||||
@ -55,22 +66,27 @@
|
|||||||
"https-proxy-agent": "latest",
|
"https-proxy-agent": "latest",
|
||||||
"ignore": "latest",
|
"ignore": "latest",
|
||||||
"indent-string": "latest",
|
"indent-string": "latest",
|
||||||
|
"jsonc-parser": "^3.3.1",
|
||||||
"lodash-es": "latest",
|
"lodash-es": "latest",
|
||||||
"lru-cache": "latest",
|
"lru-cache": "latest",
|
||||||
"marked": "latest",
|
"marked": "latest",
|
||||||
"p-map": "latest",
|
"p-map": "latest",
|
||||||
"picomatch": "latest",
|
"picomatch": "latest",
|
||||||
|
"plist": "^3.1.0",
|
||||||
"proper-lockfile": "latest",
|
"proper-lockfile": "latest",
|
||||||
"qrcode": "latest",
|
"qrcode": "latest",
|
||||||
"react": "latest",
|
"react": "latest",
|
||||||
|
"react-compiler-runtime": "^1.0.0",
|
||||||
"react-reconciler": "latest",
|
"react-reconciler": "latest",
|
||||||
"semver": "latest",
|
"semver": "latest",
|
||||||
|
"sharp": "^0.34.5",
|
||||||
"shell-quote": "latest",
|
"shell-quote": "latest",
|
||||||
"signal-exit": "latest",
|
"signal-exit": "latest",
|
||||||
"stack-utils": "latest",
|
"stack-utils": "latest",
|
||||||
"strip-ansi": "latest",
|
"strip-ansi": "latest",
|
||||||
"supports-hyperlinks": "latest",
|
"supports-hyperlinks": "latest",
|
||||||
"tree-kill": "latest",
|
"tree-kill": "latest",
|
||||||
|
"turndown": "^7.2.2",
|
||||||
"type-fest": "latest",
|
"type-fest": "latest",
|
||||||
"undici": "latest",
|
"undici": "latest",
|
||||||
"usehooks-ts": "latest",
|
"usehooks-ts": "latest",
|
||||||
@ -79,11 +95,17 @@
|
|||||||
"wrap-ansi": "latest",
|
"wrap-ansi": "latest",
|
||||||
"ws": "latest",
|
"ws": "latest",
|
||||||
"xss": "latest",
|
"xss": "latest",
|
||||||
|
"yaml": "^2.8.3",
|
||||||
"zod": "latest"
|
"zod": "latest"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@types/bun": "^1.3.11",
|
||||||
|
"@types/cacache": "^20.0.1",
|
||||||
|
"@types/plist": "^3.0.5",
|
||||||
"@types/react": "latest",
|
"@types/react": "latest",
|
||||||
"@types/react-reconciler": "latest",
|
"@types/react-reconciler": "latest",
|
||||||
|
"@types/sharp": "^0.32.0",
|
||||||
|
"@types/turndown": "^5.0.6",
|
||||||
"typescript": "latest"
|
"typescript": "latest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -10,6 +10,7 @@
|
|||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
|
"types": ["bun"],
|
||||||
"paths": {
|
"paths": {
|
||||||
"src/*": ["./src/*"]
|
"src/*": ["./src/*"]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user