{
  "name": "@knocklabs/react-notification-feed",
  "version": "0.8.15",
  "description": "A set of React components to render feeds powered by Knock",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "typings": "dist/types/index.d.ts",
  "style": "dist/index.css",
  "exports": {
    "./dist/index.css": "./dist/index.css",
    ".": {
      "require": "./dist/cjs/index.js",
      "types": "./dist/types/index.d.ts",
      "default": "./dist/esm/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/knocklabs/react-notification-feed.git"
  },
  "bugs": {
    "url": "https://github.com/knocklabs/react-notification-feed/issues"
  },
  "scripts": {
    "clean": "rimraf dist",
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch",
    "build": "yarn clean && yarn build:esm && yarn build:cjs && yarn build:types && yarn build:css",
    "build:esm": "cross-env BABEL_ENV=esm babel src --extensions .ts,.tsx -d dist/esm --source-maps --ignore 'src/stories/*'",
    "build:cjs": "cross-env BABEL_ENV=cjs babel src --extensions .ts,.tsx -d dist/cjs --source-maps --ignore 'src/stories/*'",
    "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
    "build:css": "BABEL_ENV=css rollup -c",
    "test": "echo \"Error: no test specified\" && exit 1",
    "verify": "npm run build && npm run test",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "prepublishOnly": "npm run build"
  },
  "author": "@knocklabs",
  "license": "ISC",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.13.16",
    "@babel/core": "^7.14.0",
    "@babel/plugin-proposal-class-properties": "^7.13.0",
    "@babel/preset-env": "^7.14.1",
    "@babel/preset-react": "^7.13.13",
    "@babel/preset-typescript": "^7.13.0",
    "@babel/runtime": "^7.14.0",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^20.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "@rollup/plugin-typescript": "^8.2.5",
    "@storybook/addon-actions": "^6.2.9",
    "@storybook/addon-essentials": "^6.2.9",
    "@storybook/addon-links": "^6.2.9",
    "@storybook/react": "^6.2.9",
    "@types/lodash.debounce": "^4.0.6",
    "@types/phoenix": "^1.5.1",
    "@types/react": "^17.0.4",
    "babel-loader": "^8.2.2",
    "babel-plugin-date-fns": "^2.0.0",
    "babel-plugin-transform-remove-imports": "^1.5.5",
    "cross-env": "^7.0.3",
    "postcss": "^8.3.6",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.56.2",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.0",
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "@knocklabs/client": "^0.8.14",
    "@popperjs/core": "^2.9.2",
    "date-fns": "^2.24.0",
    "lodash.debounce": "^4.0.8",
    "react-popper": "^2.2.5",
    "react-popper-tooltip": "^4.3.0",
    "zustand": "^3.5.10"
  }
}
