-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 3.11 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 3.11 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "hakapit.online",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"format": "oxfmt --write .",
"lint": "oxlint .",
"check": "oxfmt --check . && oxlint .",
"start": "vite",
"typecheck": "tsc",
"test:e2e": "playwright test --reporter=html",
"test:e2e:accessibility": "playwright test --grep=\"accessibility\" --project=chromium",
"migrate:to-convex": "bun scripts/migrate-to-convex.ts",
"populate:convex": "bun scripts/populate-convex.ts"
},
"dependencies": {
"@ai-sdk/google": "1.2.22",
"@convex-dev/react-query": "^0.1.0",
"@fontsource/amatic-sc": "^5.2.7",
"@fontsource/heebo": "^5.2.8",
"@fontsource/karantina": "^5.2.7",
"@nivo/bar": "^0.99.0",
"@nivo/core": "^0.99.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/ai": "^0.10.0",
"@tanstack/ai-gemini": "^0.8.5",
"@tanstack/ai-openai": "^0.7.3",
"@tanstack/ai-react": "^0.7.8",
"@tanstack/react-devtools": "^0.10.1",
"@tanstack/react-query": "^5.96.2",
"@tanstack/react-query-devtools": "^5.96.2",
"@tanstack/react-router": "^1.168.10",
"@tanstack/react-router-devtools": "^1.166.11",
"@tanstack/react-router-ssr-query": "^1.166.10",
"@tanstack/react-start": "^1.167.16",
"@tanstack/router-plugin": "^1.167.12",
"@types/web-push": "^3.6.4",
"@unpic/react": "^1.0.2",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"ai": "4.3.19",
"caniuse-lite": "^1.0.30001785",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.34.1",
"dayjs": "^1.11.20",
"dotenv": "^17.4.0",
"eslint-config-next": "16.2.2",
"exa-js": "^2.11.0",
"isbot": "^5.1.37",
"lucide-react": "^1.7.0",
"next-themes": "^0.4.6",
"nitro": "^3.0.260311-beta",
"pg": "^8.20.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"rss-parser": "^3.13.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"type-fest": "^5.5.0",
"vaul": "^1.1.2",
"vite-tsconfig-paths": "^6.1.1",
"web-push": "^3.6.7",
"zod": "^4.3.6"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"@tanstack/devtools-vite": "^0.6.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/bun": "^1.3.11",
"@types/node": "^25.5.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "^1.0.0",
"jsdom": "^29.0.1",
"oxfmt": "^0.44.0",
"oxlint": "^1.59.0",
"typescript": "5.9.3",
"vite": "^8.0.3",
"vitest": "^4.1.2",
"web-vitals": "^5.2.0"
},
"packageManager": "bun@1.3.8"
}