-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
43
44
{
"name": "ks-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://imbishalgiri.github.io",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"predeploy": "yarn run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@material-ui/core": "^4.11.2",
"@mui/icons-material": "^5.8.4",
"@reduxjs/toolkit": "^1.8.5",
"axios": "^0.27.2",
"dompurify": "2.2.6",
"draft-convert": "2.1.10",
"draft-js": "0.11.7",
"eslint": "^8.21.0",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"mui-confirm-modal": "^1.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-draft-wysiwyg": "^1.15.0",
"react-drag-drop-files": "^2.3.7",
"react-hook-form": "6.15.8",
"react-icons": "^4.1.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "^4.0.1",
"react-toastify": "^9.0.8",
"socket.io-client": "^4.5.2",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^2.0.0",
"gh-pages": "^4.0.0",
"vite": "^3.0.0"
}
}