UNPKG

next-cloudimage-responsive

Version:

Cloudimage Responsive will smartly resize, compress and accelerate images across the World in your site for all devices. The plugin supports lazy loading technique with fancy animation on image load.

72 lines (71 loc) 2.1 kB
{ "name": "next-cloudimage-responsive", "version": "1.2.7", "private": false, "scripts": { "start": "next dev", "clean-dist": "rm -rf dist", "dist": "npm run clean-dist && rollup -c", "build-demo": "next build && next export && touch ./out/.nojekyll", "deploy": "gh-pages -d out -t true" }, "main": "dist/index.js", "module": "dist/index.js", "description": "Cloudimage Responsive will smartly resize, compress and accelerate images across the World in your site for all devices. The plugin supports lazy loading technique with fancy animation on image load.", "author": "scaleflex", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/scaleflex/next-cloudimage-responsive.git" }, "homepage": "https://github.com/scaleflex/next-cloudimage-responsive#readme", "keywords": [ "next", "react", "image", "images", "cloudimage", "responsive images", "lazy loading", "web acceleration", "image management", "image resizing", "image compression", "image optimization", "image CDN", "image CDN", "webp", "jpeg xr", "jpg optimization", "image resizing and CDN", "crop", "resize" ], "type": "module", "devDependencies": { "@babel/core": "^7.18.10", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.1", "@rollup/plugin-node-resolve": "^13.3.0", "@types/react": "^18.0.15", "eslint": "^7.32.0 || ^8.2.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "gh-pages": "^4.0.0", "next": "^12.1.6", "postcss-scss": "^4.0.4", "react": "^18.1.0", "react-dom": "^18.1.0", "rollup": "^2.77.2", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2" }, "dependencies": { "cloudimage-responsive-utils": "^2.5.1" } }