-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "next-chat",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"prisma": {
"schema": "lib/prisma/schema.prisma"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.12.0",
"@tippyjs/react": "^4.2.6",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"@uploadcare/upload-client": "^6.6.1",
"@vercel/analytics": "^0.1.11",
"emoji-picker-react": "^4.4.8",
"eslint": "8.37.0",
"eslint-config-next": "^13.3.0",
"next": "^13.4.7",
"next-auth": "^4.20.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"sharp": "^0.32.1",
"socket.io": "^4.6.1",
"tippy.js": "^6.3.7",
"typescript": "5.0.3",
"zustand": "^4.3.7"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"prisma": "^4.12.0",
"tailwindcss": "^3.3.1",
"webpack-node-externals": "^3.0.0"
}
}