{
  "name": "wix-rich-content-monorepo",
  "version": "7.1.4",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wix-incubator/rich-content.git"
  },
  "scripts": {
    "bootstrap": "lerna bootstrap --hoist",
    "postbootstrap": "touch .env",
    "postinstall": "npm run bootstrap",
    "clean": "lerna clean --yes && rm -rf node_modules && rm -f package-lock.json",
    "reinstall": "npm run clean && npm install",
    "rebuild": "npm run reinstall && npm run build",
    "build": "lerna run --stream --ignore 'wix-rich-content-@(test-env|example|storybook)' build",
    "build:dev": "lerna run --stream --ignore 'wix-rich-content-@(test-env|example|storybook)' build:dev",
    "build:core": "npm run build:dev -- --scope 'wix-rich-content-@(common|editor|viewer)'",
    "prewatch": "lerna run build --scope wix-rich-content-*common",
    "watch": "lerna run --parallel --ignore ${LERNA_IGNORE:-'wix-rich-content-@(test-env|example|storybook)'} watch",
    "watch:core": "LERNA_IGNORE='wix-rich-content-@(plugin-*|fullscreen)' npm run watch",
    "deploy": "node scripts/deployExamples",
    "createVersion": "node scripts/createVersion",
    "storybook": "npm run start --prefix examples/storybook",
    "exampleApp": "npm run start --prefix examples/main",
    "analyzeBundles": "npm run build && npm run analyzeBundles:nobuild",
    "analyzeBundles:nobuild": "npm run start --prefix plugins-bundle-analyzer",
    "analyzePlugin": "npm run build && npm run analyze --prefix plugins-bundle-analyzer",
    "analyzeWrapper": "lerna run build --stream --scope wix-rich-content-wrapper && npm run analyze --prefix plugins-bundle-analyzer viewer-with-wrapper",
    "e2e": "start-server-and-test e2e:app http://localhost:3002 e2e:run",
    "e2e:debug": "npm run e2e:app:dev & npx cypress open --env MATCH_CONTENT_STATE=true,debug=true",
    "e2e:testContent": "start-server-and-test e2e:app http://localhost:3002 e2e:run:testContent",
    "e2e:updateSnapshots": "start-server-and-test e2e:app http://localhost:3002 e2e:run:update",
    "e2e:run": "npx cypress run",
    "e2e:run:testContent": "APPLITOOLS_IS_DISABLED=true npx cypress run --env MATCH_CONTENT_STATE=true",
    "e2e:run:update": "APPLITOOLS_IS_DISABLED=true npm run e2e:run --env CYPRESS_CONFIG=update,updateSnapshots=true",
    "e2e:app": "cd e2e/test-env && npm run build && npm start",
    "e2e:app:run": "cd e2e/test-env && npm start",
    "e2e:app:dev": "cd e2e/test-env && npm run dev",
    "test:unit": "lerna run --parallel --stream test",
    "lint": "lerna run --parallel --stream lint",
    "build:test": "npm run build && npm run build --prefix e2e/test-env",
    "generatePlugin": "node scripts/generatePlugin"
  },
  "husky": {
    "hooks": {
      "pre-commit": "node scripts/preCommit"
    }
  },
  "devDependencies": {
    "@applitools/eyes-cypress": "3.9.16",
    "@babel/cli": "7.2.3",
    "@babel/core": "7.2.2",
    "@babel/plugin-external-helpers": "7.2.0",
    "@babel/plugin-proposal-class-properties": "7.2.3",
    "@babel/plugin-proposal-optional-chaining": "7.6.0",
    "@babel/plugin-syntax-dynamic-import": "7.2.0",
    "@babel/plugin-transform-modules-commonjs": "7.2.0",
    "@babel/plugin-transform-runtime": "7.2.0",
    "@babel/preset-env": "7.2.3",
    "@babel/preset-react": "7.0.0",
    "@babel/runtime": "7.2.0",
    "@hot-loader/react-dom": "^16.11.0",
    "@lerna/project": "^3.18.0",
    "@rollup/plugin-alias": "^3.0.1",
    "@svgr/rollup": "^4.3.3",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "10.0.3",
    "babel-jest": "^25.1.0",
    "babel-loader": "^8.0.5",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "chalk": "^2.4.1",
    "chokidar": "^3.3.1",
    "create-index": "^2.3.0",
    "cross-env": "^5.2.0",
    "css-loader": "^2.1.0",
    "cypress": "^4.2.0",
    "cypress-image-snapshot": "^3.1.1",
    "cypress-plugin-snapshots": "^1.2.9",
    "es-check": "^5.1.0",
    "eslint": "^6.1.0",
    "eslint-config-prettier": "^4.0.0",
    "eslint-config-wix": "^1.1.18",
    "eslint-import-resolver-lerna": "^1.0.0",
    "eslint-plugin-fp": "^2.3.0",
    "eslint-plugin-import": "2.8.0",
    "eslint-plugin-jsx-a11y": "6.2.3",
    "eslint-plugin-lodash": "^2.7.0",
    "eslint-plugin-prettier": "^3.0.1",
    "eslint-plugin-react": "^7.7.0",
    "eslint-plugin-react-app": "^6.0.1",
    "file-loader": "^3.0.1",
    "globby": "11.0.0",
    "husky": "^1.0.0-rc.6",
    "lerna": "^3.19.0",
    "lodash": "^4.17.15",
    "mini-css-extract-plugin": "^0.4.0",
    "node-sass": "^4.8.3",
    "optimize-css-assets-webpack-plugin": "^5.0.3",
    "parse-git-config": "^2.0.2",
    "pascal-case": "2.0.1",
    "postcss-exclude-files": "^1.0.15",
    "postcss-rtl": "1.5.0",
    "postcss-url": "^7.3.2",
    "prompts": "^0.1.8",
    "react-svg-loader": "^3.0.3",
    "rollup": "1.31.1",
    "rollup-plugin-analyzer": "^3.0.0",
    "rollup-plugin-babel": "^4.3.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-copy": "^3.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^4.0.0",
    "rollup-plugin-postcss": "2.3.0",
    "rollup-plugin-replace": "^2.1.0",
    "rollup-plugin-terser": "^5.2.0",
    "rollup-plugin-visualizer": "^3.3.1",
    "sass-loader": "^8.0.2",
    "semver": "^5.5.0",
    "source-map-loader": "^0.2.4",
    "start-server-and-test": "^1.7.11",
    "style-loader": "^1.1.3",
    "terser-webpack-plugin": "^2.3.4",
    "url-loader": "^1.0.1",
    "webpack": "^4.38.0",
    "webpack-bundle-analyzer": "^3.3.2",
    "webpack-dev-server": "^3.7.2",
    "webpack-merge": "^4.2.1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "gitHead": "3208e2b11b121c80f5ec20ddb5e154e239eaf358"
}