{
  "name": "react-strapi-img",
  "version": "0.2.3",
  "description": "react-strapi-img is a wrapper for images, that handles responsive sizes, lazyloading and loading-animation. It is built to consume the image-data from Strapi.",
  "author": "AndreasFaust",
  "license": "MIT",
  "repository": "AndreasFaust/react-strapi-img",
  "homepage": "https://andreasfaust.github.io/react-strapi-img/",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "types": "./dist/index.d.ts",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "files": [
    "/dist"
  ],
  "dependencies": {},
  "devDependencies": {
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-node-resolve": "^11.0.0",
    "@rollup/plugin-url": "^6.0.0",
    "@types/node": "^14.14.12",
    "@types/react": "^17.0.0",
    "@types/styled-components": "^5.1.5",
    "@typescript-eslint/eslint-plugin": "4.9.1",
    "@typescript-eslint/parser": "4.9.1",
    "babel-eslint": "^10.1.0",
    "babel-plugin-styled-components": "^1.12.0",
    "eslint": "7.15.0",
    "eslint-config-react-app": "^6.0.0",
    "eslint-plugin-flowtype": "5.2.0",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-jsx-a11y": "6.4.1",
    "eslint-plugin-react": "7.21.5",
    "eslint-plugin-react-hooks": "4.2.0",
    "generate-changelog": "^1.8.0",
    "gh-pages": "^3.1.0",
    "next": "10.0.3",
    "react": "17.0.1",
    "react-cool-img": "^1.2.6",
    "react-dom": "^17.0.1",
    "rollup": "^2.34.2",
    "rollup-plugin-css-only": "^3.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.29.0",
    "styled-components": "^5.2.1",
    "typescript": "^4.1.3"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "styled-components": ">=5.2.1"
  },
  "keywords": [
    "React",
    "NextJS",
    "Next JS",
    "Strapi",
    "Image",
    "WebP",
    "Responsive",
    "Sizes",
    "Sizing",
    "Loading",
    "Lazyloading",
    "Blur"
  ],
  "scripts": {
    "dev": "next dev",
    "start": "yarn dev",
    "build": "rollup -c",
    "release:major": "yarn build && git add . && changelog -M && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version major && git push origin && git push origin --tags && npm publish",
    "release:minor": "yarn build && git add . && changelog -m && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags && npm publish",
    "release:patch": "yarn build && git add . && changelog -p && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags && npm publish",
    "release:dev": "yarn build && git add . && git commit -m 'Do Beta-Release' && git push origin && git push origin --tags && npm version 6.0.0-next.0 && npm publish --tag next",
    "deploy": "yarn next build && yarn next export && touch out/.nojekyll && gh-pages -t -d out"
  }
}
