-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.85 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.85 KB
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": "cafe-masters",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"analyze": "ANALYZE=true next build",
"generate-types": "npx supabase gen types typescript --project-id vsemazasjbizehcambul --schema public > types_db.ts",
"test:playwright": "playwright test",
"test:playwright:ui": "playwright test --ui"
},
"dependencies": {
"@hookform/resolvers": "^5.2.0",
"@next/bundle-analyzer": "^16.0.7",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-radio-group": "^1.2.3",
"@sparticuz/chromium": "^133.0.0",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.4",
"@tanstack/react-query": "^5.60.6",
"@vercel/speed-insights": "^1.2.0",
"babel-plugin-react-compiler": "^1.0.0",
"clsx": "^2.1.1",
"lucide-react": "^0.483.0",
"motion": "^12.23.26",
"next": "^16.0.7",
"next-pwa": "^5.6.0",
"playwright-core": "^1.57.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-error-boundary": "^6.0.0",
"react-hook-form": "^7.61.1",
"react-intersection-observer": "^9.13.1",
"react-toastify": "^10.0.6",
"sharp": "^0.34.5",
"tailwind-merge": "^3.0.2",
"web-vitals": "^5.1.0",
"zod": "^3.25.67",
"zustand": "^5.0.2"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@tailwindcss/postcss": "^4.1.11",
"@tanstack/react-query-devtools": "5.60.6",
"@types/node": "^22.14.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/webpack": "^5.28.5",
"eslint": "^9.35.0",
"eslint-config-next": "^16.0.7",
"eslint-config-prettier": "^10.1.8",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.13",
"tailwindcss": "^4.1.11",
"typescript": "^5.9.0-dev.20250412"
}
}