-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"name": "chat-app-frontend",
"version": "1.0.0",
"description": "Frontend for Chat App using Next.js",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@goorm-dev/vapor-components": "^0.19.1",
"@goorm-dev/vapor-core": "^0.19.1",
"@goorm-dev/vapor-hooks": "^0.19.1",
"@goorm-dev/vapor-icons": "^0.19.1",
"@goorm-dev/vapor-tables": "^0.19.1",
"axios": "^1.4.0",
"bootstrap": "^5.3.3",
"crypto-js": "^4.2.0",
"emoji-mart": "^5.5.2",
"lucide-react": "^0.263.1",
"marked": "^14.1.3",
"next": "^15.0.2",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-bootstrap": "^2.8.0",
"react-canvas-confetti": "^2.0.7",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.1",
"react-toastify": "^10.0.6",
"reactstrap": "^8.10.1",
"remark-breaks": "^4.0.0",
"remark-emoji": "^5.0.1",
"remark-gfm": "^4.0.0",
"socket.io-client": "^4.7.2"
},
"author": "",
"license": "ISC"
}