-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.98 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 3.98 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "wishbubble",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "npm run generate:i18n-types && next build",
"postinstall": "prisma generate",
"start": "next start",
"lint": "eslint",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui",
"type-check": "tsc --noEmit",
"generate:i18n-types": "npx tsx scripts/generate-i18n-types.ts",
"seed:guides": "npx tsx prisma/seed-gift-guides.ts",
"prepare": "husky"
},
"dependencies": {
"@auth/prisma-adapter": "^2.11.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.2.2",
"@paralleldrive/cuid2": "^3.0.6",
"@prisma/adapter-pg": "^7.2.0",
"@prisma/client": "^7.2.0",
"@prisma/extension-accelerate": "^3.0.1",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.8",
"@sentry/nextjs": "^10.32.1",
"@tanstack/react-query": "^5.90.15",
"@tiptap/extension-image": "^3.14.0",
"@tiptap/extension-link": "^3.14.0",
"@tiptap/extension-placeholder": "^3.14.0",
"@tiptap/extension-underline": "^3.14.0",
"@tiptap/pm": "^3.14.0",
"@tiptap/react": "^3.14.0",
"@tiptap/starter-kit": "^3.14.0",
"@types/bcryptjs": "^3.0.0",
"@types/pg": "^8.16.0",
"@upstash/ratelimit": "^2.0.7",
"@upstash/redis": "^1.36.0",
"@vercel/analytics": "^2.0.0",
"@vercel/blob": "^2.0.0",
"bcryptjs": "^3.0.3",
"canvas-confetti": "^1.9.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"html-to-image": "^1.11.13",
"js-cookie": "^3.0.5",
"lucide-react": "^1.0.0",
"nanoid": "^5.1.6",
"next": "16.2.1",
"next-auth": "^5.0.0-beta.30",
"next-intl": "^4.6.1",
"next-themes": "^0.4.6",
"pg": "^8.16.3",
"prisma": "^7.2.0",
"react": "19.2.4",
"react-is": "^19.0.0",
"react-day-picker": "^9.13.0",
"react-dom": "19.2.4",
"react-hook-form": "^7.69.0",
"react-markdown": "^10.1.0",
"recharts": "^3.6.0",
"remark-breaks": "^4.0.0",
"resend": "^6.6.0",
"serwist": "^9.4.2",
"sonner": "^2.0.7",
"stripe": "^20.1.0",
"tailwind-merge": "^3.4.0",
"typesense": "^3.0.0",
"use-debounce": "^10.0.6",
"vaul": "^1.1.2",
"web-push": "^3.6.7",
"zod": "^4.2.1",
"zustand": "^5.0.9"
},
"devDependencies": {
"@commitlint/cli": "^20.3.0",
"@commitlint/config-conventional": "^20.3.0",
"@serwist/turbopack": "^9.4.2",
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/canvas-confetti": "^1.9.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^24.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/web-push": "^3.6.4",
"@vitejs/plugin-react": "^6.0.0",
"@vitest/coverage-v8": "^4.0.16",
"esbuild-wasm": "^0.27.2",
"eslint": "^10.0.0",
"eslint-config-next": "16.2.1",
"husky": "^9.1.7",
"jsdom": "^29.0.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.0-dev",
"vitest": "^4.0.16"
},
"overrides": {
"undici": "^7.0.0",
"lodash": "^4.17.23",
"hono": "^4.11.7"
}
}