-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 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": "rendezvous",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/baloo-chettan-2": "^5.2.7",
"@vercel/speed-insights": "^1.2.0",
"@yudiel/react-qr-scanner": "^2.1.0",
"@zoff-tech/zt-qr-scan": "^1.1.0",
"axios": "^1.12.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"html5-qrcode": "^2.3.8",
"js-cookie": "^3.0.5",
"lucide-react": "^0.469.0",
"motion": "^11.15.0",
"next": "15.5.9",
"next-nprogress-bar": "^2.4.3",
"react": "^18.3.1",
"react-barcode-scanner": "^3.0.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-qr-barcode-scanner": "^2.0.0",
"react-qr-code": "^2.0.15",
"react-qrcode-scanner": "^1.2.4",
"swiper": "^11.2.10",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-bg-patterns": "^0.3.0"
},
"devDependencies": {
"@types/date-fns": "^2.5.3",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/swiper": "^5.4.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.2"
}
}