UNPKG

@tinymce/tinymce-webcomponent

Version:

Official TinyMCE Web Component

57 lines (56 loc) 1.55 kB
{ "description": "Official TinyMCE Web Component", "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 ts-node -r esm src/demo/ts/Server.ts" }, "keywords": [ "TinyMCE", "webcomponent" ], "author": "Tiny Technologies", "license": "MIT", "devDependencies": { "@ephox/agar": "^8.0.1", "@ephox/bedrock-client": "^14.1.1", "@ephox/bedrock-server": "^14.1.4", "@ephox/katamari": "^9.1.5", "@ephox/sugar": "^9.2.1", "@ephox/swag": "^4.6.0", "@tinymce/beehive-flow": "^0.19.0", "@tinymce/eslint-plugin": "^2.2.1", "@types/esm": "^3.2.0", "@types/express": "^5.0.0", "@types/node": "^22.7.7", "@typescript-eslint/eslint-plugin": "^5.48.2", "@typescript-eslint/parser": "^5.48.2", "eslint": "^8.32.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-prefer-arrow": "^1.2.3", "esm": "^3.2.25", "express": "^4.18.2", "rollup": "^4.24.0", "tinymce": "^8.0.0", "ts-loader": "^9.4.2", "ts-node": "^10.9.1", "typescript": "~5.6.3", "webpack": "^5.75.0" }, "dependencies": { "@tinymce/miniature": "^6.0.0" }, "version": "2.3.1", "name": "@tinymce/tinymce-webcomponent" }