-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
77 lines (77 loc) · 2.15 KB
/
package.json
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "projectcampa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@hookform/resolvers": "^3.9.1",
"@nextui-org/form": "^2.1.6",
"@nextui-org/input": "^2.4.6",
"@nextui-org/react": "^2.6.8",
"@nextui-org/select": "^2.4.7",
"@nextui-org/system": "^2.4.4",
"@nextui-org/theme": "^2.4.3",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.5",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@react-pdf/renderer": "^4.1.6",
"@types/cookie": "^1.0.0",
"@types/cookies": "^0.9.0",
"@types/js-cookie": "^3.0.6",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookie": "^1.0.2",
"cors": "^2.8.5",
"exceljs": "^4.4.0",
"firebase": "^11.2.0",
"firebase-admin": "^13.0.2",
"framer-motion": "^11.14.4",
"gsap": "^3.12.5",
"hamburger": "^0.1.1",
"html2pdf.js": "^0.10.2",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.468.0",
"mongodb": "^6.12.0",
"mongoose": "^8.9.2",
"motion": "^11.15.0",
"next": "15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.1",
"react-hot-toast": "^2.4.1",
"react-pdf": "^9.2.1",
"react-spinners": "^0.15.0",
"react-to-pdf": "^1.0.1",
"react-to-print": "^3.0.4",
"resend": "^4.0.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}