{
  "name": "wix-rich-content-example",
  "version": "7.1.3",
  "private": true,
  "author": {
    "name": "Jonathan Bachman",
    "email": "jonathanb@wix.com"
  },
  "dependencies": {
    "@babel/core": "7.2.2",
    "@babel/runtime": "7.2.0",
    "babel-eslint": "10.0.3",
    "babel-jest": "^25.1.0",
    "casual-browserify": "1.5.19-2",
    "chalk": "^2.4.1",
    "classnames": "^2.0.0",
    "jest": "^25.1.0",
    "local-storage": "1.4.2",
    "lodash": "^4.17.15",
    "mobile-detect": "^1.4.1",
    "object-assign": "4.1.1",
    "object.values": "^1.0.4",
    "promise": "8.0.1",
    "prop-types": "^15.6.2",
    "raf": "3.4.0",
    "react": "16.6.3",
    "react-dom": "16.6.3",
    "react-highlight-words": "0.16.0",
    "react-hot-loader": "4.11.0",
    "react-icons": "~3.7.0",
    "react-json-editor-ajrm": "^2.5.3",
    "react-modal": "~3.4.1",
    "react-monaco-editor": "^0.26.1",
    "react-reflex": "^3.0.13",
    "react-tiny-fab": "^2.0.0",
    "whatwg-fetch": "2.0.3",
    "wix-rich-content-common": "7.1.3",
    "wix-rich-content-editor": "7.1.3",
    "wix-rich-content-editor-common": "7.1.3",
    "wix-rich-content-fullscreen": "7.1.3",
    "wix-rich-content-plugin-button": "7.1.3",
    "wix-rich-content-plugin-code-block": "7.1.3",
    "wix-rich-content-plugin-divider": "7.1.3",
    "wix-rich-content-plugin-emoji": "7.1.3",
    "wix-rich-content-plugin-file-upload": "7.1.3",
    "wix-rich-content-plugin-gallery": "7.1.3",
    "wix-rich-content-plugin-giphy": "7.1.3",
    "wix-rich-content-plugin-hashtag": "7.1.3",
    "wix-rich-content-plugin-headers-markdown": "7.1.3",
    "wix-rich-content-plugin-html": "7.1.3",
    "wix-rich-content-plugin-image": "7.1.3",
    "wix-rich-content-plugin-line-spacing": "7.1.3",
    "wix-rich-content-plugin-link": "7.1.3",
    "wix-rich-content-plugin-link-preview": "7.1.3",
    "wix-rich-content-plugin-map": "7.1.3",
    "wix-rich-content-plugin-mentions": "7.1.3",
    "wix-rich-content-plugin-sound-cloud": "7.1.3",
    "wix-rich-content-plugin-text-color": "7.1.3",
    "wix-rich-content-plugin-undo-redo": "7.1.3",
    "wix-rich-content-plugin-video": "7.1.3",
    "wix-rich-content-preview": "7.1.3",
    "wix-rich-content-text-selection-toolbar": "7.1.3",
    "wix-rich-content-viewer": "7.1.3"
  },
  "scripts": {
    "clean": "rm -rf dist/",
    "start": "webpack-dev-server --config ./config/webpack.dev.js",
    "test": "echo 'There are no tests configured for this project!' && exit 0",
    "build:dev": "webpack --config ./config/webpack.dev.js",
    "build": "webpack --config ./config/webpack.prod.js",
    "analyze": "npm run build -- --progress --env.analyzeBundle"
  },
  "devDependencies": {
    "@welldone-software/why-did-you-render": "2.5.2",
    "babel-plugin-preval": "^3.0.1",
    "dotenv-webpack": "^1.7.0",
    "eslint": "^6.1.0",
    "html-webpack-plugin": "^3.1.0",
    "monaco-editor-webpack-plugin": "^1.7.0",
    "webpack": "^4.38.0",
    "webpack-cli": "^3.3.10",
    "webpack-dev-server": "^3.7.2",
    "wix-statics-parent": "*"
  },
  "eslintConfig": {
    "extends": "react-app",
    "rules": {
      "jsx-a11y/href-no-hash": "off"
    }
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.{js,jsx,mjs}"
    ],
    "setupFiles": [
      "<rootDir>/config/polyfills.js"
    ],
    "testMatch": [
      "<rootDir>/src/**/__tests__/**/*.{js,jsx,mjs}",
      "<rootDir>/src/**/?(*.)(spec|test).{js,jsx,mjs}"
    ],
    "testEnvironment": "node",
    "testURL": "http://localhost",
    "transform": {
      "^.+\\.(js|jsx|mjs)$": "<rootDir>/node_modules/babel-jest",
      "^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
      "^(?!.*\\.(js|jsx|mjs|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
    },
    "transformIgnorePatterns": [
      "[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs)$"
    ],
    "moduleNameMapper": {
      "^react-native$": "react-native-web"
    },
    "moduleFileExtensions": [
      "web.js",
      "mjs",
      "js",
      "json",
      "web.jsx",
      "jsx",
      "node"
    ]
  }
}
