-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.24 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
{
"name": "web-rag-lab",
"private": true,
"version": "0.0.1",
"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",
"db:push": "bunx drizzle-kit push",
"db:generate": "bunx drizzle-kit generate",
"db:studio": "bunx drizzle-kit studio",
"build:widget": "vite build --config vite.widget.config.ts"
},
"devDependencies": {
"@sveltejs/adapter-node": "^5.5.4",
"@sveltejs/kit": "^2.50.2",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@types/dompurify": "^3.2.0",
"@types/jsdom": "^27.0.0",
"@types/turndown": "^5.0.6",
"drizzle-kit": "^0.31.9",
"svelte": "^5.49.2",
"svelte-check": "^4.3.6",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"dependencies": {
"@mozilla/readability": "^0.6.0",
"@xenova/transformers": "^2.17.2",
"chart.js": "^4.5.1",
"dompurify": "^3.4.8",
"drizzle-orm": "^0.45.1",
"gpt-tokenizer": "^3.4.0",
"jsdom": "^28.0.0",
"marked": "^18.0.5",
"natural": "^8.1.0",
"postgres": "^3.4.8",
"svelte-chartjs": "^3.1.5",
"turndown": "^7.2.2"
}
}