@hashicorp/next-optimized-images
Version:
Automatically optimize images used in next.js projects (jpeg, png, gif, svg).
44 lines (43 loc) • 1.06 kB
JSON
{
"name": "@hashicorp/next-optimized-images",
"version": "0.2.0",
"description": "Automatically optimize images used in next.js projects (jpeg, png, gif, svg).",
"main": "lib/index.js",
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cyrilwanner/next-optimized-images.git"
},
"keywords": [
"nextjs",
"next",
"react",
"plugin",
"images",
"optimize",
"optimized-images"
],
"author": "Cyril Wanner <info@cyr.li>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cyrilwanner/next-optimized-images/issues"
},
"homepage": "https://github.com/cyrilwanner/next-optimized-images#readme",
"dependencies": {
"chalk": "^2.4.2",
"figures": "^3.0.0",
"file-loader": "^3.0.1",
"imagemin": "^6.1.0",
"img-loader": "^3.0.1",
"raw-loader": "^2.0.0",
"url-loader": "^1.1.2"
},
"devDependencies": {
"loader-utils": "^1.2.3",
"npm-autoinstaller": "^1.3.1",
"svg-sprite-loader": "^4.1.3",
"webpack": "^4.30.0"
}
}