{
  "name": "react-animated-info-card",
  "version": "1.0.1",
  "description": "A React component which can animate a card open on click",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "scripts": {
    "build": "rollup -c",
    "start": "rollup -c -w"
  },
  "files": [
    "dist/*"
  ],
  "keywords": ["React Info Card", "Card", "React", "Animation", "Customization", "CSS"],
  "author": "Harsha Venkatram",
  "repository": "skyrbe/react-animated-info-card",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.6",
    "@babel/preset-env": "^7.9.6",
    "@babel/preset-react": "^7.9.4",
    "@emotion/styled": "^10.0.27",
    "@rollup/plugin-babel": "^5.0.0",
    "@rollup/plugin-commonjs": "^11.1.0",
    "@rollup/plugin-image": "^2.0.5",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "babel-core": "^6.26.3",
    "babel-runtime": "^6.26.0",
    "prop-types": "^15.7.2",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "rollup": "^2.10.2",
    "rollup-plugin-peer-deps-external": "^2.2.2",
    "rollup-plugin-postcss": "^3.1.1"
  },
  "peerDependencies": {
    "@emotion/styled": "^10.0.27",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "prop-types": "^15.7.2"
  },
  "babel": {
    "presets": [
      "@babel/env",
      "@babel/preset-react"
    ]
  }
}
