-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 2.94 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 2.94 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
{
"name": "afora",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@blocknote/core": "^0.16.0",
"@clerk/backend": "^2.6.0",
"@clerk/nextjs": "^6.27.0",
"@mdxeditor/editor": "^3.20.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.4",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@reduxjs/toolkit": "^2.5.0",
"@tiptap/pm": "^3.0.1",
"@tiptap/react": "^3.0.1",
"@tiptap/starter-kit": "^3.0.1",
"@types/three": "^0.178.1",
"add": "^2.0.6",
"axios": "^1.8.4",
"class-variance-authority": "^0.7.1",
"clerk": "^0.8.3",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dialog": "^0.3.1",
"dompurify": "^3.2.3",
"dotenv": "^16.5.0",
"easymde": "^2.18.0",
"firebase": "^10.14.1",
"framer-motion": "^11.18.0",
"jodit": "^4.2.38",
"jodit-react": "^4.1.2",
"lucide-react": "^0.451.0",
"marked": "^15.0.6",
"next": "^15.3.5",
"next-themes": "^0.3.0",
"openai": "^4.104.0",
"primereact": "^10.9.1",
"quill": "^2.0.3",
"react": "^18",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-dropzone": "^14.3.8",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.53.1",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.3.0",
"react-image-crop": "^11.0.10",
"react-markdown": "^9.0.1",
"react-quill": "^2.0.0",
"react-redux": "^9.2.0",
"react-resizable-panels": "^2.1.7",
"react-simplemde-editor": "^5.2.0",
"recharts": "^2.15.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"shadcn": "^2.1.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"three": "^0.178.0",
"turndown": "^7.2.0",
"vaul": "^1.1.2",
"vercel": "^39.0.5",
"zod": "^3.25.74"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/firebase": "^2.4.32",
"@types/node": "^20.19.9",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/turndown": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"firebase-admin": "^13.4.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}