{
  "name": "@yoopta/code",
  "version": "4.6.9",
  "description": "Code plugin with syntax highlighting for Yoopta Editor",
  "author": "Darginec05 <devopsbanda@gmail.com>",
  "homepage": "https://github.com/Darginec05/Editor-Yoopta#readme",
  "license": "MIT",
  "private": false,
  "main": "dist/index.js",
  "type": "module",
  "module": "dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "peerDependencies": {
    "@yoopta/editor": ">=4.0.0",
    "react": ">=17.0.2",
    "react-dom": ">=17.0.2"
  },
  "publishConfig": {
    "registry": "https://registry.yarnpkg.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Darginec05/Editor-Yoopta.git"
  },
  "scripts": {
    "test": "node ./__tests__/yoopta-code.test.js",
    "start": "rollup --config rollup.config.js --watch --bundleConfigAsCjs --environment NODE_ENV:development",
    "prepublishOnly": "yarn build",
    "build": "rollup --config rollup.config.js --bundleConfigAsCjs --environment NODE_ENV:production"
  },
  "bugs": {
    "url": "https://github.com/Darginec05/Editor-Yoopta/issues"
  },
  "dependencies": {
    "@codemirror/lang-angular": "^0.1.3",
    "@codemirror/lang-cpp": "^6.0.2",
    "@codemirror/lang-css": "^6.2.1",
    "@codemirror/lang-html": "^6.4.8",
    "@codemirror/lang-java": "^6.0.1",
    "@codemirror/lang-javascript": "^6.2.2",
    "@codemirror/lang-json": "^6.0.1",
    "@codemirror/lang-markdown": "^6.2.4",
    "@codemirror/lang-php": "^6.0.1",
    "@codemirror/lang-python": "^6.1.4",
    "@codemirror/lang-rust": "^6.0.1",
    "@codemirror/lang-sql": "^6.6.1",
    "@codemirror/lang-vue": "^0.1.3",
    "@codemirror/lang-xml": "^6.1.0",
    "@codemirror/lang-yaml": "^6.0.0",
    "@codemirror/theme-one-dark": "^6.1.2",
    "@radix-ui/react-select": "^2.0.0",
    "@uiw/codemirror-extensions-basic-setup": "^4.21.24",
    "@uiw/codemirror-theme-basic": "^4.21.24",
    "@uiw/codemirror-theme-copilot": "^4.21.24",
    "@uiw/codemirror-theme-dracula": "^4.21.24",
    "@uiw/codemirror-theme-github": "^4.21.24",
    "@uiw/codemirror-theme-material": "^4.21.24",
    "@uiw/codemirror-theme-monokai-dimmed": "^4.21.24",
    "@uiw/codemirror-theme-okaidia": "^4.21.24",
    "@uiw/codemirror-theme-sublime": "^4.21.24",
    "@uiw/codemirror-theme-vscode": "^4.21.24",
    "@uiw/react-codemirror": "^4.21.25",
    "codemirror": "^6.0.1",
    "copy-to-clipboard": "^3.3.3"
  },
  "devDependencies": {
    "check-peer-dependencies": "^4.3.0"
  },
  "gitHead": "e6eb1df8a0a59cebe0a1f65c8d99419ebaef1416"
}
