forked from param2610-cloud/NeighbourLink
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.52 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.52 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "neighbourlink",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"deploy": "node deploy.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.758.0",
"@aws-sdk/lib-storage": "^3.758.0",
"@aws-sdk/s3-request-presigner": "^3.758.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@google/genai": "^0.9.0",
"@headlessui/react": "^2.2.2",
"@heroicons/react": "^2.2.0",
"@hookform/resolvers": "^5.0.1",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.10",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-progress": "^1.1.4",
"@radix-ui/react-radio-group": "^1.3.0",
"@radix-ui/react-select": "^2.2.0",
"@radix-ui/react-separator": "^1.1.4",
"@radix-ui/react-slider": "^1.2.3",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.1.3",
"@tailwindcss/vite": "^4.0.14",
"@types/dotenv": "^8.2.3",
"@types/react-datepicker": "^6.2.0",
"@types/tesseract.js": "^0.0.2",
"@types/uuid": "^10.0.0",
"@vercel/analytics": "^1.5.0",
"aws-sdk": "^2.1692.0",
"axios": "^1.8.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"firebase": "^11.4.0",
"firebase-functions": "^6.3.2",
"framer-motion": "^12.5.0",
"gsap": "^3.13.0",
"lucide-react": "^0.482.0",
"motion": "^12.5.0",
"neighbourlink": "file:",
"next-themes": "^0.4.6",
"react": "^19.0.0",
"react-datepicker": "^8.3.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.55.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.3.0",
"react-toastify": "^11.0.5",
"sonner": "^2.0.3",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.14",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-motion": "^1.1.0",
"tesseract.js": "^6.0.1",
"uuid": "^11.1.0",
"vite-plugin-pwa": "^0.21.1",
"zod": "^3.24.3"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@types/googlemaps": "^3.43.3",
"@types/node": "^22.13.10",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0"
}
}