{
  "name": "wix-rich-content-plugin-social-polls",
  "version": "10.102.0",
  "author": {
    "name": "Maksym Butsykin",
    "email": "maksymb@wix.com"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/wix/ricos/issues"
  },
  "homepage": "https://github.com/wix/ricos",
  "files": [
    "dist",
    "libs",
    "viewer",
    "loadable",
    "testkit"
  ],
  "main": "dist/cjs/index.js",
  "types": "dist/src/index.d.ts",
  "module": "dist/es/index.js",
  "style": "dist/styles.min.scss",
  "scripts": {
    "build": "yarn clean && yarn build:tsc && yarn build:rollup && node ../../scripts/cssFix.js",
    "build:analyze": "yarn build --environment MODULE_ANALYZE && open stats.html",
    "build:dev": "run -T cross-env NODE_ENV=development yarn build",
    "build:rollup": "run -T rollup --environment MODULE_NAME:plugin-social-polls,ALLOW_JS -c ../../rollup.config.js",
    "build:tsc": "run -T tsc --emitDeclarationOnly",
    "clean": "rm -rf dist/",
    "lint": "run -T eslint 'src/**/*.{js,jsx,ts,tsx,d.ts}'",
    "test": "echo 'There are no tests configured for this package!' && exit 0",
    "watch": "run -T cross-env NODE_ENV=development yarn build:rollup --watch & run -T cross-env NODE_ENV=development yarn build:tsc --watch"
  },
  "dependencies": {
    "@loadable/component": "^5.14.1",
    "@wix/design-system": "^1.120.1",
    "classnames": "^2.0.0",
    "prop-types": "^15.0.0",
    "react-flip-move": "^3.0.4",
    "react-infinite-scroller": "^1.2.4",
    "react-measure": "~2.3.0",
    "react-modal": "~3.4.1",
    "ricos-content": "10.102.0",
    "ricos-context": "10.102.0",
    "ricos-schema": "10.102.0",
    "ricos-types": "10.102.0",
    "wix-rich-content-common": "10.102.0",
    "wix-rich-content-editor-common": "10.102.0",
    "wix-rich-content-plugin-commons": "10.102.0",
    "wix-rich-content-toolbars-ui": "10.102.0",
    "wix-rich-content-toolbars-v3": "10.102.0",
    "wix-rich-content-ui-components": "10.102.0"
  },
  "peerDependencies": {
    "lodash": "^4.0.0",
    "react": "^16.14.0 || ^17.0.0 || ^18.0.0"
  },
  "unpkg": true,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "sideEffects": [
    "*.css"
  ],
  "wix": {
    "artifact": {
      "groupId": "com.wixpress.ricos",
      "artifactId": "wix-rich-content-plugin-social-polls",
      "targets": {
        "static": false,
        "docker": false
      }
    },
    "validations": {
      "postBuild": [
        "lint",
        "test"
      ]
    }
  },
  "devDependencies": {
    "@types/loadable__component": "^5",
    "@types/react-measure": "^2.0.6"
  },
  "falconPackageHash": "c3fc13c0d5f0b0638b9ed5400784346ccdaae9c2d0564a84e49bcb63"
}