UNPKG

suneditor-react

Version:
66 lines (65 loc) 1.9 kB
{ "name": "suneditor-react", "version": "3.6.1", "description": "A React Component for Suneditor", "repository": { "type": "git", "url": "https://github.com/mkhstar/suneditor-react" }, "main": "dist/index.js", "scripts": { "build": "rm -rf ./dist && tsc", "lint": "eslint src/.", "test": "jest --verbose", "test-cov": "jest --verbose --coverage", "prepublishOnly": "yarn build", "copy": "rm -rf ./build && tsc --outDir build && rm -rf ../suneditor-react-dom/src/build && cp -r build ../suneditor-react-dom/src && rm -rf ../suneditor-react-next/build && cp -r build ../suneditor-react-next" }, "keywords": [ "editor", "wysiwyg", "suneditor", "text-editor", "word", "react" ], "author": "Kusi Musah Hussein", "license": "MIT", "devDependencies": { "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@types/jest": "^29.4.0", "@types/node": "^18.15.11", "@types/react": "^18.0.27", "@typescript-eslint/eslint-plugin": "^5.48.2", "@typescript-eslint/parser": "^5.48.2", "eslint": "^8.32.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.1", "eslint-plugin-react-hooks": "^4.6.0", "jest": "^29.4.1", "jest-environment-jsdom": "^29.4.1", "prettier": "^2.8.3", "react": "^18.2.0", "react-dom": "^18.2.0", "suneditor": "^2.44.10", "ts-jest": "^29.0.5", "typescript": "^5.0.4" }, "peerDependencies": { "react": ">= 16.8.0", "react-dom": ">= 16.8.0", "suneditor": "^2.44.10" }, "browserslist": [ ">0.2%", "not ie <= 11", "not op_mini all" ], "dependencies": {} }