-
-
Notifications
You must be signed in to change notification settings - Fork 186
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.62 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.62 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
{
"name": "analog",
"private": true,
"scripts": {
"build": "dotenv -- turbo run build",
"dev": "dotenv -- turbo run dev",
"lint": "turbo run lint",
"type-check": "turbo run type-check",
"format": "prettier --write \"**/*.{ts,tsx,css,md}\"",
"docker:up": "docker compose up -d",
"docker:down": "docker compose down",
"docker:clean": "docker compose down -v",
"db:generate": "turbo run db:generate",
"db:migrate": "dotenv -- turbo run db:migrate",
"db:push": "dotenv -- turbo run db:push",
"db:studio": "dotenv -- turbo run db:studio"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"dotenv-cli": "^11.0.0",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"turbo": "^2.7.2"
},
"packageManager": "bun@1.3.0",
"catalog": {
"@composio/core": "^0.2.6",
"@formkit/tempo": "^1.0.0",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@microsoft/microsoft-graph-types": "^2.40.0",
"@trpc/server": "^11.8.1",
"@types/node": "^24.10.4",
"@upstash/redis": "^1.36.0",
"ai": "^5.0.116",
"better-auth": "^1.4.9",
"drizzle-orm": "^0.45.1",
"eslint": "^9.39.2",
"next": "16.1.1",
"remeda": "^2.30.0",
"server-only": "^0.0.1",
"superjson": "^2.2.6",
"superjson-temporal": "^0.4.0",
"temporal-polyfill": "^0.3.0",
"temporal-zod": "https://pkg.pr.new/analogdotnow/temporal-utils/temporal-zod@395939e",
"trpc-to-mcp": "^1.3.2",
"trpc-to-openapi": "^3.0.1",
"typescript": "^5.9.2",
"zod": "^4.2.1"
},
"workspaces": [
"apps/*",
"packages/*",
"tooling/*"
]
}