-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.51 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.51 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
{
"name": "vogal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.5",
"@stripe/react-stripe-js": "^2.7.3",
"@stripe/stripe-js": "^4.1.0",
"@types/js-cookie": "^3.0.6",
"axios": "^1.7.2",
"cookies": "^0.9.1",
"framer-motion": "^11.2.10",
"html-to-pdfmake": "^2.5.31",
"html2canvas": "^1.4.1",
"html2pdf.js": "^0.10.0",
"js-cookie": "^3.0.5",
"jspdf": "^3.0.3",
"jspdf-autotable": "^5.0.2",
"jwt-decode": "^4.0.0",
"next": "14.2.3",
"react": "^18",
"react-awesome-slider": "^4.1.0",
"react-dom": "^18",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.51.5",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.2.1",
"react-image-gallery": "^1.3.0",
"react-lottie": "^1.2.4",
"react-paginate": "^8.3.0",
"react-redux": "^9.1.2",
"react-slick": "^0.30.2",
"react-tabs": "^6.0.2",
"recharts": "^2.12.7",
"redux-persist": "^6.0.0",
"sass": "^1.77.5",
"slick-carousel": "^1.8.1",
"sonner": "^1.4.41",
"sweetalert2": "^11.11.1",
"swiper": "^11.1.4"
},
"devDependencies": {
"@types/html2pdf.js": "^0.10.0",
"@types/node": "20.14.1",
"@types/react": "18.3.3",
"@types/react-lottie": "^1.2.10",
"daisyui": "^4.11.1",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}