-
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.79 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.79 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
60
61
62
63
{
"name": "ciitm-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"format": "prettier --write .",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@barba/core": "^2.10.3",
"@cashfreepayments/cashfree-js": "^1.0.5",
"@gsap/react": "^2.1.2",
"@hookform/resolvers": "^5.2.2",
"@react-oauth/google": "^0.12.2",
"@reduxjs/toolkit": "^2.11.0",
"@vitejs/plugin-react": "^5.1.1",
"axios": "^1.13.2",
"chart.js": "^4.5.1",
"dompurify": "^3.3.0",
"emoji-picker-react": "^4.16.1",
"gsap": "^3.13.0",
"jquery": "^3.7.1",
"lenis": "^1.3.15",
"prop-types": "^15.8.1",
"react": "^19.2.0",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.2.0",
"react-hook-form": "^7.67.0",
"react-icons": "^5.5.0",
"react-razorpay": "^3.0.1",
"react-redux": "^9.2.0",
"react-router-dom": "^7.9.6",
"react-slick": "^0.30.3",
"react-spinners": "^0.16.1",
"react-toastify": "^11.0.5",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.8.1",
"sweetalert2": "^11.26.3",
"swiper": "^11.2.10",
"yup": "^1.7.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react-swc": "^3.11.0",
"autoprefixer": "^10.4.22",
"eslint": "^9.39.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^15.15.0",
"postcss": "^8.5.6",
"prettier": "3.4.2",
"tailwindcss": "^3.4.18",
"vite": "^6.4.1"
}
}