-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.85 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
61
62
63
64
65
66
67
68
{
"proxy": {
"/api": {
"target": "https://asalt-code-back-end-d9ge.vercel.app",
"changeOrigin": true,
"secure": false
}
},
"name": "capstone-project",
"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",
"preview": "vite preview"
},
"dependencies": {
"@cloudinary/react": "^1.13.0",
"@cloudinary/url-gen": "^1.17.0",
"@emotion/styled": "^11.11.0",
"@fullcalendar/core": "^6.1.10",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.10",
"@mui/x-data-grid": "^6.19.4",
"@reduxjs/toolkit": "^2.2.1",
"axios": "^1.6.7",
"bootstrap": "^5.3.2",
"cloudinary-video-player": "^1.10.6",
"crypto-js": "^4.2.0",
"formik": "^2.4.5",
"jwt-decode": "^4.0.0",
"lottie": "^0.0.1",
"lottie-web": "^5.12.2",
"material-icons": "^1.13.12",
"mdb-react-ui-kit": "^7.2.0",
"mongoose": "^8.1.2",
"node-sass": "^9.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.4",
"react-indiana-drag-scroll": "^2.2.0",
"react-js-pagination": "^3.0.3",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.1",
"react-toastify": "^10.0.4",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"sass": "^1.71.0",
"swiper": "^11.0.5",
"yup": "^1.3.3"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"dotenv": "^16.4.5",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^5.0.8",
"webpack": "^5.90.3"
}
}