-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.22 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
{
"name": "squash-browser-memory",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "pnpm check && vite build",
"check": "biome check --write . && tsc --noEmit && svelte-check --tsconfig ./tsconfig.app.json && vitest run --passWithNoTests && knip",
"test": "vitest",
"test:ui": "vitest --ui"
},
"dependencies": {
"@anthropic-ai/sdk": "0.61.0",
"@google/genai": "1.17.0",
"@trpc/client": "11.5.1",
"@trpc/server": "11.5.1",
"date-fns": "4.1.0",
"jsonrepair": "3.13.0",
"neverthrow": "8.2.0",
"openai": "5.19.1",
"simple-chromium-ai": "0.1.3",
"superjson": "2.2.2",
"ts-pattern": "5.8.0",
"zod": "4.1.11"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@crxjs/vite-plugin": "2.2.0",
"@sveltejs/vite-plugin-svelte": "6.2.0",
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/postcss": "4.1.13",
"@testing-library/jest-dom": "6.8.0",
"@types/chrome": "0.1.6",
"@types/dom-chromium-ai": "0.0.9",
"@types/node": "24.3.1",
"@vitest/ui": "3.2.4",
"jsdom": "26.1.0",
"knip": "5.63.1",
"postcss": "8.5.6",
"svelte": "5.38.7",
"svelte-check": "4.3.1",
"tailwindcss": "4.1.13",
"typescript": "5.9.2",
"vite": "7.1.4",
"vitest": "3.2.4"
}
}