-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.6 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.6 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
{
"name": "my-assignment-09",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@tailwindcss/vite": "^4.1.5",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"axios": "^1.10.0",
"date-fns": "^4.1.0",
"firebase": "^11.10.0",
"framer-motion": "^12.23.12",
"jsonwebtoken": "^9.0.2",
"lottie-react": "^2.4.1",
"lucide-react": "^0.546.0",
"react": "^19.0.0",
"react-awesome-reveal": "^4.3.1",
"react-countup": "^6.5.3",
"react-datepicker": "^8.4.0",
"react-dom": "^19.0.0",
"react-fast-marquee": "^1.6.5",
"react-helmet-async": "^2.0.5",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"react-lottie": "^1.2.10",
"react-router": "^7.5.3",
"react-router-dom": "^7.6.0",
"react-simple-typewriter": "^5.0.1",
"react-toastify": "^11.0.5",
"react-tooltip": "^5.28.1",
"react-type-animation": "^3.2.0",
"sweetalert2": "^11.21.0",
"swiper": "^11.2.8",
"tailwindcss": "^4.1.5",
"typed.js": "^2.1.0"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"daisyui": "^5.0.35",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"vite": "^6.3.1"
}
}