-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.19 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.19 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
{
"name": "apollo",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"typecheck": "turbo run typecheck",
"format": "turbo run format",
"services": "dotenv -c -- ./start.sh"
},
"dependencies": {
"@sentry/bun": "^10.46.0"
},
"devDependencies": {
"dotenv-cli": "^11.0.0",
"oxfmt": "^0.42.0",
"oxlint": "^1.57.0",
"oxlint-tsgolint": "^0.17.4",
"turbo": "catalog:",
"typescript": "catalog:"
},
"engines": {
"bun": ">=1.3.3"
},
"packageManager": "[email protected]",
"catalog": {
"@effect/build-utils": "^0.8.9",
"@effect/cluster": "^0.58.0",
"@effect/eslint-plugin": "^0.3.2",
"@effect/language-service": "^0.83.1",
"@effect/platform": "^0.96.0",
"@effect/platform-bun": "^0.89.0",
"@types/bun": "1.3.11",
"drizzle-kit": "1.0.0-beta.10-42c284e",
"drizzle-orm": "1.0.0-beta.10-42c284e",
"effect": "^3.21.0",
"jose": "^6.2.2",
"ofetch": "^1.5.1",
"turbo": "^2.8.20",
"typesense": "^2.1.0",
"typescript": "^6.0.2",
"zod": "^4.3.6"
}
}