{
  "name": "react-awesome-giphy",
  "version": "2.0.4",
  "description": "React wrapper for the Giphy API",
  "main": "dist/index.js",
  "author": "Given Suman",
  "license": "MIT",
  "private": false,
  "homepage": "https://react-awesome-giphy.netlify.app",
  "repository": {
    "type": "git",
    "url": "https://www.github.com/givensuman/react-awesome-giphy"
  },
  "keywords": [
    "react",
    "awesome",
    "giphy",
    "api",
    "component"
  ],
  "scripts": {
    "setup": "yarn install && (cd demo && yarn install);",
    "build": "rollup -c",
    "build-watch": "rollup -c -w",
    "demo-dev": "(cd demo && yarn dev);",
    "demo-build": "(cd demo && yarn build);",
    "demo-preview": "(cd demo && yarn build && yarn preview);",
    "dev": "concurrently --kill-others \"yarn build-watch\" \"yarn start\""
  },
  "devDependencies": {
    "@types/bricks.js": "^1.8.2",
    "@types/react": "^17.0.43",
    "@types/react-lazyload": "^3.2.0",
    "concurrently": "^7.0.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rollup": "^2.70.1",
    "rollup-plugin-import-css": "^3.0.3",
    "rollup-plugin-typescript2": "^0.31.2",
    "typescript": "^4.6.3"
  },
  "dependencies": {
    "@emotion/react": "^11.8.2",
    "@emotion/styled": "^11.8.1",
    "masonic": "^3.6.4"
  }
}
