-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
154 lines (154 loc) 路 5.24 KB
/
Copy pathpackage.json
File metadata and controls
154 lines (154 loc) 路 5.24 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "@sexyvoice/web",
"version": "2026.4.7",
"private": true,
"scripts": {
"analyze": "next experimental-analyze",
"prebuild": "pnpm run check-translations && pnpm run build:content",
"build": "next build",
"build:content": "contentlayer2 build",
"check:fix": "biome check ./app components hooks lib proxy.ts --write",
"check-translations": "node scripts/check-translations.mjs",
"clean": "knip",
"dev": "PORTLESS_TLD=dev portless sv next dev",
"dev:content": "contentlayer2 dev",
"fixall": "pnpm run lint:write; pnpm run format:write; pnpm run check:fix",
"format": "biome format ./app components hooks lib proxy.ts",
"format:write": "pnpm run format --write",
"generate-supabase-types": "sed 's/export/declare/g' <(supabase gen types typescript --project-id bfaqdyadcpaetelvpbva) > lib/supabase/types.d.ts && biome format lib/supabase/types.d.ts --write",
"generate-supabase-types:local": "sed 's/export/declare/g' <(supabase gen types typescript --local) > lib/supabase/types.d.ts && pnpm run format:write",
"lint": "biome lint ./app components hooks lib proxy.ts",
"lint:write": "pnpm run lint --write",
"start": "next start",
"test": "vitest",
"test:coverage": "vitest --coverage",
"test:db": "supabase test db",
"test:e2e": "playwright test",
"test:ui": "vitest --ui",
"type-check": "tsc --noEmit"
},
"browserslist": [
"chrome >0 and last 2.5 years",
"edge >0 and last 2.5 years",
"safari >0 and last 2.5 years",
"firefox >0 and last 2.5 years",
"and_chr >0 and last 2.5 years",
"and_ff >0 and last 2.5 years",
"ios >0 and last 2.5 years"
],
"dependencies": {
"@ai-sdk/google": "3.0.43",
"@ai-sdk/react": "catalog:",
"@ai-sdk/xai": "3.0.96",
"@argos-ci/playwright": "^6.6.4",
"@aws-sdk/client-s3": "3.1011.0",
"@axiomhq/js": "^1.4.0",
"@fal-ai/client": "^1.10.1",
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@floating-ui/react": "^0.27.19",
"@google/genai": "1.19.0",
"@hookform/resolvers": "^5.2.2",
"@huggingface/transformers": "^3.8.1",
"@iconify-json/logos": "1.2.11",
"@iconify/tailwind": "^1.2.0",
"@iconify/tailwind4": "^1.2.3",
"@livekit/components-react": "2.9.21",
"@livekit/components-styles": "^1.2.0",
"@livekit/krisp-noise-filter": "^0.3.4",
"@livekit/protocol": "1.48.2",
"@mistralai/mistralai": "^2.1.2",
"@next/bundle-analyzer": "16.3.0",
"@sentry/nextjs": "10.45.0",
"@supabase-cache-helpers/postgrest-react-query": "^1.13.8",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "catalog:",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "5.91.0",
"@tanstack/react-table": "^8.21.3",
"@tiptap/core": "^3.22.4",
"@tiptap/extensions": "^3.22.4",
"@tiptap/pm": "^3.22.4",
"@tiptap/react": "^3.22.4",
"@tiptap/starter-kit": "^3.22.4",
"@tiptap/suggestion": "^3.22.4",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "catalog:",
"@vercel/analytics": "^1.6.1",
"@vercel/edge-config": "^1.4.3",
"@vercel/speed-insights": "2.0.0",
"@wasm-audio-decoders/ogg-vorbis": "^0.1.20",
"@wavesurfer/react": "^1.0.12",
"ai": "catalog:",
"babel-plugin-react-compiler": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"contentlayer2": "^0.5.8",
"crisp-sdk-web": "^1.0.27",
"date-fns": "^3.6.0",
"disposable-email-domains-js": "^1.21.0",
"embla-carousel-react": "^8.6.0",
"globby": "^14.1.0",
"highlight.js": "^11.11.1",
"import-in-the-middle": "1.14.2",
"inngest": "4.4.0",
"livekit-client": "2.20.0",
"livekit-server-sdk": "2.16.0",
"lucide-react": "^0.523.0",
"motion": "^12.38.0",
"mpg123-decoder": "^1.0.3",
"music-metadata": "11.12.3",
"nanoid": "5.1.16",
"next": "catalog:",
"next-contentlayer2": "^0.5.8",
"next-intl": "^4.9.2",
"ogg-opus-decoder": "^1.7.3",
"posthog-js": "1.365.4",
"posthog-node": "5.29.1",
"radix-ui": "1.5.0",
"react": "catalog:",
"react-dom": "catalog:",
"react-hook-form": "^7.71.2",
"recharts": "3.8.0",
"rehype-highlight": "^7.0.2",
"rehype-highlight-code-lines": "^1.2.2",
"remark-gfm": "^4.0.1",
"replicate": "1.4.0",
"require-in-the-middle": "7.5.2",
"sass": "^1.86.3",
"schema-dts": "^1.1.5",
"sonner": "^2.0.7",
"stripe": "^17.7.0",
"tailwind-merge": "3.5.0",
"tailwindcss": "catalog:",
"tailwindcss-animate": "^1.0.7",
"wavesurfer.js": "7.12.4",
"zod": "catalog:",
"zod-openapi": "^5.4.6"
},
"devDependencies": {
"@playwright/test": "1.55.1",
"@tailwindcss/postcss": "catalog:",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@vitest/coverage-v8": "4.1.4",
"autoprefixer": "10.4.27",
"dotenv": "16.6.1",
"ioredis": "5.10.1",
"jsdom": "28.1.0",
"knip": "6.3.0",
"msw": "2.15.0",
"postcss": "catalog:",
"redis-memory-server": "0.16.0",
"tsx": "catalog:",
"typescript": "catalog:",
"vitest": "4.1.4"
},
"engines": {
"node": "24.x"
}
}