-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
60 lines (60 loc) · 1.68 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "politribe",
"version": "0.1.0",
"private": true,
"scripts": {
"devHost": "next dev -H 192.168.1.5",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"supabase:gen": "supabase gen types typescript --project-id dzonhlifypwgfrfpniwv --schema public > types/Supabase/Database.ts"
},
"dependencies": {
"@headlessui/react": "^1.7.11",
"@hookform/resolvers": "^2.9.11",
"@next/font": "13.1.6",
"@supabase/auth-helpers-nextjs": "^0.5.4",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.8.0",
"@tanstack/react-query": "^4.24.9",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/uuid": "^9.0.0",
"date-fns": "^2.29.3",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"flowbite": "^1.6.3",
"flowbite-react": "^0.3.8",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.43.1",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"tinycolor2": "^1.6.0",
"typescript": "4.9.5",
"uuid": "^9.0.0",
"zod": "^3.20.6"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/tinycolor2": "^1.4.3",
"autoprefixer": "^10.4.13",
"csstype": "^3.1.1",
"encoding": "^0.1.13",
"eslint-config-kentcdodds": "^20.5.0",
"openapi-typescript": "5.4.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"supabase": "^1.38.7",
"tailwindcss": "^3.2.7"
},
"peerDependencies": {
"csstype": "^3.1.1"
}
}