-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.3 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
{
"name": "discount-pro-a9",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@szhsin/react-accordion": "^1.4.1",
"@tailwindcss/vite": "^4.1.10",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"daisyui": "^5.0.43",
"firebase": "^11.9.1",
"framer-motion": "^12.18.1",
"localforage": "^1.10.0",
"lucide-react": "^0.515.0",
"match-sorter": "^8.0.2",
"react": "^19.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^19.1.0",
"react-faq-component": "^1.3.4",
"react-fast-marquee": "^1.6.5",
"react-icons": "^5.5.0",
"react-multi-carousel": "^2.8.6",
"react-rating-stars-component": "^2.2.0",
"react-router-dom": "^7.6.2",
"react-slick": "^0.30.3",
"react-toastify": "^11.0.5",
"slick-carousel": "^1.8.1",
"sort-by": "^1.2.0",
"tailwindcss": "^4.1.10"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"vite": "^6.3.5"
}
}