-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.42 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.42 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@blocknote/core": "^0.10.1",
"@blocknote/react": "^0.10.1",
"@nextui-org/react": "^2.2.10",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@supabase/auth-helpers-nextjs": "^0.9.0",
"@supabase/supabase-js": "^2.41.1",
"axios": "^1.6.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"firebase": "^10.7.1",
"framer-motion": "^11.0.24",
"lucide-react": "^0.340.0",
"next": "13.5.6",
"next-themes": "^0.2.1",
"partysocket": "^0.0.25",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-pdf": "^7.7.1",
"react-resizable-panels": "^2.0.16",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"y-partykit": "^0.0.25",
"y-webrtc": "^10.2.6",
"y-websocket": "^1.5.1",
"yjs": "^13.6.10",
"zustand": "^4.4.7"
},
"devDependencies": {
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"partykit": "^0.0.79",
"postcss": "^8",
"supabase": "^1.153.1",
"tailwindcss": "^3"
}
}