-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 994 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.10.8",
"@reduxjs/toolkit": "^1.9.5",
"@stomp/stompjs": "^7.0.0",
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"axios": "^1.4.0",
"eslint": "8.39.0",
"eslint-config-next": "13.3.2",
"jsonwebtoken": "^9.0.1",
"next": "13.3.2",
"next-auth": "^4.22.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"recoil": "^0.7.7",
"sockjs-client": "^1.6.1",
"styled-components": "^6.0.7",
"typescript": "5.0.4",
"uuid": "^9.0.0",
"uuid1": "^0.1.3",
"uuid5": "^1.0.2"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/uuid": "^9.0.2"
}
}