-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 886 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": "movie-database",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "^13.3.0",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@supabase/auth-helpers-react": "^0.4.2",
"@supabase/supabase-js": "^2.31.0",
"bcryptjs": "^2.4.3",
"cookies-next": "^2.1.1",
"dns-lookup": "^0.1.0",
"dotenv": "^16.0.3",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.2.0",
"mongoose": "^7.0.4",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-loader-spinner": "^5.3.4",
"react-markdown": "^8.0.7",
"sharp": "^0.32.1",
"validator": "^13.9.0"
}
}