-
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.25 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.25 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": "bookstore",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@heroui/react": "^2.8.5",
"@hookform/resolvers": "^5.2.2",
"@tailwindcss/vite": "^4.1.13",
"axios": "^1.12.2",
"clsx": "^2.1.1",
"firebase": "^12.4.0",
"framer-motion": "^12.23.24",
"generate-react-cli": "^8.3.0-alpha.1",
"hook-form": "^0.0.1",
"keen-slider": "^6.8.6",
"lottie-react": "^2.4.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-hook-form": "^7.65.0",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.9.3",
"react-slick": "^0.31.0",
"react-toastify": "^11.0.5",
"sweetalert": "^2.1.2",
"sweetalert2": "^11.26.17",
"swiper": "^12.0.2",
"zod": "^4.1.12"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.3",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.4.0",
"tailwindcss": "^4.1.13",
"vite": "^7.1.7"
}
}