-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.29 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.29 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
{
"name": "replay",
"version": "1.0.0",
"description": "Rebuild UI from Video. Instantly.",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -o storybook-static"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@google/genai": "^1.38.0",
"@google/generative-ai": "^0.12.0",
"@liveblocks/client": "^3.13.3",
"@liveblocks/node": "^3.13.3",
"@liveblocks/react": "^3.13.3",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.89.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@uiw/color-convert": "^2.9.2",
"@uiw/react-color-hue": "^2.9.2",
"@uiw/react-color-saturation": "^2.9.2",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.8.0",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"framer-motion": "^11.2.10",
"jszip": "^3.10.1",
"lucide-react": "^0.378.0",
"motion": "^11.18.2",
"next": "^14.2.5",
"openai": "^6.16.0",
"prism-react-renderer": "^2.3.1",
"react": "^18.3.1",
"react-bits": "^1.0.5",
"react-dom": "^18.3.1",
"react-focus-lock": "^2.13.7",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.0",
"remark-gfm": "^4.0.1",
"resend": "^6.6.0",
"stripe": "^20.1.0",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^5.0.0",
"@storybook/addon-a11y": "^10.2.5",
"@storybook/addon-docs": "^10.2.5",
"@storybook/addon-onboarding": "^10.2.5",
"@storybook/addon-vitest": "^10.2.5",
"@storybook/nextjs-vite": "^10.2.5",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitest/browser-playwright": "^4.0.18",
"@vitest/coverage-v8": "^4.0.18",
"autoprefixer": "^10.4.19",
"playwright": "^1.58.1",
"postcss": "^8.4.38",
"storybook": "^10.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^7.3.1",
"vitest": "^4.0.18"
},
"engines": {
"node": ">=18.0.0"
}
}