|
24 | 24 | "@commitlint/config-conventional": "^17.4.4",
|
25 | 25 | "@headlessui/react": "^1.7.11",
|
26 | 26 | "@heroicons/react": "^2.0.16",
|
27 |
| - "@supabase/auth-helpers-nextjs": "^0.5.4", |
| 27 | + "@radix-ui/react-context-menu": "^2.1.3", |
| 28 | + "@radix-ui/react-dialog": "^1.0.2", |
| 29 | + "@radix-ui/react-dropdown-menu": "^2.0.2", |
| 30 | + "@radix-ui/react-hover-card": "^1.0.5", |
| 31 | + "@radix-ui/react-label": "^2.0.0", |
| 32 | + "@radix-ui/react-navigation-menu": "^1.1.1", |
| 33 | + "@radix-ui/react-popover": "^1.0.5", |
| 34 | + "@radix-ui/react-select": "^1.2.0", |
| 35 | + "@radix-ui/react-slider": "^1.1.1", |
| 36 | + "@radix-ui/react-switch": "^1.0.2", |
| 37 | + "@supabase/auth-helpers-nextjs": "^0.7.3", |
28 | 38 | "@supabase/auth-helpers-react": "^0.3.1",
|
29 |
| - "@supabase/supabase-js": "^2.8.0", |
| 39 | + "@supabase/supabase-js": "^2.31.0", |
| 40 | + "@tailwindcss/typography": "^0.5.9", |
30 | 41 | "@tanstack/react-query": "^4.24.10",
|
31 |
| - "next": "^13.2.1", |
| 42 | + "class-variance-authority": "^0.7.0", |
| 43 | + "clsx": "^2.0.0", |
| 44 | + "lucide-react": "0.206.0", |
| 45 | + "next": "^13.4.12", |
32 | 46 | "next-seo": "^5.15.0",
|
33 | 47 | "next-sitemap": "^3.1.52",
|
34 | 48 | "react": "^18.2.0",
|
35 | 49 | "react-dom": "^18.2.0",
|
36 | 50 | "react-hot-toast": "^2.4.0",
|
| 51 | + "tailwind-merge": "^1.14.0", |
37 | 52 | "tailwindcss": "^3.2.7",
|
| 53 | + "tailwindcss-animate": "^1.0.6", |
38 | 54 | "url-join": "^5.0.0"
|
39 | 55 | },
|
40 | 56 | "devDependencies": {
|
|
56 | 72 | "env-cmd": "^10.1.0",
|
57 | 73 | "eslint": "^8.34.0",
|
58 | 74 | "eslint-config-esnext": "^4.1.0",
|
| 75 | + "eslint-config-node": "^4.1.0", |
59 | 76 | "eslint-config-prettier": "^8.6.0",
|
60 | 77 | "eslint-plugin-import": "^2.27.5",
|
61 | 78 | "eslint-plugin-playwright": "^0.12.0",
|
|
0 commit comments