Antalya-Restaurant/package.json
2026-01-10 18:47:08 +05:30

41 lines
1.0 KiB
JSON

{
"name": "antalya-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && node scripts/copy-server-config.cjs",
"start": "next start",
"lint": "eslint",
"sitemap": "node scripts/generate-sitemap.cjs",
"optimize-images": "node scripts/optimize-images.mjs"
},
"dependencies": {
"axios": "^1.13.2",
"framer-motion": "^12.23.24",
"next": "16.0.3",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-google-recaptcha": "^3.1.0",
"react-icons": "^5.5.0",
"sitemap": "^9.0.0",
"swiper": "^12.0.3",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-google-recaptcha": "^2.1.9",
"eslint": "^9",
"eslint-config-next": "16.0.3",
"imagemin": "^9.0.1",
"imagemin-avif": "^0.1.6",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-webp": "^8.0.0",
"selenium-webdriver": "^4.38.0",
"typescript": "^5"
}
}