-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.67 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.67 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
{
"name": "sql-ball",
"private": true,
"version": "1.6",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"test:watch": "vitest watch"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@testing-library/jest-dom": "^6.7.0",
"@testing-library/svelte": "^5.2.8",
"@testing-library/user-event": "^14.6.1",
"@tsconfig/svelte": "^5.0.0",
"@types/node": "^24.5.0",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"autoprefixer": "^10.4.21",
"happy-dom": "^20.0.2",
"jsdom": "^26.1.0",
"postcss": "^8.5.3",
"svelte": "^4.2.19",
"svelte-check": "^3.4.3",
"tailwindcss": "^3.4.17",
"tslib": "^2.5.0",
"typescript": "^5.0.0",
"vite": "^5.4.21",
"vitest": "^3.2.4"
},
"dependencies": {
"@langchain/community": "^0.3.55",
"@langchain/core": "^0.3.75",
"@langchain/openai": "^0.6.11",
"@supabase/supabase-js": "^2.57.4",
"@tailwindcss/forms": "^0.5.3",
"@types/marked": "^5.0.2",
"chart.js": "^4.0.0",
"chromadb": "^3.0.15",
"chromadb-default-embed": "^2.14.0",
"csv-parser": "^3.2.0",
"date-fns": "^2.30.0",
"dotenv": "^16.4.5",
"lucide-svelte": "^0.503.0",
"marked": "^16.3.0",
"openai": "^4.104.0",
"prism-svelte": "^0.5.0",
"prismjs": "^1.30.0",
"svelte-chartjs": "^3.1.2"
},
"overrides": {
"esbuild": "^0.25.0",
"dotenv": "^16.4.5",
"openai": "^4.104.0"
}
}