-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.96 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.96 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
{
"name": "hackdeez",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/clerk-react": "^4.24.2",
"@clerk/nextjs": "^4.23.5",
"@clerk/themes": "^1.7.5",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@geoman-io/leaflet-geoman-free": "^2.14.2",
"@mantine/core": "^6.0.20",
"@mantine/dates": "^6.0.20",
"@mantine/dropzone": "^6.0.20",
"@mantine/form": "^6.0.20",
"@mantine/hooks": "^6.0.20",
"@mantine/modals": "^6.0.20",
"@mantine/next": "^6.0.20",
"@mantine/notifications": "^6.0.20",
"@mantine/prism": "^6.0.20",
"@mantine/tiptap": "^6.0.20",
"@react-leaflet/core": "^2.1.0",
"@tabler/icons-react": "^2.34.0",
"@tiptap/extension-link": "^2.1.8",
"@tiptap/react": "^2.1.8",
"@tiptap/starter-kit": "^2.1.8",
"@turf/turf": "^6.5.0",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"convex": "^1.2.1",
"dayjs": "^1.11.9",
"embla-carousel-react": "^8.0.0-rc12",
"html-to-image": "^1.11.11",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"leaflet-geosearch": "^3.8.0",
"leaflet-routing-machine": "^3.2.12",
"next": "13.4.19",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.5",
"openai": "^4.7.1",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-leaflet": "^4.2.1",
"react-leaflet-custom-control": "^1.3.5",
"react-leaflet-draw": "^0.20.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2"
},
"devDependencies": {
"@types/leaflet": "^1.9.4",
"@types/leaflet-routing-machine": "^3.2.5",
"@types/nodemailer": "^6.4.10"
}
}