-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.79 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
{
"name": "cueflow",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build",
"preview": "vite preview",
"test": "vitest run",
"capture:screens": "node scripts/capture-app-screens.mjs",
"check:mobile-scroll": "node scripts/check-mobile-scroll.mjs",
"check:menu-motion": "node scripts/check-menu-motion.mjs",
"check:alerts-consent": "node scripts/check-alerts-consent.mjs",
"check:script-find-mode": "node scripts/check-script-find-mode.mjs",
"check:sidebar-typography": "node scripts/check-sidebar-typography.mjs",
"auth:probe": "node scripts/probe-production-auth.mjs",
"auth:smoke": "node scripts/check-production-auth-flow.mjs"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@gsap/react": "^2.1.2",
"@heroui/react": "^3.2.3",
"@heroui/styles": "^3.2.4",
"@react-aria/i18n": "^3.13.1",
"@react-aria/ssr": "^3.10.1",
"@react-aria/utils": "^3.34.1",
"@supabase/supabase-js": "^2.49.1",
"cropperjs": "^1.6.2",
"framer-motion": "^12.43.0",
"gsap": "^3.15.0",
"lucide-react": "^0.468.0",
"mammoth": "^1.12.0",
"pdfjs-dist": "^6.2.108",
"react": "^19.2.8",
"react-aria": "^3.51.0",
"react-aria-components": "^1.20.0",
"react-dom": "^19.2.8",
"react-router-dom": "^7.18.2",
"tw-animate-css": "^1.4.0",
"wavesurfer.js": "^7.12.11"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^4.3.4",
"happy-dom": "^20.11.1",
"playwright": "^1.62.1",
"postcss": "^8.4.49",
"tailwindcss": "^4.3.3",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vitest": "^2.1.8"
}
}