-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
96 lines (96 loc) · 2.8 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "loca",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/google": "^0.0.24",
"@custom-react-hooks/all": "^1.4.19",
"@custom-react-hooks/use-media-query": "^1.4.19",
"@google-cloud/vertexai": "^1.4.0",
"@google/generative-ai": "^0.14.1",
"@googlemaps/js-api-loader": "^1.16.6",
"@mantine/carousel": "^7.11.2",
"@mantine/core": "^7.11.2",
"@mantine/form": "^7.11.2",
"@mantine/hooks": "^7.11.2",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@tabler/icons-react": "^3.10.0",
"@types/google.maps": "^3.55.12",
"@types/js-cookie": "^3.0.6",
"ai": "^3.2.16",
"axios": "^1.7.2",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"constants-browserify": "^1.0.0",
"cookies-next": "^4.2.1",
"embla-carousel-autoplay": "^8.1.6",
"embla-carousel-react": "^7.1.0",
"fast-levenshtein": "^3.0.0",
"firebase": "^10.12.3",
"firebase-admin": "^12.3.0",
"framer-motion": "^11.3.21",
"fuse.js": "^7.0.0",
"jose": "^5.6.3",
"js-cookie": "^3.0.5",
"leaflet": "^1.9.4",
"lucide-react": "^0.400.0",
"mantine-form-zod-resolver": "^1.1.0",
"next": "^14.2.5",
"next-auth": "^5.0.0-beta.19",
"next-superjson": "^0.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-leaflet": "^4.2.1",
"react-markdown": "^9.0.1",
"sharp": "^0.33.4",
"spellchecker": "^3.7.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"typewriter-effect": "^2.21.0",
"typofix": "^0.0.15",
"util": "^0.12.5",
"vaul": "^0.9.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/fast-levenshtein": "^0.0.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/spellchecker": "^3.5.2",
"assert": "^2.1.0",
"browserify-zlib": "^0.2.0",
"crypto-browserify": "^3.12.0",
"eslint": "^8",
"eslint-config-next": "^14.2.5",
"firebase-tools": "^13.13.2",
"fluid-tailwind": "^1.0.2",
"https-browserify": "^1.0.0",
"literate-ts": "^2.5.0",
"next-transpile-modules": "^10.0.1",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.40",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "3.3.3",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.3",
"url": "^0.11.4"
}
}