-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 970 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
{
"name": "client",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"antd": "^4.23.4",
"axios": "^0.21.1",
"bootstrap": "^5.0.2",
"moment": "^2.29.1",
"next": "^12.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-image-file-resizer": "^0.4.8",
"react-markdown": "^5.0.3",
"react-player": "^2.11.0",
"react-quill": "^2.0.0",
"react-render-html": "^0.6.0",
"react-toastify": "^7.0.4",
"socket.io-client": "^4.1.3"
},
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-next": "^12.3.1"
}
}