-
-
Notifications
You must be signed in to change notification settings - Fork 308
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.7 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.7 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
{
"name": "epicenter",
"type": "module",
"private": true,
"version": "7.11.0",
"description": "",
"keywords": [],
"license": "AGPL-3.0",
"author": "",
"workspaces": {
"packages": [
"apps/*",
"packages/*",
"examples/*"
],
"catalog": {
"@types/node": "^24.0.0",
"@types/bun": "latest",
"@types/yargs": "^17.0.35",
"typescript": "^5.9.3",
"svelte": "^5.45.2",
"@sveltejs/kit": "^2.49.0",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"svelte-check": "^4.3.4",
"vite": "^7.2.4",
"tailwindcss": "^4.1.17",
"clsx": "latest",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"bits-ui": "^2.14.4",
"mode-watcher": "^1.1.0",
"svelte-sonner": "^1.0.6",
"@lucide/svelte": "^0.561.0",
"@tanstack/svelte-query": "^6.0.10",
"@tanstack/svelte-query-devtools": "^6.0.2",
"@tanstack/svelte-table": "9.0.0-alpha.10",
"arkregex": "^0.0.5",
"arktype": "^2.1.29",
"drizzle-arktype": "^0.1.3",
"drizzle-kit": "^0.31.7",
"drizzle-orm": "^0.44.7",
"nanoid": "latest",
"wellcrafted": "^0.34.0",
"date-fns": "^4.1.0",
"@biomejs/biome": "latest",
"turbo": "^2.6.1",
"wrangler": "^4.71.0",
"yargs": "^18.0.0",
"@standard-schema/spec": "^1.1.0",
"hono": "^4.10.7",
"mime": "^4.0.6",
"yjs": "^13.6.29",
"lib0": "^0.2.117",
"y-protocols": "^1.0.7",
"y-indexeddb": "^9.0.12",
"typebox": "^1.0.0",
"better-auth": "^1.5.3",
"@better-auth/oauth-provider": "^1.5.3",
"@better-auth/drizzle-adapter": "^1.5.3",
"jsrepo": "^3.6.2",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/ai": "^0.6.3",
"@tanstack/ai-anthropic": "^0.6.0",
"@tanstack/ai-openai": "^0.6.0",
"@hono/standard-validator": "^0.2.2",
"hono-openapi": "^1.3.0",
"fflate": "^0.8.2",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/adapter-auto": "^6.1.0",
"@tailwindcss/typography": "^0.5.19",
"@sindresorhus/slugify": "^3.0.0",
"@tauri-apps/api": "^2.9.0",
"@tauri-apps/plugin-fs": "^2.4.1",
"@tauri-apps/plugin-opener": "^2.4.0",
"@tauri-apps/cli": "^2.9.6",
"bun-types": "^1.3.0",
"marked": "^17.0.3"
}
},
"packageManager": "bun@1.3.3",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"format": "biome check --write --linter-enabled=false",
"format:check": "biome ci --linter-enabled=false",
"lint": "biome lint --write",
"lint:check": "biome lint",
"typecheck": "turbo run typecheck",
"bump-version": "bun run scripts/bump-version.ts",
"clean": "bun run scripts/clean.ts",
"nuke": "bun run scripts/clean.ts --nuke"
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"@types/bun": "catalog:",
"@types/node": "catalog:",
"turbo": "catalog:",
"jsrepo": "catalog:"
}
}