{
	"name": "ckeditor4-react",
	"version": "5.2.1",
	"description": "Official React component for CKEditor 4 – the best browser-based rich text editor.",
	"license": "SEE LICENSE IN LICENSE.md",
	"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.25.1",
		"react": "^18"
	},
	"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.25.1",
		"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"
	},
	"dependencies": {
		"ckeditor4-integrations-common": "^1.0.0",
		"prop-types": "^15.8.1"
	}
}
