-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 948 Bytes
/
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
{
"name": "the-wild-oasis-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prod": "next build && next start"
},
"dependencies": {
"@heroicons/react": "^2.1.4",
"@supabase/supabase-js": "^2.43.5",
"date-fns": "^3.6.0",
"hamburger-react": "^2.5.1",
"next": "14.2.3",
"next-auth": "^5.0.0-beta.19",
"react": "^18",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-modern-drawer": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"babel-preset-next": "^1.4.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}