-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 767 Bytes
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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.1.2",
"@supabase/auth-helpers-nextjs": "^0.7.2",
"@supabase/auth-ui-react": "^0.4.2",
"@supabase/auth-ui-shared": "^0.1.6",
"@supabase/supabase-js": "^2.26.0",
"@vercel/analytics": "^1.0.1",
"contentlayer": "^0.3.3",
"date-fns": "^2.30.0",
"encoding": "^0.1.13",
"esbuild": "^0.18.17",
"eslint": "8.52.0",
"eslint-config-next": "13.5.6",
"mdx-bundler": "^9.2.1",
"next": "13.5.4",
"next-contentlayer": "^0.3.3",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}