-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.53 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
{
"name": "sunnah_store",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@heroicons/react": "^2.2.0",
"@material-tailwind/react": "^2.1.10",
"@mui/material": "^6.2.1",
"@smastrom/react-rating": "^1.5.0",
"@tanstack/react-query": "^5.62.7",
"axios": "^1.7.9",
"cloudinary": "^2.5.1",
"firebase": "^11.1.0",
"html-react-parser": "^5.2.2",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.2",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-helmet-async": "^2.0.5",
"react-icons": "^5.4.0",
"react-router-dom": "^7.0.2",
"react-scroll-to-top": "^3.0.0",
"react-simple-captcha": "^9.3.1",
"react-slick": "^0.30.3",
"recharts": "^2.15.0",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.6.13"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@tanstack/react-query-devtools": "^5.62.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"vite": "^6.0.1"
}
}