-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.53 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.53 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "book--client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"vercel": "npm install --legacy-peer-deps && vercel",
"deploy": "aws s3 sync dist s3://bookatclientbucket"
},
"dependencies": {
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^2.0.18",
"@mapbox/mapbox-gl-directions": "^4.1.1",
"@material-tailwind/react": "^2.1.2",
"@react-email/render": "^0.0.7",
"@react-oauth/google": "^0.11.1",
"@reduxjs/toolkit": "^1.9.6",
"@types/mapbox-gl": "^2.7.17",
"@types/react-datepicker": "^4.19.1",
"apexcharts": "^3.44.0",
"axios": "^1.5.1",
"datatables.net": "^1.13.6",
"datatables.net-responsive": "^2.5.0",
"datatables.net-responsive-bs": "^2.5.0",
"dotenv": "^16.3.1",
"firebase": "^10.4.0",
"formik": "^2.4.5",
"framer-motion": "^10.16.4",
"geolocation-utils": "^1.2.5",
"jquery": "^3.7.1",
"js-base64": "^3.7.5",
"lottie-web": "^5.12.2",
"mapbox-gl": "^2.15.0",
"query-string": "^8.1.0",
"razorpay": "^0.0.0",
"razorpay-typescript": "^1.0.12",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-data-table-component": "^7.5.4",
"react-datepicker": "^4.21.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-minimal-pie-chart": "^8.4.0",
"react-razorpay": "^2.0.1",
"react-redux": "^8.1.3",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.16.0",
"react-table": "^7.8.0",
"recharts": "^2.9.2",
"redux-persist": "^6.0.0",
"request": "^2.88.2",
"socket.io-client": "^4.7.2",
"styled-components": "^6.1.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tw-elements": "^1.0.0",
"yup": "^1.3.2"
},
"devDependencies": {
"@types/node": "^20.8.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/react-table": "^7.7.17",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.4.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}