-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 878 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
{
"name": "rnc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export-static": "next build && next export"
},
"dependencies": {
"@next/font": "13.1.2",
"@sendgrid/mail": "^7.7.0",
"@supabase/auth-helpers-nextjs": "^0.5.4",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.2.6",
"@supabase/supabase-js": "^2.7.0",
"@vercel/analytics": "^1.0.0",
"cloudinary": "^1.33.0",
"embla-carousel-autoplay": "^7.0.9",
"embla-carousel-react": "^7.0.9",
"eslint": "8.32.0",
"eslint-config-next": "13.1.2",
"next": "13.1.2",
"next-cloudinary": "^2.1.1",
"next-seo": "^5.15.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-modal": "^3.16.1",
"sharp": "^0.31.3"
}
}