-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 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
{
"$schema": "https://json.schemastore.org/package.json",
"name": "gakom",
"description": "Organization and HR management software",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"check": "turbo $@ check",
"dev": "turbo $@ dev",
"preview": "turbo $@ preview",
"build": "turbo $@ build",
"check-types": "turbo $@ check-types",
"format": "turbo $@ format",
"test": "turbo $@ test",
"shadcn-extras": "pnpm dlx jsrepo add --cwd packages/ui",
"shadcn": "pnpm dlx shadcn-svelte@latest add -c packages/ui",
"better-auth:generate": "turbo better-auth:generate",
"better-auth:migrate": "turbo better-auth:migrate",
"db:push": "turbo db:push",
"db:studio": "turbo db:studio",
"db:generate": "turbo db:generate",
"db:migrate": "turbo db:migrate"
},
"devDependencies": {
"@biomejs/biome": "^2.4.10",
"turbo": "^2.9.5"
},
"packageManager": "pnpm@10.18.0",
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild",
"sharp"
]
}
}