-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.34 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
{
"name": "lookout-towers-v2",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/firebase-adapter": "^2.7.4",
"@tailwindcss/typography": "^0.5.16",
"clsx": "^2.1.1",
"firebase": "^11.1.0",
"firebase-admin": "^13.0.2",
"geolib": "^3.3.4",
"next": "^15.1.4",
"next-auth": "^5.0.0-beta.25",
"next-themes": "^0.4.4",
"nodemailer": "^6.9.16",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-simple-star-rating": "^5.1.7",
"server-only": "^0.0.1",
"swiper": "^11.2.0",
"tailwind-datepicker-react": "^1.4.3",
"tailwind-merge": "^2.6.0",
"typescript": "^5.7.3",
"typesense": "^1.8.2",
"use-debounce": "^10.0.4",
"wpify-mapy-cz": "^1.1.4",
"yet-another-react-lightbox": "^3.21.7"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.23",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
}
}