-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.34 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.34 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
{
"name": "jobbridge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run"
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.86.2",
"@types/leaflet": "^1.9.21",
"@types/uuid": "^10.0.0",
"@vercel/speed-insights": "^2.0.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.26",
"leaflet": "^1.9.4",
"lucide-react": "^0.555.0",
"maplibre-gl": "^5.15.0",
"next": "^16.2.4",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-leaflet": "^5.0.0",
"stripe": "^20.3.1",
"tailwind-merge": "^3.4.0",
"uuid": "^14.0.0",
"zod": "^4.2.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"dotenv": "^17.3.1",
"eslint": "^9.0.0",
"eslint-config-next": "^16.2.4",
"tailwindcss": "^4",
"typescript": "^5",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.3"
},
"overrides": {
"brace-expansion": "^5.0.5",
"flatted": "^3.4.2",
"minimatch": "^10.2.5",
"picomatch": "^4.0.4",
"postcss": "^8.5.12",
"typescript-eslint": "8.46.0",
"vite": "^6.0.0"
}
}