-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.58 KB
/
package.json
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
{
"name": "workbench",
"version": "0.2.0",
"private": true,
"engines": {
"pnpm": "9.x"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "view preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:unit": "vitest",
"test:integration": "playwright test"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240502.0",
"@melt-ui/pp": "^0.3.1",
"@melt-ui/svelte": "^0.77.0",
"@playwright/test": "^1.28.1",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-cloudflare": "^4.4.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/svelte": "^5.2.0",
"@types/better-sqlite3": "^7.6.11",
"@vitest/ui": "^1.6.0",
"autoprefixer": "^10.4.19",
"better-sqlite3": "^10.0.0",
"jsdom": "^24.0.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "^5.0.0-next.1",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.4.3",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3",
"wrangler": "^3.53.1"
},
"type": "module",
"dependencies": {
"@ai-sdk/anthropic": "^0.0.10",
"@ai-sdk/google": "^0.0.10",
"@ai-sdk/mistral": "^0.0.9",
"@ai-sdk/openai": "^0.0.10",
"@ai-sdk/ui-utils": "^0.0.9",
"@codemirror/autocomplete": "^6.16.0",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/language-data": "^6.5.0",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.3",
"@fontsource-variable/inter": "^5.0.18",
"@tailwindcss/typography": "^0.5.13",
"@types/lodash": "^4.17.1",
"@vitest/browser": "^1.6.0",
"ai": "^3.1.12",
"bits-ui": "^0.21.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.21.2",
"drizzle-orm": "^0.30.10",
"filepond": "^4.31.1",
"highlight.js": "^11.7.0",
"kysely": "^0.27.3",
"lodash": "^4.17.21",
"lucide-svelte": "^0.378.0",
"marked": "^12.0.1",
"marked-katex-extension": "^5.0.1",
"msw": "^2.3.1",
"nanoid": "^5.0.7",
"sqlocal": "^0.9.0",
"svelte-codemirror-editor": "^1.3.0",
"svelte-filepond": "^0.2.2",
"svelte-french-toast": "^1.2.0",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1",
"vitest": "^1.6.0",
"webdriverio": "^8.36.1",
"zod": "^3.23.6"
}
}