-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.77 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "bunx tsc -b && vite build",
"lint": "bunx biome lint",
"lint:fix": "bunx biome lint --write",
"format": "bunx biome format --write",
"preview": "vite preview"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.918.0",
"@aws-sdk/s3-request-presigner": "^3.918.0",
"@prisma/client": "^6.18.0",
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/vite": "^4.1.13",
"@tanstack/react-query": "^5.90.6",
"@tiptap/extension-bullet-list": "^3.9.0",
"@tiptap/extension-color": "^3.9.0",
"@tiptap/extension-font-family": "^3.9.0",
"@tiptap/extension-font-size": "^3.0.0-next.3",
"@tiptap/extension-image": "^3.9.0",
"@tiptap/extension-link": "^3.9.0",
"@tiptap/extension-list-item": "^3.9.0",
"@tiptap/extension-ordered-list": "^3.9.0",
"@tiptap/extension-placeholder": "^3.9.0",
"@tiptap/extension-text-align": "^3.9.0",
"@tiptap/extension-text-style": "^3.9.0",
"@tiptap/react": "^3.9.0",
"@tiptap/starter-kit": "^3.9.0",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.5",
"@types/multer": "^2.0.0",
"better-auth": "^1.3.34",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"express": "^5.1.0",
"lucide-react": "^0.542.0",
"multer": "^2.0.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-router-dom": "^7.9.4",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"@biomejs/biome": "^2.2.2",
"@types/node": "^24.3.1",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^5.0.0",
"globals": "^16.3.0",
"tw-animate-css": "^1.3.8",
"typescript": "~5.8.3",
"vite": "^7.1.2"
}
}