-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.56 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
{
"name": "harvest-master-frontend",
"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": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.11",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.11",
"@mui/x-charts": "^7.1.0",
"@mui/x-data-grid": "^7.3.0",
"@mui/x-date-pickers": "^6.19.7",
"@react-google-maps/api": "^2.19.3",
"@react-pdf/renderer": "^3.4.2",
"@reduxjs/toolkit": "^2.2.1",
"@stripe/react-stripe-js": "^2.7.0",
"@stripe/stripe-js": "^3.3.0",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"dotenv": "^16.4.5",
"framer-motion": "^11.1.7",
"jsdf": "^0.3.2",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.51.2",
"react-redux": "^9.1.0",
"react-router-dom": "^6.22.3",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.4",
"redux": "^5.0.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"vite": "^5.1.4"
}
}