-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 5.69 KB
/
Copy pathpackage.json
File metadata and controls
140 lines (140 loc) · 5.69 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
140
{
"name": "kortix",
"private": true,
"scripts": {
"dev": "bash scripts/dev-local.sh",
"preview": "bash scripts/dev-local.sh --build",
"worktree": "bun run scripts/worktree/cli.ts",
"dev:dev-env": "pnpm --filter kortix-api dev:dev-env",
"dev:staging-env": "pnpm --filter kortix-api dev:staging-env",
"dev:prod-env": "pnpm --filter kortix-api dev:prod-env",
"test:envs": "bash scripts/e2e-secrets-envs.sh",
"dev:web": "pnpm --filter Kortix-Computer-Frontend dev",
"dev:web:staging-env": "pnpm --filter Kortix-Computer-Frontend dev:staging-env",
"dev:frontend": "pnpm --filter Kortix-Computer-Frontend dev",
"dev:mobile": "pnpm --filter ./apps/mobile dev",
"dev:desktop": "pnpm --filter @kortix/desktop-electron dev",
"dev:desktop:build": "pnpm --filter @kortix/desktop-electron dev:macos",
"dev:desktop-electron": "pnpm --filter @kortix/desktop-electron dev",
"dev:api": "pnpm --filter kortix-api dev",
"dev:sandbox": "docker build -f apps/sandbox/Dockerfile -t kortix/kortix-sandbox:dev .",
"dev:sandbox:build": "pnpm dev:sandbox",
"i18n:explicit-language": "node scripts/audit-explicit-language.mjs",
"i18n:translations": "node scripts/audit-translations.mjs",
"build": "pnpm -r run build",
"cli:bundle": "pnpm --filter @kortix/cli bundle",
"cli:bundle:all": "pnpm --filter @kortix/cli bundle:all",
"nuke": "bash scripts/nuke-local.sh",
"nuke:start": "bash scripts/nuke-local.sh --start",
"stripe:listen": "stripe listen --api-key \"$(dotenvx get STRIPE_SECRET_KEY -f apps/api/.env)\" --forward-to http://localhost:8008/v1/billing/webhooks/stripe",
"test": "bun tests/bin/local.ts",
"lint:biome": "biome check .",
"lint:biome:fix": "biome check --write .",
"format": "biome format --write .",
"format:check": "biome format .",
"migrate": "pnpm --filter @kortix/db migrate",
"migrate:status": "pnpm --filter @kortix/db migrate:status",
"migrate:create": "pnpm --filter @kortix/db migrate:create",
"migrate:generate": "pnpm --filter @kortix/db migrate:generate",
"migrate:lint": "pnpm --filter @kortix/db migrate:lint",
"migrate:lint:squawk": "pnpm --filter @kortix/db lint:squawk"
},
"devDependencies": {
"@clack/prompts": "^0.7.0",
"@dotenvx/dotenvx": "^1.69.2",
"@types/bun": "^1.3.12",
"@types/pg": "^8.15.5",
"agent-tunnel": "workspace:@kortix/agent-tunnel@*",
"@biomejs/biome": "^1.9.4",
"dotenv": "^16",
"dotenv-expand": "^12",
"node-pg-migrate": "^8",
"pg": "^8",
"picocolors": "^1.1.1",
"supabase": "2.111.0"
},
"packageManager": "pnpm@8.11.0",
"pnpm": {
"overrides": {
"@icons-pack/react-simple-icons@>=13.11.2 <14": "13.11.1",
"import-in-the-middle": "3.0.0",
"next@>=15.0.0 <16.3.0": "16.3.0",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.3",
"axios@>=1.0.0 <1.18.0": "1.18.0",
"protobufjs@>=7.0.0 <7.6.5": "7.6.5",
"protobufjs@>=8.0.0 <8.6.6": "8.6.6",
"@protobufjs/utf8@>=1.0.0 <1.1.1": "1.1.1",
"mermaid@>=11.0.0 <11.15.0": "11.15.0",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/sdk-node@>=0.0.0 <0.217.0": "0.217.0",
"@opentelemetry/exporter-prometheus@>=0.0.0 <0.217.0": "0.217.0",
"fast-uri@>=3.0.0 <3.1.4": "3.1.4",
"sharp@>=0.0.0 <0.35.0": "0.35.0",
"hono@>=4.0.0 <4.12.34": "4.12.34",
"next-intl@>=4.0.0 <4.13.4": "4.13.4",
"icu-minify@>=4.0.0 <4.9.2": "4.9.2",
"uuid@>=7.0.0 <11.1.1": "11.1.1",
"uuid@>=13.0.0 <13.0.1": "13.0.1",
"postcss@>=8.0.0 <8.5.18": "8.5.18",
"fast-xml-parser@>=5.0.0 <5.7.0": "5.7.2",
"@xmldom/xmldom@>=0.0.0 <0.8.13": "0.8.13",
"dompurify@>=3.0.0 <3.4.12": "3.4.12",
"follow-redirects@>=1.0.0 <1.16.0": "1.16.0",
"@hono/node-server@>=1.0.0 <2.0.10": "2.0.10",
"esbuild@>=0.0.0 <0.28.1": "0.28.1",
"html2pdf.js@>=0.0.0 <0.14.0": "0.14.0",
"flatted@>=3.0.0 <3.4.2": "3.4.2",
"socket.io-parser@>=4.0.0 <4.2.6": "4.2.6",
"undici@>=6.0.0 <6.27.0": "6.27.0",
"brace-expansion@>=5.0.0 <5.0.8": "5.0.8",
"brace-expansion@>=1.0.0 <1.1.16": "1.1.16",
"picomatch@>=2.0.0 <2.3.2": "2.3.2",
"diff@>=7.0.0 <8.0.3": "8.0.3",
"js-yaml@>=3.0.0 <4.3.0": "4.3.0",
"@opentelemetry/core@>=2.0.0 <2.8.0": "2.8.0",
"@opentelemetry/propagator-jaeger@>=0.0.0 <2.9.0": "2.9.0",
"svgo@>=3.0.0 <3.3.4": "3.3.4",
"brace-expansion@>=2.0.0 <2.1.2": "2.1.2",
"yaml@>=1.0.0 <1.10.3": "1.10.3",
"picomatch@>=4.0.0 <4.0.4": "4.0.4",
"picomatch@>=3.0.0 <3.0.2": "3.0.2",
"tar@>=0.0.0 <7.5.21": "7.5.21",
"file-type@>=21.0.0 <21.3.1": "21.3.1",
"minimatch@>=3.0.0 <3.1.4": "3.1.4",
"minimatch@>=9.0.0 <9.0.7": "9.0.7",
"ajv@>=8.0.0 <8.18.0": "8.18.0",
"markdown-it@>=0.0.0 <14.2.0": "14.2.0"
},
"patchedDependencies": {
"e2b@2.37.0": "patches/e2b@2.37.0.patch"
}
},
"version": "1.0.0",
"description": "<div align=\"center\">",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"dependencies": {
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.0",
"eslint-import-resolver-node": "^0.3.10",
"eslint-import-resolver-typescript": "^3.10.1",
"eslint-module-utils": "^2.14.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-scope": "^8.4.0",
"eslint-visitor-keys": "^4.2.1",
"prettier": "^3.9.4",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript-eslint": "^8.66.0"
},
"keywords": [],
"author": "",
"license": "ISC"
}