forked from google-gemini/gemini-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 2.2 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 2.2 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
{
"name": "fluxa-maps-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"mcp:dev": "npm --prefix ./mcp-server run dev",
"mcp:build": "npm --prefix ./mcp-server run build",
"mcp:typecheck": "npm --prefix ./mcp-server run typecheck",
"supabase:start": "supabase start",
"supabase:stop": "supabase stop",
"supabase:status": "supabase status",
"supabase:link": "supabase link --project-ref ytzmqzxspcuclffegazk",
"supabase:functions:serve": "supabase functions serve infer-merchant-name --env-file supabase/functions/.env",
"supabase:functions:serve:smart-add": "supabase functions serve assist-add-location --env-file supabase/functions/.env",
"supabase:functions:secrets": "supabase secrets set --project-ref ytzmqzxspcuclffegazk --env-file supabase/functions/.env",
"supabase:functions:deploy:merchant": "supabase functions deploy infer-merchant-name --project-ref ytzmqzxspcuclffegazk",
"supabase:functions:deploy:brand": "supabase functions deploy infer-brand-match --project-ref ytzmqzxspcuclffegazk",
"supabase:functions:deploy:smart-add": "supabase functions deploy assist-add-location --project-ref ytzmqzxspcuclffegazk",
"supabase:db:push": "supabase db push",
"supabase:db:reset": "supabase db reset"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.27.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@supabase/supabase-js": "^2.99.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"express": "^4.21.2",
"lucide-react": "^0.451.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"supercluster": "^8.0.1",
"tailwind-merge": "^2.5.3",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/supercluster": "^7.1.3",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.2",
"vite": "^5.4.8"
}
}