{
  "name": "@chitlangesahas/react-reactions",
  "version": "0.8.4",
  "private": false,
  "description": "😲 Create custom reaction pickers and counters or use your favorites!",
  "keywords": [
    "react",
    "reactions",
    "custom",
    "reaction picker",
    "react-component",
    "reaction-picker",
    "slack",
    "pokemon",
    "github",
    "facebook",
    "youtube",
    "selector",
    "counter"
  ],
  "homepage": "https://github.com/charkour/react-reactions",
  "bugs": {
    "url": "https://github.com/charkour/react-reactions/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/charkour/react-reactions.git"
  },
  "license": "MIT",
  "author": "Charles Kornoelje",
  "main": "dist/index.js",
  "module": "dist/react-reactions.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsdx build",
    "build-storybook": "build-storybook",
    "fix": "tsdx lint src test --fix",
    "_postinstall": "husky install",
    "lint": "tsdx lint src test",
    "prepare": "tsdx build",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable",
    "storybook": "start-storybook -p 6006",
    "test": "tsdx test --passWithNoTests"
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "devDependencies": {
    "@babel/core": "7.17.9",
    "@storybook/addon-actions": "6.4.22",
    "@storybook/addon-essentials": "6.4.22",
    "@storybook/addon-links": "6.4.22",
    "@storybook/react": "6.4.22",
    "@types/react": "18.0.5",
    "@types/react-dom": "18.0.1",
    "autoprefixer": "10.4.4",
    "cssnano": "5.1.7",
    "eslint-plugin-react-hooks": "4.4.0",
    "husky": "7.0.4",
    "pinst": "3.0.0",
    "postcss": "8.4.12",
    "postcss-import": "14.1.0",
    "react": "18.0.0",
    "react-dom": "18.0.0",
    "rollup-plugin-postcss": "^4.0.2",
    "tsdx": "0.14.1",
    "tslib": "2.3.1",
    "typescript": "4.6.3"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "engines": {
    "node": ">=10"
  }
}
