-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 5.04 KB
/
Copy pathpackage.json
File metadata and controls
135 lines (135 loc) · 5.04 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
{
"name": "@k2b/cloud-workspace",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "bun@1.3.14",
"workspaces": {
"packages": [
"docs-site",
"pwas/pwa-auth",
"packages/accounts",
"packages/api-docs",
"packages/assistant",
"packages/capabilities",
"packages/cloud",
"packages/contacts",
"packages/core",
"packages/cloud-cli",
"packages/dashboard",
"packages/faq",
"packages/files",
"packages/gateway",
"packages/gateway-ops",
"packages/grids",
"packages/ipa-hosts",
"packages/mail",
"packages/notebooks",
"packages/oauth",
"packages/pulse",
"packages/proxy-auth",
"packages/quotes",
"packages/spaces",
"packages/tools",
"packages/ui",
"packages/venue",
"packages/weather",
"fixtures/ui-ssr",
"packages/kit"
],
"catalog": {
"@firecrawl/anydoc": "0.1.9",
"@k2b/ssr": "0.12.0",
"@k2b/stdlib": "0.22.0",
"@k2b/sync": "6.4.0",
"@nats-io/jetstream": "3.4.0",
"@nats-io/transport-node": "3.4.0",
"@types/bun": "1.3.14",
"@types/nodemailer": "7.0.12",
"@types/sanitize-html": "2.16.1",
"bun-plugin-tailwind": "0.1.2",
"dayjs": "1.11.21",
"hono": "4.12.32",
"hono-openapi": "1.3.1",
"jose": "6.2.5",
"juice": "12.1.1",
"katex": "0.16.47",
"lean-qr": "2.7.2",
"mermaid": "11.16.0",
"nodemailer": "9.1.1",
"playwright": "1.62.0",
"postcss": "8.5.25",
"sanitize-html": "2.17.6",
"seroval": "1.6.0",
"solid-js": "1.9.14",
"tailwindcss": "4.3.3",
"typescript": "5.9.3",
"yaml": "2.9.0",
"zod": "4.4.3",
"@codemirror/autocomplete": "6.20.3",
"@codemirror/commands": "6.10.4",
"@codemirror/lang-javascript": "6.2.5",
"@codemirror/language": "6.12.4",
"@codemirror/state": "6.7.1",
"@codemirror/view": "6.43.7"
}
},
"overrides": {
"@k2b/sync": "6.4.0",
"fast-uri": "3.1.6",
"nanoid": "3.3.18",
"sharp": "0.35.4",
"nodemailer": "9.1.1",
"@xmldom/xmldom": "0.9.12",
"svgo": "3.3.5"
},
"scripts": {
"dev:pwa-auth": "bun run --cwd pwas/pwa-auth dev",
"dev:infra": "bun packages/gateway-ops/scripts/dev-nats.ts && docker compose -f compose.yml up -d --wait --wait-timeout 60",
"dev:infra:down": "docker compose -f compose.yml down",
"dev": "bun run dev:infra && docker compose -f compose.dev.yml up --build",
"dev:fibel": "docker compose -f compose.fibel.yml up --build -d --wait --wait-timeout 180 --force-recreate --renew-anon-volumes",
"dev:fibel:logs": "docker compose -f compose.fibel.yml logs -f fibel",
"dev:fibel:down": "docker compose -f compose.fibel.yml down --remove-orphans --volumes",
"dev:full": "bun run dev:infra && docker compose -f compose.dev.yml --profile extra up --build",
"dev:down": "docker compose -f compose.dev.yml --profile extra down",
"dev:rebuild:all": "bun run dev:infra && bun run scripts/dev-rebuild-all.ts",
"dev:start": "bun run scripts/dev-start.ts",
"dev:stop": "bun run scripts/dev-stop.ts",
"dev:restart": "bun run scripts/dev-restart.ts",
"dev:rebuild": "bun run scripts/dev-rebuild.ts",
"dev:logs": "bun run scripts/dev-logs.ts",
"dev:status": "bun run scripts/dev-status.ts",
"dev:help": "bun run scripts/dev-help.ts",
"dev:cld": "bun run packages/cloud-cli/src/index.ts --server http://localhost:3000",
"prod:preflight": "bun run scripts/prod-upgrade-preflight.ts",
"format": "bun run scripts/run-biome.ts format",
"format:check": "bun run scripts/run-biome.ts format:check",
"lint": "bun run scripts/run-biome.ts lint",
"lint:fix": "bun run scripts/run-biome.ts lint:fix",
"check:biome": "bun run scripts/run-biome.ts check:biome",
"skills:install": "./scripts/symlink-skills.sh",
"typecheck": "bun run check:dependencies && bun run check:skills && bun run check:boundaries && bun run check:cycles && bun run check:service-api-contracts && bun run check:localization && bun run check:css && bun run check:biome && bun run scripts/run-package-typechecks.ts",
"check": "bun run typecheck",
"check:skills": "bun run scripts/check-skills.ts",
"check:dependencies": "bun run scripts/check-dependencies.ts",
"check:boundaries": "bun run scripts/check-boundaries.ts",
"check:cycles": "CHECK_APPS_CYCLES=1 bun run scripts/check-cycles.ts",
"check:cycles:core": "bun run scripts/check-cycles.ts",
"check:service-api-contracts": "bun run scripts/check-service-api-contracts.ts",
"check:localization": "bun run scripts/check-localization.ts",
"check:css": "bun run scripts/check-css-architecture.ts",
"test": "bun run scripts/run-tests.ts"
},
"devDependencies": {
"@biomejs/biome": "2.5.6",
"@types/bun": "1.3.14",
"@types/node": "25.9.5",
"seroval": "1.6.0",
"solid-js": "1.9.14",
"tailwindcss": "4.3.3",
"typescript": "5.9.3"
},
"license": "AGPL-3.0-or-later",
"trustedDependencies": []
}