-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.81 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
{
"name": "appscanner",
"version": "1.0.0",
"description": "Real-time apartment-listing aggregator for the Israeli rental market. Scans Yad2 + Onmap every 15 min, ranks listings by your preferences, alerts via Telegram with WhatsApp deep-links.",
"license": "MIT",
"homepage": "https://github.com/roeimichael/appscanner#readme",
"repository": {
"type": "git",
"url": "https://github.com/roeimichael/appscanner.git"
},
"bugs": {
"url": "https://github.com/roeimichael/appscanner/issues"
},
"keywords": [
"nextjs",
"typescript",
"supabase",
"vercel",
"telegram-bot",
"real-estate",
"yad2",
"onmap",
"israel",
"petah-tikva",
"shadcn-ui",
"tailwindcss",
"web-scraping",
"apartment-finder"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@base-ui/react": "^1.4.1",
"@hookform/resolvers": "^5.2.2",
"@supabase/supabase-js": "^2.105.3",
"@types/leaflet": "^1.9.21",
"@types/leaflet.markercluster": "^1.5.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"lucide-react": "^1.14.0",
"next": "16.2.4",
"next-themes": "^0.4.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hook-form": "^7.75.0",
"react-leaflet": "^5.0.0",
"react-leaflet-cluster": "^4.1.3",
"shadcn": "^4.7.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}