-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
59 lines (59 loc) · 1.66 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "material-ui-nextjs-ts",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
},
"dependencies": {
"@chatscope/chat-ui-kit-react": "^1.10.1",
"@chatscope/chat-ui-kit-styles": "^1.4.0",
"@ckeditor/ckeditor5-react": "^6.2.0",
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@mui/x-date-pickers": "^6.18.2",
"@stomp/stompjs": "^7.0.0",
"axios": "^1.6.2",
"ckeditor5-custom-build": "file:./ckeditor5",
"dayjs": "^1.11.10",
"js-cookie": "^3.0.5",
"mdb-react-ui-kit": "^7.0.0",
"net": "^1.0.2",
"next": "latest",
"qs": "^6.11.2",
"react": "latest",
"react-bootstrap": "^2.9.1",
"react-dom": "latest",
"react-redux": "^9.0.2",
"react-router-dom": "^6.19.0",
"react-scroll-to-bottom": "^4.2.0",
"recharts": "^2.10.3",
"recoil": "^0.7.7",
"redux": "^5.0.0",
"serve": "^14.2.1",
"sockjs-client": "^1.6.1",
"stomp": "^0.1.1",
"stompjs": "^2.3.3",
"styled-components": "^6.1.1",
"ws": "^8.15.1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.5",
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/react-scroll-to-bottom": "^4.2.4",
"@types/stompjs": "^2.3.9",
"@types/styled-components": "^5.1.34",
"eslint": "latest",
"eslint-config-next": "latest",
"typescript": "latest"
}
}