-
Notifications
You must be signed in to change notification settings - Fork 382
/
package.json
68 lines (68 loc) · 1.9 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
66
67
68
{
"name": "vigybag",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"generate-sitemap": "node generate-sitemap.js"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@reduxjs/toolkit": "^2.2.7",
"axios": "^1.7.7",
"canvas-confetti": "^1.9.3",
"dotenv": "^16.4.5",
"emailjs": "^4.0.3",
"emailjs-com": "^3.2.0",
"express": "^4.19.2",
"file-saver": "^2.0.5",
"firebase": "^10.13.1",
"framer-motion": "^11.11.9",
"fuse.js": "^7.0.0",
"helmet": "^7.1.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.3",
"node": "^22.7.0",
"nodemailer": "^6.9.15",
"razorpay": "^2.9.4",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-cookie-consent": "^9.0.0",
"react-ctrl-f": "^0.0.4",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.26.1",
"react-slick": "^0.30.2",
"react-spinners": "^0.14.1",
"react-use": "^17.5.0",
"reactjs-popup": "^2.0.6",
"sitemap": "^8.0.0",
"slick-carousel": "^1.8.1",
"styled-component": "^2.8.0",
"styled-components": "^6.1.13",
"sweetalert2": "^11.12.4"
},
"devDependencies": {
"@types/nodemailer": "^6.4.16",
"@types/react": "^18.3.6",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.4",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"vite": "^5.4.9"
}
}