UNPKG

@tinymce/tinymce-webcomponent

Version:

Official TinyMCE Web Component

55 lines (54 loc) 1.54 kB
{ "description": "Official TinyMCE Web Component", "version": "2.4.0", "name": "@tinymce/tinymce-webcomponent", "repository": { "url": "https://github.com/tinymce/tinymce-webcomponent" }, "files": [ "dist", "CHANGELOG.md", "README.md", "LICENSE.txt" ], "main": "dist/tinymce-webcomponent.js", "scripts": { "test": "bedrock-auto -b chrome-headless -d src/test/ts", "build": "tsc -p ./tsconfig.json && rollup -c rollup.config.js", "lint": "yarn eslint src/**/*.ts", "serve": "yarn tsx src/demo/ts/Server.ts" }, "keywords": [ "TinyMCE", "webcomponent" ], "author": "Tiny Technologies", "license": "MIT", "devDependencies": { "@ephox/agar": "^8.0.1", "@ephox/bedrock-client": "^16.0.0", "@ephox/bedrock-server": "^16.2.0", "@ephox/katamari": "^9.1.5", "@ephox/sugar": "^9.2.1", "@ephox/swag": "^4.6.0", "@tinymce/beehive-flow": "^0.19.0", "@tinymce/eslint-plugin": "^3.0.0", "@tinymce/miniature": "^6.0.0", "@types/node": "^24.5.2", "@typescript-eslint/eslint-plugin": "^8.44.0", "@typescript-eslint/parser": "^8.44.0", "eslint": "^9.36.0", "eslint-config-eslint": "^13.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prefer-arrow": "^1.2.3", "express": "^5.2.1", "rollup": "^4.24.0", "tinymce": "^8.4.0", "tinymce-7.5.0": "npm:tinymce@7.5.0", "tinymce-8": "npm:tinymce@8", "tsx": "^4.21.0", "typescript": "~5.9.2", "webpack": "^5.75.0" }, "dependencies": {} }