-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 968 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@reduxjs/toolkit": "2.0.1",
"dotenv": "^16.3.1",
"jsonwebtoken": "^9.0.2",
"next": "latest",
"next13-progressbar": "^1.2.0",
"qrcode": "^1.5.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.50.1",
"react-markdown": "^9.0.1",
"react-redux": "9.1.0",
"redux-saga": "^1.3.0",
"socket.io": "^4.7.4",
"socket.io-client": "^4.7.4",
"txtgen": "^3.0.6",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/redux-logger": "3.0.12",
"@types/socket.io": "^3.0.2",
"@types/socket.io-client": "^3.0.0",
"@types/uuid": "^9.0.7",
"redux-logger": "3.0.6",
"sass": "^1.71.1",
"typescript": "5.3.3"
}
}