-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.22 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.22 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
{
"name": "business-search-system",
"version": "2.0.0",
"description": "Modern işletme arama platformu - OpenStreetMap & Google Places API",
"author": {
"name": "İhsan Baki Doğan",
"url": "https://ihsanbakidogan.com",
"email": "contact@ihsanbakidogan.com"
},
"repository": {
"type": "git",
"url": "https://github.com/ibidi/business-search-system"
},
"homepage": "https://github.com/ibidi/business-search-system#readme",
"bugs": {
"url": "https://github.com/ibidi/business-search-system/issues"
},
"keywords": [
"business-search",
"openstreetmap",
"google-places",
"nextjs",
"react",
"supabase",
"saas",
"turkey"
],
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@supabase/supabase-js": "^2.39.0",
"axios": "^1.6.0",
"exceljs": "^4.4.0",
"jspdf": "^3.0.3",
"jspdf-autotable": "^5.0.2",
"lucide-react": "^0.294.0",
"next": "^16.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^2.10.0"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.4.0"
}
}