-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 KB
/
package.json
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
{
"name": "slack-clone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.0.2",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@prisma/client": "^5.21.1",
"@stream-io/node-sdk": "^0.4.4",
"@stream-io/video-react-sdk": "^1.7.3",
"clsx": "^2.1.1",
"emoji-mart": "^5.6.0",
"is-hotkey": "^0.2.0",
"lodash": "^4.17.21",
"nanoid": "^5.0.8",
"next": "14.2.14",
"react": "^18",
"react-dom": "^18",
"slate": "^0.110.2",
"slate-history": "^0.109.0",
"slate-react": "^0.110.2",
"sqlite3": "^5.1.7",
"stream-chat": "^8.41.1",
"stream-chat-react": "^12.4.1",
"svix": "^1.40.0"
},
"devDependencies": {
"@types/is-hotkey": "^0.1.10",
"@types/lodash": "^4.17.13",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.14",
"postcss": "^8",
"prisma": "^5.21.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}