-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@mantine/core": "^6.0.17",
"@mantine/form": "^6.0.17",
"@mantine/hooks": "^6.0.17",
"@mantine/next": "^6.0.17",
"@mantine/notifications": "^6.0.17",
"@tanstack/react-query": "^4.32.1",
"@types/socket.io-client": "^3.0.0",
"axios": "^1.4.0",
"dompurify": "^3.0.5",
"draft-convert": "^2.1.13",
"draft-js": "^0.11.7",
"draft-js-mention-plugin": "^3.1.5",
"next": "latest",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-draft-wysiwyg": "^1.15.0",
"react-icons": "^4.10.1",
"socket.io-client": "^4.7.2",
"webrtc-adapter": "^8.2.3"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^4.32.1",
"@types/dompurify": "^3.0.2",
"@types/draft-convert": "^2.1.4",
"@types/node": "17.0.25",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"@types/react-draft-wysiwyg": "^1.13.4",
"prettier": "2.6.2",
"typescript": "4.6.3"
}
}