{
  "_from": "ckeditor4-react@~4.1.0",
  "_id": "ckeditor4-react@4.1.2",
  "_inBundle": false,
  "_integrity": "sha512-kaKXiJ2KIR8abAWYNy9MXo7iqo2dvMNKGM3wBbqJW69qi2f9EvhpOJSQselvaVmoiXXzJhwrlA8j+2yh9qbNQw==",
  "_location": "/ckeditor4-react",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ckeditor4-react@~4.1.0",
    "name": "ckeditor4-react",
    "escapedName": "ckeditor4-react",
    "rawSpec": "~4.1.0",
    "saveSpec": null,
    "fetchSpec": "~4.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/ckeditor4-react/-/ckeditor4-react-4.1.2.tgz",
  "_shasum": "7f0a8fe184205e87cd8315f92989cec44a9b28e0",
  "_spec": "ckeditor4-react@~4.1.0",
  "_where": "/var/www/html/prod/amplitech-react-js",
  "author": {
    "name": "CKSource",
    "url": "http://cksource.com/"
  },
  "bugs": {
    "url": "https://github.com/ckeditor/ckeditor4-react/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ckeditor4-integrations-common": "^1.0.0",
    "prop-types": "^15.8.1"
  },
  "deprecated": false,
  "description": "Official React component for CKEditor 4 – the best browser-based rich text editor.",
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@rollup/plugin-replace": "^4.0.0",
    "@rollup/plugin-typescript": "^8.5.0",
    "@testing-library/jasmine-dom": "^1.3.3",
    "@testing-library/react": "^13.4.0",
    "@types/jasmine": "^4.3.1",
    "@types/prop-types": "^15.7.5",
    "@types/react": "^18.0.28",
    "@typescript-eslint/eslint-plugin": "^5.51.0",
    "@typescript-eslint/parser": "^5.52.0",
    "browserstack-local": "^1.5.1",
    "chalk": "^4.1.2",
    "ckeditor4": "^4.20.2",
    "eslint": "^8.34.0",
    "eslint-config-ckeditor5": "^4.1.1",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "jasmine": "^4.5.0",
    "karma": "^6.4.1",
    "karma-babel-preprocessor": "^8.0.2",
    "karma-chrome-launcher": "^3.1.1",
    "karma-jasmine": "^5.1.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-rollup-preprocessor": "^7.0.8",
    "minimist": "^1.2.8",
    "nightwatch": "2.0.10",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^2.79.1",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-polyfill-node": "^0.10.2",
    "rollup-plugin-progress": "^1.1.2",
    "rollup-plugin-terser": "^7.0.2",
    "semver": "^7.3.8",
    "shelljs": "^0.8.5",
    "tree-kill": "^1.2.2",
    "tslib": "^2.5.0",
    "typescript": "^4.9.5"
  },
  "files": [
    "dist/"
  ],
  "homepage": "https://github.com/ckeditor/ckeditor4-react#readme",
  "keywords": [
    "wysiwyg",
    "rich text",
    "editor",
    "html",
    "contentEditable",
    "editing",
    "react",
    "react-component",
    "react-hooks",
    "react hooks",
    "ckeditor",
    "ckeditor4",
    "ckeditor 4"
  ],
  "license": "(GPL-2.0-or-later OR LGPL-2.1-or-later OR MPL-1.1-or-later)",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "name": "ckeditor4-react",
  "peerDependencies": {
    "react": "^18",
    "ckeditor4": "^4.20.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ckeditor/ckeditor4-react.git"
  },
  "scripts": {
    "build": "rollup -c && npm run types:emit",
    "bump": "node ./scripts/bump.js",
    "develop": "karma start",
    "lint": "eslint --ext .js,.ts,.tsx src tests scripts",
    "postversion": "git rm -r --cached dist/ && git commit -m \"Clean after release [ci skip]\" && git push origin && git push origin --tags",
    "preversion": "npm test",
    "start": "rollup -c -w",
    "test": "npm run lint && npm run types:check && npm run test:units -- --silent-build-logs=true",
    "test:e2e": "node ./scripts/e2e-runner.js",
    "test:e2e:all": "npm run test:e2e -- --react all",
    "test:units": "node ./scripts/units-runner.js",
    "test:units:all": "npm run test:units -- --react all",
    "types:check": "tsc --noEmit",
    "types:emit": "tsc src/index.ts --jsx react --emitDeclarationOnly --declaration --declarationDir dist",
    "version": "npm run build && git add -f dist/"
  },
  "types": "dist/index.d.ts",
  "version": "4.1.2"
}
