{
  "name": "@temporg/ui-code-editor",
  "version": "99.10.0",
  "description": "A UI component library made by Rock Content",
  "author": "Rock Content Product and Engineering Team",
  "main": "./lib/index.js",
  "module": "./es/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/rockcontent/rock-design-system.git"
  },
  "homepage": "https://design.rockcontent.com/",
  "bugs": "https://github.com/rockcontent/rock-design-system/issues",
  "scripts": {
    "lint": "ui-test --lint",
    "lint:fix": "ui-test --lint --fix",
    "clean": "ui-build --clean",
    "build": "ui-build",
    "build:watch": "ui-build --watch",
    "build:types": "rds-scripts --types"
  },
  "license": "MIT",
  "devDependencies": {
    "@temporg/ui-babel-preset": "^99.10.0",
    "@temporg/utils-test": "^99.10.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.5.0",
    "@temporg/ux-a11y": "^99.10.0",
    "@temporg/utils-color": "^99.10.0",
    "@temporg/utils-dom": "^99.10.0",
    "@temporg/utils-react": "^99.10.0",
    "@temporg/ui-themeable": "^99.10.0",
    "@temporg/uid": "^99.10.0",
    "classnames": "^2",
    "codemirror": "^5.48.4",
    "prop-types": "^15",
    "react-codemirror2": "^6.0.0"
  },
  "peerDependencies": {
    "react": "^15 || ^16"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false
}
