-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.58 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.58 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
{
"name": "mocha-app",
"private": true,
"version": "0.0.0",
"type": "module",
"dependencies": {
"@genkit-ai/ai": "^1.29.0",
"@genkit-ai/core": "^1.29.0",
"@genkit-ai/googleai": "^1.28.0",
"@google/generative-ai": "^0.24.1",
"@hono/zod-validator": "^0.5.0",
"@supabase/supabase-js": "^2.98.0",
"@vercel/kv": "^3.0.0",
"@vercel/node": "^5.6.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cors": "^2.8.6",
"dotenv": "^17.3.1",
"express": "^5.2.1",
"hono": "4.7.7",
"lucide-react": "^0.510.0",
"radix-ui": "^1.4.3",
"react": "19.0.3",
"react-dom": "19.0.3",
"react-router": "^7.5.3",
"recharts": "^3.7.0",
"tailwind-merge": "^3.4.0",
"z-ai-web-dev-sdk": "^0.0.16",
"zod": "^3.24.3"
},
"devDependencies": {
"@eslint/js": "9.25.1",
"@getmocha/users-service": "^0.0.4",
"@types/node": "22.14.1",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "5.1.4",
"autoprefixer": "^10.4.21",
"eslint": "9.25.1",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.19",
"globals": "15.15.0",
"knip": "^5.51.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.8.3",
"typescript-eslint": "8.31.0",
"vite": "^7.1.3"
},
"scripts": {
"build": "tsc -b && vite build",
"cf-typegen": "wrangler types",
"check": "tsc && vite build && wrangler deploy --dry-run",
"dev": "vite",
"knip": "knip",
"lint": "eslint ."
}
}