-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 955 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 955 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
31
32
33
34
35
36
37
38
{
"name": "unite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^1.0.6",
"@supabase/auth-helpers-nextjs": "^0.5.1",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.2.5",
"@supabase/supabase-js": "^2.0.5",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.8",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"heroicons": "^2.0.13",
"moment": "^2.29.4",
"next": "13.0.2",
"next-auth": "^4.16.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-timeago": "^7.1.0",
"typescript": "4.9.4",
"yarn": "^1.22.19"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.2"
}
}