-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1017 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1017 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@heroicons/react": "^2.0.12",
"@reduxjs/toolkit": "^1.8.6",
"@supabase/auth-helpers-nextjs": "^0.4.0",
"@supabase/auth-helpers-react": "^0.3.0",
"@supabase/auth-ui-react": "^0.2.2",
"@supabase/supabase-js": "^2.0.0",
"@tanstack/react-query": "^4.12.0",
"@tanstack/react-query-devtools": "^4.12.0",
"next": "latest",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-icons": "^4.6.0",
"redux": "^4.2.0"
},
"devDependencies": {
"@babel/core": ">=7.0.0 <8.0.0",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"encoding": "^0.1.13",
"eslint": "7.32.0",
"next-transpile-modules": "9.0.0",
"postcss": "^8.4.14",
"rimraf": "^3.0.2",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
}
}