-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.79 KB
/
package.json
File metadata and controls
61 lines (61 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
58
59
60
61
{
"name": "ourcreativity",
"private": true,
"version": "5.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@gsap/react": "^2.1.2",
"@monaco-editor/react": "^4.7.0",
"@supabase/supabase-js": "^2.86.0",
"@tanstack/react-query": "^5.90.12",
"@tiptap/extension-bubble-menu": "^3.14.0",
"@tiptap/extension-character-count": "^3.14.0",
"@tiptap/extension-image": "^3.13.0",
"@tiptap/extension-link": "^3.14.0",
"@tiptap/extension-placeholder": "^3.13.0",
"@tiptap/extension-task-item": "^3.14.0",
"@tiptap/extension-task-list": "^3.14.0",
"@tiptap/extension-typography": "^3.14.0",
"@tiptap/extension-underline": "^3.14.0",
"@tiptap/react": "^3.13.0",
"@tiptap/starter-kit": "^3.13.0",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"browser-image-compression": "^2.0.2",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.23.24",
"gsap": "^3.14.2",
"html2canvas": "^1.4.1",
"lucide-react": "^0.554.0",
"mammoth": "^1.11.0",
"pyodide": "^0.29.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-dropzone": "^14.3.8",
"react-hot-toast": "^2.6.0",
"react-masonry-css": "^1.0.16",
"react-router-dom": "^6.22.3",
"tailwind-merge": "^3.4.0",
"web-haptics": "^0.0.6"
},
"devDependencies": {
"@types/gsap": "^1.20.2",
"@types/node": "^22.14.0",
"@types/react": "^19.2.14",
"@vitejs/plugin-react": "^5.0.0",
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}