-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.45 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
{
"name": "bookmarker",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"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.5.1",
"@supabase/supabase-js": "^2.45.6",
"framer-motion": "^11.11.10",
"i18next": "^23.16.4",
"i18next-http-backend": "^2.6.2",
"i18next-resources-to-backend": "^1.2.1",
"next": "^15.0.1",
"next-i18n-router": "^5.5.1",
"next-i18next": "^15.3.1",
"next-pwa": "5.6.0",
"playwright": "^1.48.2",
"react": "^18.3.1",
"react-contexify": "6.0.0",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.0",
"react-tooltip": "^5.28.0",
"sass": "^1.80.4",
"sass-loader": "^16.0.2",
"sonner": "^1.5.0",
"supabase": "^1.207.9",
"zustand": "^5.0.0"
},
"devDependencies": {
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"eslint": "^9.13.0",
"eslint-config-next": "^15.0.1",
"typescript": "^5.6.3"
},
"resolutions": {
"webpack": "5.91.0"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}