{
  "name": "ricos-common",
  "version": "10.102.0",
  "author": {
    "name": "Matan Harsat",
    "email": "matanha@wix.com"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/wix/ricos/issues"
  },
  "homepage": "https://github.com/wix/ricos/tree/master/packages/ricos-common",
  "files": [
    "dist",
    "libs",
    "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 -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",
    "test:watchAll": "run -T jest --verbose --watchAll",
    "watch": "run -T cross-env NODE_ENV=development yarn build:rollup --watch & run -T cross-env NODE_ENV=development yarn build:tsc --watch"
  },
  "dependencies": {
    "ricos-styles": "10.102.0",
    "ts-is-present": "^1.1.1",
    "wix-rich-content-common": "10.102.0",
    "wix-rich-content-ui-components": "10.102.0"
  },
  "devDependencies": {
    "ricos-content": "10.102.0",
    "ricos-schema": "10.102.0",
    "ricos-types": "10.102.0"
  },
  "peerDependencies": {
    "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",
      "targets": {
        "static": false,
        "docker": false
      }
    },
    "validations": {
      "postBuild": [
        "lint",
        "test"
      ]
    }
  },
  "falconPackageHash": "5eb1454bc870a36288b5476cb83522e0fb4ede923d31b23f77720dc7"
}