-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.31 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
{
"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.2",
"@tailwindcss/typography": "^0.5.15",
"clsx": "^2.1.1",
"firebase": "^10.14.1",
"firebase-admin": "^12.6.0",
"next": "^14.2.15",
"next-auth": "^5.0.0-beta.22",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-simple-star-rating": "^5.1.7",
"server-only": "^0.0.1",
"swiper": "^11.1.14",
"tailwind-datepicker-react": "^1.4.3",
"tailwind-merge": "^2.5.4",
"typescript": "^5.6.3",
"typesense": "^1.8.2",
"use-debounce": "^10.0.4",
"wpify-mapy-cz": "^1.1.4",
"yet-another-react-lightbox": "^3.21.6"
},
"devDependencies": {
"@types/node": "^22.7.7",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.13",
"eslint": "^9.13.0",
"eslint-config-next": "^14.2.15",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14"
}
}