-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
139 lines (139 loc) Β· 5.86 KB
/
Copy pathpackage.json
File metadata and controls
139 lines (139 loc) Β· 5.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "opencrane-platform",
"version": "0.9.2",
"private": true,
"license": "AGPL-3.0-or-later",
"type": "module",
"description": "OpenCrane personal-agent platform on Kubernetes",
"engines": {
"node": ">=22"
},
"scripts": {
"build": "nx run-many -t build",
"dev": "nx run-many -t dev --parallel=10",
"test": "nx run-many -t test",
"lint": "nx run-many -t lint",
"lint:boundaries": "eslint .",
"agent-context": "node scripts/rag-rat.mjs",
"agent-context:setup": "node scripts/rag-rat.mjs setup",
"agent-context:refresh": "node scripts/rag-rat.mjs refresh",
"agent-context:doctor": "node scripts/rag-rat.mjs doctor",
"test:agent-context": "node --test scripts/__tests__/rag-rat-integration.test.mjs",
"test:agent-style": "node --test scripts/__tests__/inline-conditional-check.test.mjs",
"check:prisma-boundaries": "node scripts/prisma-boundary-check.mjs",
"test:prisma-boundaries": "node --test scripts/__tests__/prisma-boundary-check.test.mjs",
"test:affected-deployables": "node --test scripts/__tests__/affected-deployables.test.mjs",
"test:config-docs-coverage": "node --test scripts/__tests__/config-docs-coverage.test.mjs",
"check:pr-stack-integrity": "node scripts/pr-stack-integrity.mjs",
"test:pr-stack-integrity": "node --test scripts/__tests__/pr-stack-integrity.test.mjs",
"check:module-growth": "node scripts/module-growth-check.mjs",
"test:module-growth": "node --test scripts/__tests__/module-growth-check.test.mjs",
"check:release-versioning": "node scripts/release-versioning-check.mjs",
"test:release-versioning": "node --test scripts/__tests__/release-versioning-check.test.mjs",
"check:database-migrations": "node apps/opencrane/prisma/migrations/tests/verify-contract.mjs",
"test:database-migrations": "apps/opencrane/prisma/migrations/tests/verify-postgres.sh",
"check:workload-ownership-app-composition": "./scripts/workload-ownership-app-composition-boundary.sh",
"test:workload-ownership-app-composition": "./scripts/workload-ownership-app-composition-boundary-negative-tests.sh",
"check:agent-domain-boundary": "./scripts/agent-domain-boundary.sh",
"test:agent-domain-boundary": "./scripts/agent-domain-boundary-negative-tests.sh",
"docs:sync-openapi": "npm run refresh-openapi -w website",
"docs:dev": "npm run dev -w website",
"docs:build": "npm run build -w website",
"docs:preview": "npm run preview -w website",
"docker:build:opencrane-server": "docker build -f apps/opencrane/deploy/Dockerfile -t ghcr.io/elewa-git/opencrane-server:latest .",
"docker:build:docs": "docker build -f website/Dockerfile -t ghcr.io/elewa-git/docs:latest .",
"docker:build:opencrane-ui": "docker build -f apps/opencrane-ui/deploy/Dockerfile -t ghcr.io/elewa-git/opencrane-ui:latest .",
"build:opencrane-ui": "nx build opencrane-ui",
"serve:opencrane-ui": "nx serve opencrane-ui",
"storybook:ui": "nx run frontend-elements-ui:storybook",
"storybook:ui:build": "nx run frontend-elements-ui:build-storybook",
"test:storybook": "nx run frontend-elements-ui:test-storybook",
"test:storybook:visual": "nx run frontend-elements-ui:test-storybook-visual",
"test:storybook:visual:update": "nx run frontend-elements-ui:update-storybook-visual"
},
"devDependencies": {
"@ag-ui/client": "0.0.57",
"@angular-devkit/build-angular": "^21.2.19",
"@angular/cli": "^21.2.19",
"@angular/compiler-cli": "^21.2.19",
"@angular/platform-browser-dynamic": "21.2.19",
"@nx/angular": "^23.0.2",
"@nx/eslint-plugin": "^23.0.2",
"@nx/web": "23.0.2",
"@opentelemetry/sdk-trace-base": "^2.9.0",
"@playwright/test": "1.62.1",
"@storybook/addon-a11y": "10.5.7",
"@storybook/addon-docs": "10.5.7",
"@storybook/angular": "10.5.7",
"@storybook/test-runner": "0.24.4",
"@types/express": "^5.0.0",
"@types/express-session": "^1.18.0",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.0.0",
"@types/supertest": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^8.63.0",
"@typescript-eslint/parser": "^8.63.0",
"axe-playwright": "2.2.2",
"esbuild": "^0.28.1",
"eslint": "^10.7.0",
"express-session": "^1.19.0",
"fake-indexeddb": "^6.2.5",
"jsdom": "^25.0.1",
"nx": "^23.0.2",
"openapi-typescript": "^7.13.0",
"storybook": "10.5.7",
"supertest": "^7.0.0",
"typescript": "^5.9.2",
"vite-tsconfig-paths": "^5.1.0",
"vitest": "^4.0.8",
"wait-on": "7.2.0"
},
"workspaces": [
"apps/*",
"website"
],
"dependencies": {
"@a2ui/angular": "0.10.2",
"@a2ui/markdown-it": "0.1.0",
"@a2ui/web_core": "0.10.3",
"@ag-ui/core": "0.0.57",
"@angular/animations": "^21.2.19",
"@angular/cdk": "^21.2.14",
"@angular/common": "^21.2.19",
"@angular/compiler": "^21.2.19",
"@angular/core": "^21.2.19",
"@angular/forms": "^21.2.19",
"@angular/platform-browser": "^21.2.19",
"@angular/router": "^21.2.19",
"@fontsource/dm-mono": "5.3.0",
"@fontsource/dm-sans": "5.3.0",
"@kubernetes/client-node": "^1.0.0",
"@noble/hashes": "1.8.0",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/auto-instrumentations-node": "^0.78.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.220.0",
"@opentelemetry/sdk-node": "^0.220.0",
"@primeng/themes": "^21.0.0",
"@prisma/client": "^6.0.0",
"@sinclair/typebox": "0.34.49",
"ajv": "8.18.0",
"dompurify": "^3.4.13",
"express": "^5.1.0",
"express-rate-limit": "^7.4.0",
"express-session": "^1.19.0",
"highlight.js": "^11.11.1",
"markdown-it": "^14.2.0",
"markdown-it-task-lists": "^2.1.1",
"openapi-fetch": "^0.17.0",
"openid-client": "^6.8.4",
"pino": "^9.6.0",
"primeicons": "^7.0.0",
"primeng": "^21.1.0",
"rxjs": "~7.8.2",
"tslib": "^2.8.0",
"zod": "^3.25.0"
},
"overrides": {
"postcss": "8.5.19"
}
}