{
  "name": "ricos-common-plugins",
  "version": "10.102.0",
  "author": {
    "name": "Alex Greenstein",
    "email": "alexgr@wix.com"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/wix/ricos/issues"
  },
  "homepage": "https://github.com/wix/ricos/tree/master/packages/ricos-common-plugins",
  "files": [
    "dist",
    "viewer"
  ],
  "main": "dist/cjs/index.js",
  "types": "dist/src/index.d.ts",
  "module": "dist/es/index.js",
  "style": "dist/styles.min.css",
  "scripts": {
    "build": "yarn clean && yarn build:tsc && yarn build:rollup && node ../../scripts/cssFix.js",
    "build:analyze:editor": "yarn build --environment MODULE_ANALYZE_EDITOR  && open stats.html",
    "build:analyze:viewer": "yarn build --environment MODULE_ANALYZE_VIEWER && open stats.html",
    "build:dev": "run -T cross-env NODE_ENV=development yarn build",
    "build:rollup": "run -T rollup --environment MODULE_NAME:ricos-common-plugins -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": "run -T jest --verbose",
    "watch": "run -T cross-env NODE_ENV=development yarn build:rollup --watch & run -T cross-env NODE_ENV=development yarn build:tsc --watch"
  },
  "dependencies": {
    "@tiptap/core": "2.8.0",
    "@tiptap/pm": "2.8.0",
    "classnames": "^2.0.0",
    "re-resizable": "^6.9.9",
    "ricos-content": "10.102.0",
    "ricos-converters": "10.102.0",
    "ricos-plugins": "10.102.0",
    "ricos-schema": "10.102.0",
    "ricos-types": "10.102.0",
    "rope-sequence": "^1.3.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-modals": "10.102.0",
    "wix-rich-content-toolbars-v3": "10.102.0",
    "wix-tiptap-extensions": "10.102.0"
  },
  "peerDependencies": {
    "lodash": "^4.0.0",
    "react": "^16.14.0 || ^17.0.0 || ^18.0.0"
  },
  "jest": {
    "maxWorkers": 7,
    "globals": {
      "NODE_ENV": "test"
    },
    "roots": [
      "<rootDir>/src"
    ],
    "testMatch": [
      "**/?(*.)+(spec|test).+(ts|tsx|js)"
    ],
    "transform": {
      "^.+\\.(ts|tsx)?$": "ts-jest",
      "^.+\\.jsx?$": "<rootDir>/../../babel.jest.monorepo.js"
    },
    "moduleNameMapper": {
      "\\.(jpg|jpeg|png|gif|svg)$": "<rootDir>/__mocks__/fileMock.js",
      "\\.(css|scss)$": "<rootDir>/__mocks__/styleMock.js"
    }
  },
  "unpkg": true,
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "sideEffects": [
    "*.css"
  ],
  "wix": {
    "artifact": {
      "groupId": "com.wixpress.ricos",
      "artifactId": "ricos-common-plugins",
      "targets": {
        "static": false,
        "docker": false
      }
    },
    "validations": {
      "postBuild": [
        "lint",
        "test"
      ]
    }
  },
  "falconPackageHash": "498755a4febf5510c26fcb50d712bfab6fe8e066358cd425aa0cffa8"
}