forked from trestleinc/replicate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.39 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.39 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
{
"name": "svinterval",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@convex-dev/better-auth": "^0.10.10",
"@electric-sql/pglite": "catalog:",
"@fontsource-variable/inter": "5.2.8",
"@fontsource-variable/newsreader": "^5.2.10",
"@fontsource-variable/nunito-sans": "^5.2.7",
"@fontsource/ibm-plex-mono": "5.2.7",
"@logtape/logtape": "catalog:",
"@mmailaender/convex-better-auth-svelte": "^0.5.0",
"@tanstack/db": "catalog:",
"@tanstack/svelte-db": "catalog:",
"@tanstack/svelte-virtual": "catalog:",
"@tanstack/table-core": "catalog:",
"@tiptap/core": "catalog:",
"@tiptap/extension-collaboration": "catalog:",
"@tiptap/extension-collaboration-caret": "catalog:",
"@tiptap/extension-placeholder": "catalog:",
"@tiptap/pm": "catalog:",
"@tiptap/starter-kit": "catalog:",
"@oneiron-dev/replicate": "workspace:*",
"better-auth": "1.4.9",
"bits-ui": "^2.14.4",
"clsx": "catalog:",
"convex": "catalog:",
"convex-svelte": "catalog:",
"tailwind-merge": "catalog:",
"wa-sqlite": "catalog:",
"lib0": "catalog:",
"y-protocols": "catalog:",
"yjs": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@convex-dev/eslint-plugin": "catalog:",
"@eslint/js": "catalog:",
"@internationalized/date": "^3.10.1",
"@lucide/svelte": "catalog:",
"@cloudflare/workers-types": "^4.20250620.0",
"@sveltejs/adapter-cloudflare": "catalog:",
"@sveltejs/kit": "catalog:",
"@sveltejs/vite-plugin-svelte": "catalog:",
"@tailwindcss/vite": "catalog:",
"@types/node": "catalog:",
"eslint": "catalog:",
"eslint-config-prettier": "catalog:",
"eslint-plugin-svelte": "catalog:",
"globals": "catalog:",
"prettier": "catalog:",
"prettier-plugin-svelte": "catalog:",
"svelte": "catalog:",
"svelte-check": "catalog:",
"tailwind-variants": "catalog:",
"tailwindcss": "catalog:",
"tw-animate-css": "catalog:",
"typescript": "catalog:",
"typescript-eslint": "catalog:",
"vite": "catalog:",
"wrangler": "catalog:"
}
}