-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.18 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/supabase-adapter": "^1.7.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mapbox/node-pre-gyp": "^1.0.11",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.4.0",
"@supabase/supabase-js": "^2.45.4",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"jsonwebtoken": "^9.0.2",
"leaflet": "^1.9.4",
"next": "^14.2.22",
"next-auth": "^5.0.0-beta.20",
"react": "^18",
"react-datepicker": "^7.3.0",
"react-day-picker": "^9.0.8",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-leaflet": "^4.2.1",
"react-select": "^5.8.0",
"stripe": "^17.5.0",
"zod": "^3.23.8"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.6"
}
}