-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "chat-customer",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chatui/core": "^1.4.1",
"@reduxjs/toolkit": "^1.8.2",
"@types/base-64": "^1.0.0",
"animate.css": "^4.1.1",
"await-to-js": "^3.0.0",
"axios": "^0.27.2",
"base-64": "^1.0.0",
"events": "^3.3.0",
"font-awesome": "^4.7.0",
"js-cookie": "^3.0.1",
"normalize.css": "^8.0.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-dropzone": "^14.2.1",
"react-fontawesome": "^1.7.1",
"react-photo-view": "^1.2.0",
"react-redux": "^8.0.2",
"react-toastify": "^9.0.4",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"socket.io-client": "2.3.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/node": "^17.0.41",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/socket.io-client": "1.4.33",
"@types/styled-components": "^5.1.25",
"@vitejs/plugin-react": "^1.3.0",
"less": "^4.1.2",
"typescript": "^4.6.3",
"vite": "^2.9.9"
}
}