-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.1 KB
/
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
35
36
37
38
39
40
41
{
"name": "kolega-finder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen": "supabase gen types typescript --project-id kbayyyxtkekjjobhzoyk > lib/database.types.ts"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@heroicons/react": "^2.0.12",
"@supabase/auth-helpers-nextjs": "^0.4.1",
"@supabase/auth-helpers-react": "^0.3.0",
"@supabase/supabase-js": "^2.0.2",
"@tanstack/react-table": "^8.5.15",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"next": "12.3.1",
"rc-tooltip": "^5.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropdown": "^1.11.0",
"react-hook-form": "^7.43.1",
"supabase": "^1.10.2",
"swr": "^2.0.0"
},
"devDependencies": {
"@types/node": "18.11.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.18",
"tailwindcss": "^3.1.8",
"typescript": "4.8.4"
}
}