-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier -w .",
"test": "jest"
},
"dependencies": {
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.4",
"@vercel/speed-insights": "^1.0.11",
"buffer": "^6.0.3",
"immer": "^10.1.1",
"next": "^14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-is": "^18.3.1",
"react-share": "^5.1.0",
"react-tooltip": "^5.28.0",
"short-uuid": "^4.2.2",
"tailwind-merge": "^2.5.5",
"url-safe-base64": "^1.3.0",
"votes": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/url-safe-base64": "^1.1.2",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"autoprefixer": "^10.4.19",
"eslint": "8.55.0",
"eslint-config-next": "14.0.4",
"jest": "^29.7.0",
"postcss": "^8.4.38",
"postcss-nesting": "^12.1.5",
"postcss-normalize": "^10.0.1",
"prettier": "^3.3.1",
"prettier-plugin-organize-imports": "^3.2.4",
"react-html-props": "^2.0.9",
"supabase": "^1.172.2",
"tailwindcss": "^3.4.4",
"ts-jest": "^29.1.4",
"typescript": "^5.7.2"
}
}