-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "fredirect",
"version": "0.1.0",
"author": "0xjgv",
"scripts": {
"build": "next build",
"start": "next start",
"lint": "next lint",
"dev": "next dev"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@headlessui/tailwindcss": "^0.2.1",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.45.4",
"@tremor/react": "^3.18.2",
"@vercel/functions": "^1.4.1",
"next": "^14.2.13"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@types/node": "^20.16.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.13",
"postcss": "^8.4.47",
"supabase": "^1.192.5",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
},
"engines": {
"node": ">=18.19.1",
"npm": "10.*"
},
"packageManager": "pnpm@9.7.1+sha512.faf344af2d6ca65c4c5c8c2224ea77a81a5e8859cbc4e06b1511ddce2f0151512431dd19e6aff31f2c6a8f5f2aced9bd2273e1fed7dd4de1868984059d2c4247"
}