-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1014 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
40
41
42
43
44
{
"name": "nextext",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"axios": "^1.6.7",
"cookie": "^0.6.0",
"faye-websocket": "^0.11.4",
"framer-motion": "^11.0.6",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"jsonwebtoken-plus": "^0.0.7",
"jwt-decode": "^4.0.0",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"react-otp-input": "^3.1.1",
"socket.io-client": "^4.7.4",
"ws": "^8.16.0"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.11.24",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/ws": "^8.5.10",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"sass": "^1.71.1",
"typescript": "^5.3.3"
}
}