-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 4.52 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 4.52 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
{
"name": "zerostarter",
"version": "0.0.15",
"private": true,
"homepage": "https://github.com/nrjdalal/zerostarter#readme",
"bugs": "https://github.com/nrjdalal/zerostarter/issues",
"license": "MIT",
"author": {
"name": "Neeraj Dalal",
"email": "admin@nrjdalal.com",
"url": "https://nrjdalal.com"
},
"repository": "nrjdalal/zerostarter",
"funding": "https://github.com/sponsors/nrjdalal",
"workspaces": [
"api/*",
"packages/*",
"web/*"
],
"scripts": {
"build": "turbo run build --summarize && bun .github/scripts/build-sizes.ts",
"check-types": "turbo run check-types --summarize",
"clean": "bash .github/scripts/clean.sh",
"db:generate": "turbo run build --filter=@packages/env && bun --cwd packages/db drizzle-kit generate",
"db:migrate": "turbo run build --filter=@packages/env && bun --cwd packages/db drizzle-kit migrate",
"db:studio": "turbo run build --filter=@packages/env && bun --cwd packages/db drizzle-kit studio",
"dev": "turbo run dev --ui tui",
"devtools": "turbo devtools",
"format": "oxfmt",
"format:check": "oxfmt --check",
"postinstall": "bun .github/scripts/deps-manager.ts",
"lint": "turbo run lint --summarize",
"prepare": "bunx lefthook install",
"shadcn:update": "bash .github/scripts/shadcn-update.sh && bun i",
"start": "turbo run start"
},
"devDependencies": {
"@commitlint/cli": "catalog:",
"@commitlint/config-conventional": "catalog:",
"@octokit/rest": "catalog:",
"@types/bun": "catalog:",
"@types/node": "catalog:",
"@typescript/native-preview": "catalog:",
"globby": "catalog:",
"lefthook": "catalog:",
"lint-staged": "catalog:",
"oxfmt": "catalog:",
"oxlint": "catalog:",
"turbo": "catalog:"
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"packageManager": "bun@1.3.10",
"catalog": {
"@arcjet/ip": "^1.2.0",
"@base-ui/react": "^1.2.0",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@fontsource-variable/caveat": "^5.2.8",
"@fontsource-variable/dm-sans": "^5.2.8",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource-variable/newsreader": "^5.2.10",
"@hono/standard-validator": "^0.2.2",
"@hookform/resolvers": "^5.2.2",
"@octokit/rest": "^22.0.1",
"@posthog/react": "^1.8.2",
"@remixicon/react": "^4.9.0",
"@scalar/hono-api-reference": "^0.10.1",
"@t3-oss/env-core": "^0.13.10",
"@tailwindcss/postcss": "^4.2.1",
"@takumi-rs/core-darwin-arm64": "^0.73.1",
"@takumi-rs/core-darwin-x64": "^0.73.1",
"@takumi-rs/core-linux-arm64-gnu": "^0.73.1",
"@takumi-rs/core-linux-arm64-musl": "^0.73.1",
"@takumi-rs/core-linux-x64-gnu": "^0.73.1",
"@takumi-rs/core-linux-x64-musl": "^0.73.1",
"@takumi-rs/core-win32-arm64-msvc": "^0.73.1",
"@takumi-rs/core-win32-x64-msvc": "^0.73.1",
"@takumi-rs/image-response": "^0.73.1",
"@tanstack/react-form": "^1.28.5",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-query-devtools": "^5.91.3",
"@types/bun": "^1.3.10",
"@types/mdx": "^2.0.13",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript/native-preview": "^7.0.0-dev.20260315.1",
"babel-plugin-react-compiler": "^1.0.0",
"better-auth": "^1.5.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"concurrently": "^9.2.1",
"date-fns": "^4.1.0",
"dotenv": "^17.3.1",
"drizzle-kit": "^0.31.9",
"drizzle-orm": "^0.45.1",
"embla-carousel-react": "^8.6.0",
"fumadocs-core": "^16.6.17",
"fumadocs-mdx": "^14.2.10",
"fumadocs-ui": "^16.6.17",
"globby": "^16.1.1",
"hono": "^4.12.8",
"hono-openapi": "^1.3.0",
"hono-rate-limiter": "^0.5.3",
"input-otp": "^1.4.2",
"lefthook": "^2.1.4",
"lint-staged": "^16.4.0",
"nanoid": "^5.1.6",
"next": "^16.1.6",
"next-themes": "^0.4.6",
"oxfmt": "^0.40.0",
"oxlint": "^1.55.0",
"postgres": "^3.4.8",
"posthog-js": "^1.360.2",
"react": "^19.2.4",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.4",
"react-hook-form": "^7.71.2",
"react-resizable-panels": "4.7.3",
"recharts": "2.15.4",
"shadcn": "^4.0.8",
"shiki": "^4.0.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"tsdown": "^0.21.3",
"turbo": "^2.8.17",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vaul": "^1.1.2",
"zod": "^4.3.6"
}
}