{
	"name": "ckeditor4-react",
	"version": "4.0.0",
	"description": "Official React component for CKEditor 4 – the best browser-based rich text editor.",
	"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",
	"types": "dist/index.d.ts",
	"files": [
		"dist/"
	],
	"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:e2e:all": "npm run test:e2e -- --react all",
		"test:e2e": "node ./scripts/e2e-runner.js",
		"test:units:all": "npm run test:units -- --react all",
		"test:units": "node ./scripts/units-runner.js",
		"test": "npm run lint && npm run types:check && npm run test:units -- --silent-build-logs=true",
		"types:check": "tsc --noEmit",
		"types:emit": "tsc src/index.ts --jsx react --emitDeclarationOnly --declaration --declarationDir dist",
		"version": "npm run build && git add -f dist/"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ckeditor/ckeditor4-react.git"
	},
	"keywords": [
		"wysiwyg",
		"rich text",
		"editor",
		"html",
		"contentEditable",
		"editing",
		"react",
		"react-component",
		"react-hooks",
		"react hooks",
		"ckeditor",
		"ckeditor4",
		"ckeditor 4"
	],
	"author": "CKSource (http://cksource.com/)",
	"bugs": {
		"url": "https://github.com/ckeditor/ckeditor4-react/issues"
	},
	"homepage": "https://github.com/ckeditor/ckeditor4-react#readme",
	"peerDependencies": {
		"ckeditor4": "^4.19.1",
		"react": "^18"
	},
	"devDependencies": {
		"@babel/core": "^7.18.6",
		"@babel/preset-env": "^7.18.6",
		"@babel/preset-react": "^7.18.6",
		"@babel/preset-typescript": "^7.18.6",
		"@rollup/plugin-babel": "^5.3.1",
		"@rollup/plugin-commonjs": "^22.0.1",
		"@rollup/plugin-node-resolve": "^13.3.0",
		"@rollup/plugin-replace": "^4.0.0",
		"@rollup/plugin-typescript": "^8.3.3",
		"@testing-library/jasmine-dom": "^1.2.0",
		"@testing-library/react": "^13.3.0",
		"@types/jasmine": "^4.0.3",
		"@types/prop-types": "^15.7.5",
		"@types/react": "^18.0.15",
		"@typescript-eslint/eslint-plugin": "^5.30.5",
		"@typescript-eslint/parser": "^5.30.5",
		"browserstack-local": "^1.5.1",
		"chalk": "^4.1.2",
		"ckeditor4": "^4.19.1",
		"eslint": "^8.19.0",
		"eslint-config-ckeditor5": "^4.0.1",
		"eslint-plugin-react": "^7.30.1",
		"eslint-plugin-react-hooks": "^4.6.0",
		"jasmine": "^4.2.1",
		"karma": "^6.4.0",
		"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.6",
		"nightwatch": "2.0.10",
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"rollup": "^2.75.7",
		"rollup-plugin-cleanup": "^3.2.1",
		"rollup-plugin-polyfill-node": "^0.10.0",
		"rollup-plugin-progress": "^1.1.2",
		"rollup-plugin-terser": "^7.0.2",
		"semver": "^7.3.7",
		"shelljs": "^0.8.5",
		"tree-kill": "^1.2.2",
		"tslib": "^2.4.0",
		"typescript": "~4.7.4"
	},
	"dependencies": {
		"ckeditor4-integrations-common": "^1.0.0",
		"prop-types": "^15.8.1"
	}
}
