UNPKG

@tinymce/tinymce-react

Version:

Official TinyMCE React Component

84 lines (83 loc) 2.69 kB
{ "description": "Official TinyMCE React Component", "repository": { "url": "https://github.com/tinymce/tinymce-react" }, "files": [ "lib", "README.md", "CHANGELOG.md", "LICENSE.txt" ], "main": "lib/cjs/main/ts/index.js", "module": "lib/es2015/main/ts/index.js", "scripts": { "lint": "eslint 'src/**/*.ts?(x)'", "clean": "rimraf lib", "test": "bedrock-auto -b chrome-headless -f src/test/ts/**/*Test.ts", "test-manual": "bedrock -f src/test/ts/**/*Test.ts", "build": "yarn run clean && tsc -p ./tsconfig.es2015.json && tsc -p ./tsconfig.cjs.json", "watch": "tsc -w -p ./tsconfig.es2015.json", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "deploy-storybook": "storybook build && gh-pages -d ./storybook-static -u 'tiny-bot <no-reply@tiny.cloud>' --nojekyll" }, "keywords": [], "author": "Ephox Corporation DBA Tiny Technologies, Inc.", "license": "MIT", "dependencies": { "prop-types": "^15.6.2" }, "peerDependencies": { "react": "^19.0.0 || ^18.0.0 || ^17.0.1 || ^16.7.0", "react-dom": "^19.0.0 || ^18.0.0 || ^17.0.1 || ^16.7.0", "tinymce": "^8.0.0 || ^7.0.0 || ^6.0.0 || ^5.5.1" }, "peerDependenciesMeta": { "tinymce": { "optional": true } }, "devDependencies": { "@babel/core": "^7.26.9", "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "@babel/preset-typescript": "^7.26.0", "@ephox/agar": "^8.0.1", "@ephox/bedrock-client": "^15.0.0", "@ephox/bedrock-server": "^15.0.3-alpha.0", "@ephox/katamari": "^9.1.5", "@ephox/mcagar": "^9.0.0-alpha.0", "@ephox/sand": "^6.0.9", "@ephox/sugar": "^9.2.1", "@storybook/addon-essentials": "^8.6.4", "@storybook/addon-interactions": "^8.6.4", "@storybook/addon-links": "^8.6.4", "@storybook/blocks": "^8.6.4", "@storybook/react": "^8.6.4", "@storybook/react-vite": "^8.6.4", "@tinymce/beehive-flow": "^0.19.0", "@tinymce/eslint-plugin": "^2.4.0", "@tinymce/miniature": "^6.0.0", "@types/node": "^22.13.10", "@types/prop-types": "^15.7.14", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "gh-pages": "^6.1.0", "react": "^19.0.0", "react-dom": "^19.0.0", "rimraf": "^6.0.1", "storybook": "^8.6.4", "tinymce": "^8.0.1", "tinymce-4": "npm:tinymce@^4", "tinymce-5": "npm:tinymce@^5", "tinymce-6": "npm:tinymce@^6", "tinymce-7": "npm:tinymce@^7", "tinymce-7.5": "npm:tinymce@7.5", "tinymce-8": "npm:tinymce@^8.0.0", "typescript": "~5.8.2", "vite": "^6.2.1" }, "version": "6.3.0", "name": "@tinymce/tinymce-react" }