-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.55 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.55 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
{
"name": "finnal-project-part1",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@lottiefiles/dotlottie-react": "^0.17.8",
"@stripe/react-stripe-js": "^5.4.0",
"@stripe/stripe-js": "^8.5.2",
"@tailwindcss/vite": "^4.1.17",
"@tanstack/react-query": "^5.90.10",
"aos": "^2.3.4",
"axios": "^1.13.2",
"dotenv": "^17.2.3",
"firebase": "^12.6.0",
"framer-motion": "^12.24.10",
"jspdf": "^4.0.0",
"jspdf-autotable": "^5.0.7",
"lottie-react": "^2.4.1",
"lucide-react": "^0.554.0",
"lucide-vue-next": "^0.554.0",
"motion": "^12.23.24",
"react": "^19.2.0",
"react-countup": "^6.5.3",
"react-dom": "^19.2.0",
"react-fast-marquee": "^1.6.5",
"react-hook-form": "^7.66.0",
"react-icons": "^5.5.0",
"react-leaflet": "^5.0.0-rc.2",
"react-responsive-carousel": "^3.2.23",
"react-router": "^7.9.6",
"react-spinners": "^0.17.0",
"recharts": "^3.5.1",
"router": "^2.2.0",
"sonner": "^2.0.7",
"sweetalert2": "^11.26.3",
"swiper": "^12.0.3",
"tailwindcss": "^4.1.17"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"daisyui": "^5.5.5",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"vite": "^7.2.2"
}
}