-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.34 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
{
"name": "in10search-tab-manager-ai",
"version": "2.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"zip": "powershell Compress-Archive -Path dist\\* -DestinationPath dist\\/app.zip"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.23",
"@jhubbardsf/svelte-sortablejs": "^1.1.0",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tsconfig/svelte": "^5.0.4",
"@types/chrome": "^0.0.268",
"@types/node": "^20.14.10",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"postcss-load-config": "^6.0.1",
"svelte": "^4.2.18",
"svelte-check": "^3.8.4",
"svelte-preprocess": "^6.0.2",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.3.3"
},
"dependencies": {
"@langchain/groq": "^0.0.15",
"@sveltejs/adapter-auto": "^3.2.2",
"bits-ui": "^0.21.12",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.18",
"file-type": "^19.2.0",
"jsdom": "^24.1.0",
"langchain": "^0.2.10",
"linkedom": "^0.18.4",
"lucide-svelte": "^0.408.0",
"sortablejs": "^1.15.2",
"tailwind-merge": "^2.4.0",
"tailwind-variants": "^0.2.1",
"unpdf": "^0.11.0",
"youtube-transcript": "^1.2.1",
"zod": "^3.23.8"
}
}