@vitbokisch/next-optimized-images
Version:
Automatically optimize images used in next.js projects (jpeg, png, gif, svg).
20 lines (19 loc) • 461 B
JSON
{
"name": "next-optimized-images-example",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@vitbokisch/next-optimized-images": "^0.0.23",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-optipng": "^8.0.0",
"next": "12.2.0",
"next-compose-plugins": "^2.1.1",
"next-optimized-images": "^2.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"webp-loader": "^0.6.0"
}
}