|
32 | 32 | "directory": "agents-manage-ui" |
33 | 33 | }, |
34 | 34 | "scripts": { |
35 | | - "knip": "knip --fix-type exports --fix-type types --include exports,types", |
| 35 | + "knip": "knip --directory .. --workspace agents-manage-ui --config agents-manage-ui/knip.config.ts --dependencies --fix-type exports --fix-type types --include exports,types", |
36 | 36 | "dev": "next --port 3000", |
37 | 37 | "build:sync": "cp -r public .next/standalone/agents-manage-ui && mkdir -p .next/standalone/agents-manage-ui/.next/ && cp -r .next/static .next/standalone/agents-manage-ui/.next/static", |
38 | 38 | "build": "next build && pnpm build:sync", |
|
50 | 50 | "test:e2e:ci": "start-server-and-test start http-get://localhost:3000/default/projects test:e2e:run" |
51 | 51 | }, |
52 | 52 | "dependencies": { |
53 | | - "@ai-sdk/anthropic": "3.0.0-beta.66", |
54 | | - "@ai-sdk/gateway": "2.0.0-beta.68", |
55 | | - "@ai-sdk/google": "3.0.0-beta.62", |
56 | | - "@ai-sdk/openai": "3.0.0-beta.74", |
57 | | - "@ai-sdk/openai-compatible": "2.0.0-beta.41", |
58 | | - "@ai-sdk/react": "3.0.0-beta.124", |
59 | 53 | "@better-auth/sso": "^1.4.0", |
60 | 54 | "@hookform/resolvers": "^5.2.1", |
61 | 55 | "@inkeep/agents-core": "workspace:^", |
62 | | - "@inkeep/agents-manage-api": "workspace:^", |
63 | | - "@inkeep/agents-run-api": "workspace:^", |
64 | 56 | "@inkeep/agents-ui": "^0.15.5", |
65 | | - "@lezer/highlight": "^1.2.1", |
66 | 57 | "@nangohq/frontend": "^0.69.5", |
67 | 58 | "@nangohq/node": "^0.69.5", |
68 | 59 | "@nangohq/types": "^0.69.5", |
69 | | - "@openrouter/ai-sdk-provider": "^1.2.0", |
70 | 60 | "@radix-ui/react-alert-dialog": "^1.1.15", |
71 | 61 | "@radix-ui/react-avatar": "^1.1.11", |
72 | 62 | "@radix-ui/react-checkbox": "^1.3.2", |
|
128 | 118 | "@tailwindcss/postcss": "^4", |
129 | 119 | "@testing-library/jest-dom": "^6.8.0", |
130 | 120 | "@testing-library/react": "^16.3.0", |
131 | | - "@testing-library/user-event": "^14.6.1", |
132 | 121 | "@types/dagre": "^0.7.53", |
133 | 122 | "@types/json-schema": "^7.0.15", |
134 | 123 | "@types/node": "^20", |
|
0 commit comments