-
Notifications
You must be signed in to change notification settings - Fork 176
Expand file tree
/
Copy pathpackage.json
More file actions
157 lines (157 loc) · 5.9 KB
/
Copy pathpackage.json
File metadata and controls
157 lines (157 loc) · 5.9 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "zerobyte",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"type": "module",
"scripts": {
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"lint": "bunx --bun oxlint --type-aware --type-check",
"lint:fix": "bunx --bun oxlint --type-aware --type-check --fix",
"lint:ci": "bunx --bun oxlint --type-aware --type-check --deny-warnings",
"check": "bunx --bun oxlint --type-aware --type-check && oxfmt --check",
"dev": "NODE_ENV=development portless --tailscale run bunx --bun vite",
"dev:desktop": "bun run --cwd apps/desktop start",
"build": "bunx --bun vite build",
"build:api-docs": "NODE_ENV=test dotenv -e .env.test -- bun scripts/export-api-docs.ts",
"build:desktop": "bun run --cwd apps/desktop make",
"start": "bun run .output/server/index.mjs",
"test:integration": "bash app/test/integration/run.sh",
"preview": "bunx --bun vite preview",
"cli:dev": "bun run app/server/cli/main.ts",
"cli": "ZEROBYTE_CLI=1 bun .output/server/_chunks/ssr.mjs",
"tsc": "tsc --noEmit && vp run -r tsc",
"start:dev": "docker compose down && docker compose up --build zerobyte-dev",
"start:prod": "docker compose down && docker compose up --build zerobyte-prod",
"start:e2e": "docker compose down && mkdir -p playwright/data playwright/temp playwright/tinyauth/app-data playwright/tinyauth/caddy-data && rm -rf playwright/data/* playwright/.auth/user.json playwright/restic.pass playwright/temp/* playwright/tinyauth/app-data/* playwright/tinyauth/caddy-data/* && docker compose up --build zerobyte-e2e",
"start:distroless": "docker compose down && docker compose up --build zerobyte-distroless",
"gen:api-client": "NODE_TLS_REJECT_UNAUTHORIZED=0 dotenv -e .env.local -- openapi-ts",
"gen:migrations": "dotenv -e .env.local -- drizzle-kit generate",
"studio": "drizzle-kit studio",
"test:server": "dotenv -e .env.test -- bunx --bun vitest run --project server",
"test:client": "dotenv -e .env.test -- bunx --bun vitest run --project client",
"test": "dotenv -e .env.test -- bunx --bun vitest run && vp run -F './apps/*' -F './packages/*' test",
"test:e2e": "NODE_ENV=test dotenv -e .env.local -- bunx --bun playwright test",
"test:e2e:ui": "NODE_ENV=test dotenv -e .env.local -- bunx --bun playwright test --ui",
"test:codegen": "bunx --bun playwright codegen localhost:4096",
"screenshots:store": "bun scripts/generate-store-screenshots.ts"
},
"dependencies": {
"@better-auth/api-key": "1.7.3",
"@better-auth/passkey": "^1.7.3",
"@better-auth/sso": "^1.7.3",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fontsource-variable/google-sans-code": "5.3.0",
"@hono/standard-validator": "^0.4.0",
"@hookform/resolvers": "^5.9.1",
"@inquirer/prompts": "^8.7.1",
"@radix-ui/react-alert-dialog": "^1.1.23",
"@radix-ui/react-checkbox": "^1.3.11",
"@radix-ui/react-dialog": "^1.1.23",
"@radix-ui/react-dropdown-menu": "^2.1.24",
"@radix-ui/react-hover-card": "^1.1.23",
"@radix-ui/react-label": "^2.1.15",
"@radix-ui/react-progress": "^1.1.16",
"@radix-ui/react-scroll-area": "^1.2.18",
"@radix-ui/react-select": "^2.3.7",
"@radix-ui/react-separator": "^1.1.15",
"@radix-ui/react-slot": "^1.3.3",
"@radix-ui/react-switch": "^1.3.7",
"@radix-ui/react-tabs": "^1.1.21",
"@radix-ui/react-tooltip": "^1.2.16",
"@scalar/hono-api-reference": "^0.12.0",
"@tanstack/react-hotkeys": "^0.10.0",
"@tanstack/react-query": "^5.102.8",
"@tanstack/react-query-devtools": "^5.102.8",
"@tanstack/react-router": "^1.170.32",
"@tanstack/react-router-ssr-query": "^1.167.2",
"@tanstack/react-start": "^1.168.49",
"@tanstack/react-table": "^9.2.4",
"@zerobyte/contracts": "workspace:*",
"@zerobyte/core": "workspace:*",
"better-auth": "^1.7.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"commander": "^15.0.0",
"consola": "^3.4.2",
"content-disposition": "^3.0.0",
"cron-parser": "^5.10.0",
"date-fns": "^4.4.0",
"dither-plugin": "^1.1.1",
"dotenv": "^17.4.2",
"drizzle-orm": "1.0.0-rc.5-ab785fc",
"effect": "^3.22.1",
"es-toolkit": "^1.52.0",
"hono": "^4.13.7",
"hono-openapi": "^1.3.2",
"hono-rate-limiter": "^0.5.4",
"http-errors-enhanced": "^4.0.2",
"input-otp": "^1.5.0",
"ipaddr.js": "^2.5.0",
"lucide-react": "^1.41.0",
"qrcode.react": "^4.2.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-hook-form": "^7.87.0",
"react-markdown": "^10.1.0",
"recharts": "3.10.1",
"remark-gfm": "^4.0.1",
"semver": "^7.8.5",
"sonner": "^2.0.8",
"tailwind-merge": "^3.6.0",
"tiny-typed-emitter": "^2.1.0",
"web-haptics": "^0.0.6",
"zod": "^4.5.4"
},
"devDependencies": {
"@better-auth/utils": "0.4.2",
"@effect/language-service": "^0.87.2",
"@faker-js/faker": "^10.6.0",
"@hey-api/openapi-ts": "^0.99.0",
"@libsql/client": "^0.18.0",
"@playwright/test": "^1.63.0",
"@rolldown/plugin-babel": "^0.2.3",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.3",
"@testing-library/user-event": "^14.6.7",
"@total-typescript/shoehorn": "^0.1.2",
"@types/babel__core": "^7.20.5",
"@types/bun": "^1.4.1",
"@types/content-disposition": "^0.5.9",
"@types/node": "^26.4.1",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"@types/semver": "^7.8.0",
"@vitejs/plugin-react": "^6.1.1",
"babel-plugin-react-compiler": "^1.0.0",
"dotenv-cli": "^11.0.0",
"drizzle-kit": "^1.0.0-rc.5-ab785fc",
"fast-check": "^4.9.0",
"happy-dom": "^20.14.0",
"lefthook": "2.1.12",
"msw": "^2.15.0",
"nitro": "^3.0.260903-beta",
"oxfmt": "0.66.0",
"oxlint": "1.81.0",
"oxlint-tsgolint": "7.0.2001",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0",
"typescript": "^7.0.2",
"vite": "^8.2.2",
"vite-plus": "^0.3.0",
"vitest": "^5.0.0",
"wait-for-expect": "^4.0.0"
},
"overrides": {
"esbuild": "^0.28.2",
"yauzl": "^3.4.0"
},
"packageManager": "bun@1.4.2"
}