-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.58 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
{
"name": "axis-travel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "ANALYZE=true npm run build",
"test": "jest"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.96.0",
"@auth/mongodb-adapter": "^3.11.2",
"@next/bundle-analyzer": "^16.2.6",
"@react-email/components": "^1.0.12",
"@sentry/nextjs": "^10.53.1",
"@upstash/ratelimit": "^2.0.8",
"@upstash/redis": "^1.38.0",
"@vapi-ai/web": "^2.5.2",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"bcryptjs": "^3.0.3",
"cobe": "^2.0.1",
"d3": "^7.9.0",
"framer-motion": "^12.38.0",
"groq-sdk": "^1.2.0",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"leaflet": "^1.9.4",
"lucide-react": "^0.577.0",
"mongodb": "^7.2.0",
"mongoose": "^9.3.1",
"next": "16.2.1",
"next-auth": "^5.0.0-beta.31",
"nodemailer": "^8.0.7",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"razorpay": "^2.9.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hot-toast": "^2.6.0",
"react-leaflet": "^5.0.0",
"resend": "^6.12.3",
"stripe": "^22.1.1",
"swr": "^2.4.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/leaflet": "^1.9.21",
"@types/node": "^25.9.0",
"@types/react": "^19.2.14",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"jest": "^30.4.2",
"node-mocks-http": "^1.17.2",
"ts-jest": "^29.4.9",
"typescript": "^6.0.3"
}
}