-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.29 KB
/
package.json
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
71
72
73
74
75
76
77
78
{
"name": "rekrabice",
"version": "0.1.1",
"private": true,
"workspaces": [
"./packages/*"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"analyze": "ANALYZE=true next build",
"typecheck": "tsc --noEmit",
"test": "npm run lint --fix && npm run typecheck",
"start": "next start",
"lint": "next lint --fix"
},
"dependencies": {
"@mantine/carousel": "^7.13.1",
"@mantine/charts": "^7.13.1",
"@mantine/core": "^7.13.1",
"@mantine/dates": "^7.13.1",
"@mantine/form": "^7.13.1",
"@mantine/hooks": "^7.13.1",
"@mantine/modals": "^7.13.1",
"@mantine/notifications": "^7.13.1",
"@react-email/components": "^0.0.28",
"@react-email/render": "^1.0.1",
"@react-email/tailwind": "^1.0.2",
"@react-leaflet/core": "^2.1.0",
"@supabase/auth-helpers-react": "^0.5.0",
"@supabase/ssr": "^0.5.1",
"@tabler/icons-react": "^3.19.0",
"@zxing/browser": "^0.1.4",
"@zxing/library": "^0.21.3",
"autoprefixer": "^10.4.15",
"cssnano": "^7.0.6",
"dayjs": "^1.11.13",
"embla-carousel-react": "^8.3.0",
"jspdf": "^2.5.2",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"next": "^15.0.3",
"nodemailer": "^6.9.15",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-email": "^3.0.2",
"react-leaflet": "^4.2.1",
"recharts": "^2.12.7",
"sharp": "^0.33.3",
"tailwindcss": "^3.4.13"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.0.3",
"@next/eslint-plugin-next": "^15.0.3",
"@types/leaflet": "^1.9.4",
"@types/leaflet.markercluster": "^1.5.2",
"@types/node": "^22.7.4",
"@types/nodemailer": "^6.4.16",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/parser": "^8.7.0",
"encoding": "^0.1.13",
"eslint": "^9.11.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.37.0",
"eslint-plugin-react-hooks": "^5.0.0",
"postcss-preset-mantine": "^1.7.0",
"supabase": "^1.200.3",
"typescript": "^5.6.2"
}
}