-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.26 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
{
"name": "sheeets",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "tsx scripts/geocode.ts",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@supabase/supabase-js": "^2.95.3",
"@tanstack/react-virtual": "^3.13.21",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"html-to-image": "^1.11.13",
"lucide-react": "^0.563.0",
"mapbox-gl": "^3.18.1",
"next": "^16.1.7",
"openai": "^6.34.0",
"qrcode.react": "^4.2.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-map-gl": "^8.1.0",
"supercluster": "^8.0.1",
"use-supercluster": "^1.2.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@tailwindcss/postcss": "^4",
"@types/google.maps": "^3.58.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/supercluster": "^7.1.3",
"@vitejs/plugin-react": "^6.0.1",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"jsdom": "^29.0.1",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"typescript": "5.9.3",
"vitest": "^4.1.2"
}
}