{
  "name": "react-shimmer-effects",
  "version": "1.0.4",
  "description": "Shimmer effects for React",
  "author": "Shafikul Islam",
  "license": "MIT",
  "repository": "shafikulz/react-shimmer-effects",
  "keywords": [
    "shimmer",
    "react-shimmer",
    "next-shimmer",
    "category-shimmer",
    "table-shimmer",
    "shimmer-content",
    "shimmer-button",
    "shimmer-thumbnail",
    "shimmer-circular-image",
    "social-posts",
    "post-details",
    "shimmer-content-text",
    "shimmer-title",
    "shimmer-section-header",
    "shimmer-gallery",
    "shimmer-sidebar-category",
    "shimmer-post",
    "shimmer-post-list"
  ],
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "scripts": {
    "test": "cross-env CI=1 react-scripts test --env=jsdom",
    "build": "rollup -c",
    "start": "rollup -c -w",
    "prepublish": "npm run build",
    "predeploy": "cd example && npm install && npm run build",
    "deploy": "gh-pages -d example/build"
  },
  "peerDependencies": {
    "prop-types": "*",
    "react": "*",
    "react-dom": "*"
  },
  "dependencies": {
    "classnames": "^2.3.1"
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.5",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "classnames": "^2.3.1",
    "cross-env": "^5.2.1",
    "eslint": "^5.16.0",
    "eslint-config-standard": "^11.0.0",
    "eslint-config-standard-react": "^6.0.0",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-promise": "^4.0.0",
    "eslint-plugin-react": "^7.24.0",
    "eslint-plugin-standard": "^3.1.0",
    "gh-pages": "^1.2.0",
    "node-sass": "^6.0.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-scripts": "^1.1.4",
    "rollup": "^0.64.1",
    "rollup-plugin-babel": "^3.0.7",
    "rollup-plugin-commonjs": "^9.3.4",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^1.6.3",
    "rollup-plugin-url": "^1.4.0"
  },
  "files": [
    "dist"
  ]
}
