-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.43 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
{
"name": "dog-data-explorer",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.26.0",
"@radix-ui/react-slot": "^1.2.3",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.17.14",
"@react-three/postprocessing": "^2.16.3",
"@supabase/supabase-js": "^2.98.0",
"@types/node": "22.0.0",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0",
"@types/react-window": "^1.8.8",
"@upstash/redis": "^1.35.6",
"@vercel/analytics": "^1.5.0",
"@vercel/kv": "^3.0.0",
"@vercel/speed-insights": "^1.2.0",
"autoprefixer": "10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"d3-delaunay": "^6.0.4",
"framer-motion": "^12.42.2",
"lucide-react": "0.460.0",
"mcp-handler": "^1.1.0",
"next": "^15.4.10",
"postcss": "8.4.40",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-window": "^2.2.2",
"recharts": "^3.3.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "3.4.0",
"three": "^0.162.0",
"twitter-api-v2": "^1.29.0",
"typescript": "5.2.2",
"web-vitals": "^5.3.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/d3-delaunay": "^6.0.4",
"dotenv": "^17.3.1",
"eslint": "8.51.0",
"eslint-config-next": "14.0.0",
"tsx": "^4.21.0"
}
}