Files
AutonetSellCar/frontend/package.json
AutonetSellCar Deploy a8aced66a8 feat: Add PDF download button for car images in admin car detail modal
- Download all car images as a single PDF (A4 landscape, one image per page)
- Button shows image count and displays in modal header for easy access
- Uses jsPDF library for client-side PDF generation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 17:41:00 +09:00

39 lines
962 B
JSON

{
"name": "autonet-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint",
"audit": "npm audit --omit=dev",
"audit:fix": "npm audit fix --omit=dev"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@stripe/react-stripe-js": "^5.4.1",
"@stripe/stripe-js": "^8.6.0",
"@types/leaflet": "^1.9.21",
"axios": "^1.6.5",
"framer-motion": "^12.23.25",
"jspdf": "^4.2.1",
"leaflet": "^1.9.4",
"next": "14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-leaflet": "^4.2.1",
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}