-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.68 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.68 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
{
"name": "a2ui-workspace",
"private": true,
"packageManager": "yarn@4.13.0",
"workspaces": [
"renderers/*",
"renderers/lit/*",
"renderers/markdown/*",
"renderers/react/*",
"samples/client/angular",
"samples/client/angular/projects/*",
"samples/client/lit",
"samples/client/lit/*",
"samples/client/react/*",
"samples/personalized_learning",
"specification/*/eval",
"specification/*/test",
"tools/*",
"!**/dist"
],
"scripts": {
"build:all": "yarn workspaces foreach -A -p --topological-dev run build",
"test:all": "yarn workspaces foreach -A -p --topological-dev run test",
"lint:all": "yarn workspaces foreach -A -p --topological-dev run lint",
"lint:deps": "syncpack list-mismatches",
"lint:fix:all": "yarn workspaces foreach -A -p --topological-dev run lint:fix",
"format:all": "prettier --config .prettierrc --write .",
"format:check:all": "prettier --config .prettierrc --check .",
"clean:all": "yarn workspaces foreach -A -p run clean"
},
"devDependencies": {
"google-artifactregistry-auth": "^3.5.0",
"prettier": "^3.8.4",
"syncpack": "^13.0.0",
"typescript": "5.9.3",
"wireit": "^0.15.0-pre.2"
},
"resolutions": {
"@playwright/test": "1.58.1",
"typescript": "5.9.3",
"zod": "^3.25.76",
"hono": "^4.11.10",
"react-resizable-panels": "^3.0.6",
"@a2ui/web_core": "workspace:*",
"@a2ui/lit": "workspace:*",
"@a2ui/angular": "workspace:*",
"@a2ui/markdown-it": "workspace:*",
"@angular/core": "^21.2.5",
"@angular/common": "^21.2.5",
"@angular/compiler": "^21.2.5",
"@angular/compiler-cli": "^21.2.5",
"@angular/platform-browser": "^21.2.5",
"@angular/platform-server": "^21.2.5",
"@angular/router": "^21.2.5",
"@angular/ssr": "^21.2.5",
"@angular/build": "^21.2.5",
"@angular/cli": "^21.2.5",
"@angular/forms": "^21.2.5",
"@angular/cdk": "^21.2.5",
"@angular/google-maps": "^21.2.5",
"@angular/material": "^21.2.5",
"js-yaml@npm:^3": "3.15.0",
"js-yaml@npm:^4": "4.2.0",
"undici": "7.28.0",
"dompurify": "3.4.11",
"piscina": "5.2.0",
"vite@npm:7.3.2": "7.3.5",
"vite@npm:^6.0.0 || ^7.0.0 || ^8.0.0": "8.0.16",
"@babel/core": "7.29.6",
"esbuild": "0.28.1",
"minimatch@npm:9.0.5": "9.0.7",
"qs": "6.15.2",
"brace-expansion@npm:^2": "2.0.3",
"brace-expansion@npm:^5": "5.0.6",
"@opentelemetry/auto-instrumentations-node": "0.75.0",
"@opentelemetry/sdk-node": "0.217.0",
"@opentelemetry/core": "2.9.0",
"fast-json-patch": "3.1.1",
"ip-address": "10.1.1",
"@anthropic-ai/sdk": "0.91.1",
"postcss": "8.5.10",
"fast-xml-parser": "5.7.0"
}
}