-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.73 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
{
"name": "react-vite",
"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": {
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@material-tailwind/react": "^2.1.9",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.5.0",
"@tanstack/react-query": "^5.40.0",
"animate.css": "^4.1.1",
"antd": "^5.15.3",
"aos": "^2.3.4",
"axios": "^1.6.8",
"firebase": "^10.11.0",
"leaflet": "^1.9.4",
"moment": "^2.30.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-countup": "^6.5.3",
"react-datepicker": "^6.9.0",
"react-dom": "^18.2.0",
"react-google-charts": "^4.0.1",
"react-helmet": "^6.1.0",
"react-helmet-async": "^2.0.4",
"react-hook-form": "^7.51.5",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.15.0",
"react-select": "^5.8.0",
"react-simple-typewriter": "^5.0.1",
"react-tooltip": "^5.26.3",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.10.8",
"swiper": "^11.1.1"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.15",
"daisyui": "^4.10.2",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"vite": "^4.4.5"
}
}