-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.84 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
{
"name": "economic-projects",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@stripe/react-stripe-js": "^2.3.0",
"@stripe/stripe-js": "^2.1.5",
"@tanstack/react-query": "^4.32.1",
"aos": "^2.3.4",
"chart.js": "^4.3.3",
"emailjs-com": "^3.2.0",
"firebase": "^10.1.0",
"framer-motion": "^10.18.0",
"leaflet": "^1.9.4",
"localforage": "^1.10.0",
"lucide-react": "^0.454.0",
"match-sorter": "^6.3.1",
"react": "^18.3.1",
"react-burger-menu": "^3.0.9",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-lazy-load": "^4.0.1",
"react-leaflet": "^4.2.1",
"react-modal": "^3.16.1",
"react-parallax": "^3.5.1",
"react-parallax-tilt": "^1.7.155",
"react-router-dom": "^6.14.2",
"react-swipeable-views": "^0.14.0",
"react-tabs": "^6.0.2",
"react-toastify": "^9.1.3",
"recharts": "^2.7.3",
"reoverlay": "^1.0.3",
"sort-by": "^0.0.2",
"sweetalert2": "^11.7.28",
"sweetalert2-react-content": "^5.0.7",
"swiper": "^10.0.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"autoprefixer": "^10.4.14",
"daisyui": "^3.2.1",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"postcss": "^8.4.26",
"tailwindcss": "^3.3.3",
"vite": "^4.4.0"
}
}