UNPKG

raonkeditor-react

Version:

React component for RAON K Editor

101 lines (100 loc) 3.06 kB
{ "name": "raonkeditor-react", "version": "1.0.15", "description": "React component for RAON K Editor", "author": "RAONWIZ DevTeam (http://www.raonwiz.com/)", "homepage": "https://www.raonk.com/", "license": "Commercial license", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist/", "samples/*/src/**/*", "samples/*/package.json", "samples/*/webpack.config.js", "samples/*/webpack.config.server.js", "samples/*/tsconfig.json", "samples/*/build.js", "samples/*/sandbox.config.json", "samples/*/README.md", "samples/README.md" ], "scripts": { "build": "rollup -c && npm run types:emit", "lint": "eslint --ext .js,.ts,.tsx src scripts", "lint-fix": "eslint --ext .js,.ts,.tsx src scripts --fix", "preversion": "npm test", "start": "rollup -c -w", "types:check": "tsc --noEmit", "types:emit": "tsc src/index.ts --jsx react --emitDeclarationOnly --declaration --declarationDir dist" }, "keywords": [ "raonwiz", "wysiwyg", "rich text", "editor", "javascript", "component", "html5", "agent", "react", "react-component", "react-hooks", "react hooks", "raonksolution", "raonkeditor" ], "peerDependencies": { "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", "eslint": "^8.19.0", "eslint-config-raonwiz": "^1.0.0", "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": { "raonwiz-integrations-common": "latest", "prop-types": "^15.8.1" } }