5759c1862e
M0-M7 已完成:核心网关(身份/RBAC/TOTP/OIDC/SAML/Provider/配额/路由/内容策略/审计/定价)+ 资源市场(MCP/Skills/数字员工)。 含 22 个 PostgreSQL 迁移、管理端/门户端前端源码、OpenAPI 契约、部署 compose。 Co-Authored-By: Claude <noreply@anthropic.com>
26 lines
677 B
JSON
26 lines
677 B
JSON
{
|
|
"name": "@aigateway/web",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.15.1",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"vue": "3.5.22",
|
|
"@vue/reactivity": "3.5.22",
|
|
"@vue/compiler-sfc": "3.5.22",
|
|
"axios": "1.12.2",
|
|
"element-plus": "2.11.4",
|
|
"vite": "7.1.7",
|
|
"@vitejs/plugin-vue": "6.0.1",
|
|
"vue-tsc": "2.1.10",
|
|
"typescript": "5.6.3",
|
|
"@types/node": "24.8.1"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dev:admin": "corepack pnpm --filter @aigateway/admin dev",
|
|
"dev:portal": "corepack pnpm --filter @aigateway/portal dev",
|
|
"build": "corepack pnpm -r --if-present build",
|
|
"lint": "corepack pnpm -r --if-present lint"
|
|
}
|
|
}
|