-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.76 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.76 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
{
"name": "workoutwings",
"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": {
"@hookform/resolvers": "^3.9.0",
"@mantine/hooks": "^7.12.1",
"@react-google-maps/api": "^2.19.3",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.2.7",
"@tanstack/react-query": "^5.52.0",
"@vis.gl/react-google-maps": "^1.1.0",
"antd": "^5.20.0",
"axios": "^1.7.3",
"brotli-webpack-plugin": "^1.1.0",
"dayjs": "^1.11.12",
"dotenv": "^16.4.5",
"indian-pincodes": "^1.1.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"pagination-react-js": "^2.0.1",
"react": "^18.3.1",
"react-datepicker": "^7.3.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.13.0",
"react-loading-skeleton": "^3.4.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.0",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.5",
"react-transition-group": "^4.4.5",
"slick-carousel": "^1.8.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"compression-webpack-plugin": "^11.1.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.40",
"prop-types": "^15.8.1",
"tailwindcss": "^3.4.7",
"vite": "^5.3.4",
"vite-plugin-minify": "^2.0.0"
}
}