-
Notifications
You must be signed in to change notification settings - Fork 149
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.56 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.56 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
{
"name": "@macro-inc/macro",
"overrides": {
"@lexical/clipboard": "0.45.0",
"@lexical/code": "0.45.0",
"@lexical/code-core": "0.45.0",
"@lexical/code-prism": "0.45.0",
"@lexical/dragon": "0.45.0",
"@lexical/extension": "0.45.0",
"@lexical/headless": "0.45.0",
"@lexical/history": "0.45.0",
"@lexical/html": "0.45.0",
"@lexical/internal": "0.45.0",
"@lexical/link": "0.45.0",
"@lexical/list": "0.45.0",
"@lexical/mark": "0.45.0",
"@lexical/markdown": "0.45.0",
"@lexical/plain-text": "0.45.0",
"@lexical/rich-text": "0.45.0",
"@lexical/selection": "0.45.0",
"@lexical/table": "0.45.0",
"@lexical/text": "0.45.0",
"@lexical/utils": "0.45.0",
"@kobalte/core": "0.13.11",
"@solid-primitives/resize-observer": "2.1.5",
"@solid-primitives/storage": "4.3.4",
"lexical": "0.45.0",
"cross-spawn": "7.0.6",
"undici": ">=6.24.0",
"flatted": ">=3.4.0",
"minimatch": ">=3.1.4",
"rollup": ">=4.59.0",
"ajv": ">=6.14.0"
},
"packageManager": "bun@1.3.5",
"patchedDependencies": {
"solid-gesture@0.0.3": "apps/web/patches/solid-gesture@0.0.3.patch",
"@thisbeyond/solid-dnd@0.7.5": "apps/web/patches/@thisbeyond%2Fsolid-dnd@0.7.5.patch",
"@lexical/markdown@0.45.0": "apps/web/patches/@lexical%2Fmarkdown@0.45.0.patch",
"@kobalte/core@0.13.11": "apps/web/patches/@kobalte%2Fcore@0.13.11.patch",
"virtua@0.48.8": "apps/web/patches/virtua@0.48.8.patch",
"@tanstack/solid-query@5.90.3": "apps/web/patches/@tanstack%2Fsolid-query@5.90.3.patch",
"@lexical/table@0.45.0": "apps/web/patches/@lexical%2Ftable@0.45.0.patch"
},
"private": true,
"scripts": {
"fix": "cd apps/web && bunx --bun @biomejs/biome check --write",
"lint:ci": "cd apps/web && bunx --bun @biomejs/biome ci --changed --no-errors-on-unmatched --error-on-warnings",
"check": "cd apps/web && tsc --noEmit --skipLibCheck --project tsconfig.json",
"lint": "cd apps/web && bunx --bun @biomejs/biome lint --skip=suspicious/noImportCycles",
"lint:oxlint": "cd apps/web && bunx --yes oxlint@1.73.0",
"format": "cd apps/web && bunx --bun @biomejs/biome format --write"
},
"trustedDependencies": [
"@pulumi/aws-native",
"@pulumi/awsx",
"@pulumi/command",
"@pulumi/synced-folder",
"aws-sdk",
"docker-classic",
"esbuild"
],
"workspaces": {
"packages": [
"apps/web",
"packages/observability",
"packages/collaboration",
"packages/loro-mirror",
"packages/lexical-core",
"services/ai-editing-worker",
"services/bots/anthropic-status-bot",
"services/bots/stripe-payment-bot",
"services/lexical-service"
],
"catalog": {
"loro-crdt": "1.13.7"
}
}
}