UNPKG

@textbus/platform-browser

Version:

Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.

52 lines (51 loc) 1.5 kB
{ "name": "@textbus/platform-browser", "version": "5.0.0-alpha.11", "description": "Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.", "main": "./bundles/index.js", "module": "./bundles/index.esm.js", "typings": "./bundles/public-api.d.ts", "scripts": { "start": "webpack-dev-server", "test": "cross-env env=test jest", "test-c": "cross-env env=test jest --coverage", "build:lib": "rimraf bundles && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript", "publish:lib": "npm run build:lib && npm publish --access=public" }, "license": "GPL-3.0-only", "keywords": [ "textbus", "富文本编辑器", "wysiwyg", "wysiwyg editor", "rich text editor", "editor", "html editor", "web editor", "typescript editor" ], "dependencies": { "@tanbo/stream": "^1.2.7", "@textbus/core": "^5.0.0-alpha.11", "@viewfly/core": "^2.0.0-alpha.3" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-typescript": "^12.1.2", "rimraf": "^3.0.2", "rollup": "4.22.4", "tslib": "^2.4.1" }, "author": { "name": "Tanbo", "email": "tanbohb@qq.com" }, "repository": { "type": "git", "url": "git+https://github.com/textbus/textbus.git" }, "bugs": { "url": "https://github.com/textbus/textbus.git/issues" }, "gitHead": "2b84bdb66f554f2d1e3fce4ff3fbd4105acb4c08" }