-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.74 KB
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
60
61
62
{
"name": "hyper-focus",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fullcalendar/bootstrap": "^6.1.8",
"@fullcalendar/core": "^6.1.8",
"@fullcalendar/daygrid": "^6.1.8",
"@fullcalendar/interaction": "^6.1.8",
"@fullcalendar/list": "^6.1.8",
"@fullcalendar/react": "^6.1.8",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^1.3.5",
"bootstrap": "^5.2.3",
"dotenv": "^16.0.3",
"draft-convert": "^2.1.13",
"draft-js": "^0.11.7",
"draft-js-import-html": "^1.4.1",
"formik": "^2.2.9",
"html-react-parser": "^4.0.0",
"html-to-draftjs": "^1.5.0",
"jquery": "^3.7.0",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-draggable": "^4.4.5",
"react-google-charts": "^4.0.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-indiana-drag-scroll": "^2.2.0",
"react-intl": "^5.25.0",
"react-lottie": "^1.2.3",
"react-redux": "^8.0.5",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.10.0",
"redux-persist": "^6.0.0",
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.7",
"vite": "^4.2.0"
}
}