{
  "name": "@tabasoft/editor-common-diffable",
  "version": "23.0.5",
  "description": "A package that contains common classes and components for editor and renderer",
  "license": "Apache-2.0",
  "main": "dist/es5/index.js",
  "atlaskit:src": "src/index.ts",
  "jsnext:main": "dist/es2015/index.js",
  "module": "dist/es2015/index.js",
  "types": "dist/es5/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build:json-schema": "mkdir -p dist && cp -r json-schema dist",
    "generate:json-schema": "mkdir -p json-schema/v1/ && yarn generate:json-schema:full && yarn generate:json-schema:stage-0",
    "generate:json-schema:stage-0": "json-schema-generator --outDir=./json-schema/v1/ --stage=0 ./src/schema/nodes/doc.ts",
    "generate:json-schema:full": "json-schema-generator --outDir=./json-schema/v1/ ./src/schema/nodes/doc.ts"
  },
  "files": [
    "dist"
  ],
  "author": "Atlassian Pty Ltd",
  "maintainers": [
    "Oscar W",
    "Stanislav S"
  ],
  "atlaskit": {
    "internal": true
  },
  "repository": "https://bitbucket.org/atlassian/atlaskit-mk-2",
  "dependencies": {
    "@atlaskit/emoji": "^47.0.6",
    "@atlaskit/icon": "^15.0.1",
    "@atlaskit/media-card": "^44.0.2",
    "@atlaskit/mention": "^15.1.7",
    "@atlaskit/profilecard": "^6.1.1",
    "@atlaskit/size-detector": "^5.0.7",
    "@atlaskit/theme": "^7.0.0",
    "@types/prosemirror-model": "^1.5.0",
    "@types/prosemirror-state": "^1.2.0",
    "@types/prosemirror-view": "^1.3.0",
    "ajv": "^4.11.3",
    "classnames": "^2.2.5",
    "css-color-names": "0.0.4",
    "date-fns": "^1.29.0",
    "linkify-it": "^2.0.3",
    "prosemirror-model": "^1.6.1",
    "prosemirror-view": "^1.6.7",
    "raf-schd": "^2.1.0"
  },
  "peerDependencies": {
    "@atlaskit/media-core": "^24.5.0",
    "react": "^16.4.0",
    "react-dom": "^16.4.2",
    "styled-components": "^3.2.6"
  },
  "devDependencies": {
    "@atlaskit/editor-json-transformer": "^4.0.22",
    "@atlaskit/editor-test-helpers": "^6.3.1",
    "@atlaskit/json-schema-generator": "^1.2.0",
    "@atlaskit/media-core": "^24.5.0",
    "@atlaskit/webdriver-runner": "^0.1.0",
    "@types/chai": "^4.0.4",
    "axios": "^0.17.1",
    "chai": "^4.1.2",
    "enzyme": "^3.7.0",
    "json-schema-diff-validator": "^0.2.0",
    "prosemirror-state": "^1.2.2",
    "raf-stub": "^2.0.1",
    "react": "^16.4.0",
    "sinon": "^2.2.0"
  }
}
