-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.75 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "makanmatchfrontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@fullcalendar/bootstrap": "^6.1.15",
"@fullcalendar/bootstrap5": "^6.1.15",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@react-google-maps/api": "^2.19.3",
"@reduxjs/toolkit": "^2.2.5",
"axios": "^1.7.2",
"bootstrap": "^5.3.3",
"dotenv": "^16.4.5",
"emoji-picker-react": "^4.10.0",
"formik": "^2.4.6",
"framer-motion": "^11.3.19",
"html-entities": "^2.5.2",
"ldrs": "^1.0.2",
"markdown-to-txt": "^2.0.1",
"marked": "^13.0.3",
"mui": "^0.0.1",
"nodemon": "^3.1.3",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^5.2.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-star-ratings": "^2.3.0",
"react-toastify": "^10.0.5",
"redux": "^5.0.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"react-router-dom": "^6.23.1",
"vite": "^5.2.0"
}
}