-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.51 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
{
"name": "hackseoul",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "prettier --ignore-unknown --write .",
"gen-type": "supabase gen types --lang=typescript --project-id 'jqyjamgvvkypbgodxvfq' > src/utils/supabase/types.ts",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@ebay/nice-modal-react": "^1.2.13",
"@headlessui/react": "^2.1.3",
"@heroicons/react": "^2.1.5",
"@supabase/supabase-js": "^2.44.4",
"@suspensive/react": "^2.9.0",
"@tanstack/react-query": "^5.51.9",
"@tanstack/react-query-devtools": "^5.51.15",
"axios": "^1.7.2",
"cheerio": "^1.0.0",
"date-fns": "^3.6.0",
"lodash-es": "^4.17.21",
"merge-refs": "^1.3.0",
"next": "14.2.6",
"next-connect": "^1.0.0",
"next-translate": "^2.6.2",
"openai": "^4.56.0",
"qs": "^6.12.3",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1"
},
"devDependencies": {
"@channel.io/eslint-config": "^2.1.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20",
"@types/qs": "^6.9.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"next-translate-plugin": "^2.6.2",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.1",
"supabase": "^1.190.0",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vercel": "^37.1.1"
},
"packageManager": "[email protected]",
"engines": {
"node": "20.16.0"
}
}