@textbus/editor
Version:
Textbus is a rich text editor and framework that is highly customizable and extensible to achieve rich wysiwyg effects.
70 lines (69 loc) • 2.11 kB
JSON
{
"name": "@textbus/editor",
"version": "3.8.4",
"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 && webpack --config webpack-sass.config.js && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript && webpack --config webpack-build.config.js",
"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/bezier": "^1.0.1",
"@tanbo/color": "^0.1.1",
"@tanbo/color-picker": "^1.0.3",
"@tanbo/css-themes": "^0.0.1",
"@tanbo/di": "^1.1.8",
"@tanbo/stream": "^1.2.5",
"@textbus/core": "^3.8.4",
"@textbus/platform-browser": "^3.8.4",
"classnames": "^2.3.2",
"katex": "^0.16.0",
"prismjs": "^1.23.0"
},
"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": "7359230a08229933be9cb78590b6777256fa5582",
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-typescript": "^9.0.2",
"autoprefixer": "^10.4.0",
"css-loader": "^6.5.1",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.1.0",
"rimraf": "^3.0.2",
"rollup": "^3.2.5",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.45.1",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"to-string-loader": "^1.2.0",
"ts-loader": "^9.3.0",
"tslib": "^2.4.1"
}
}