suneditor
Version:
Pure JavaScript based WYSIWYG web editor
73 lines (72 loc) • 1.78 kB
JSON
{
"name": "suneditor",
"sideEffects": [
"./src/assets/css/*.css"
],
"version": "2.28.4",
"description": "Pure JavaScript based WYSIWYG web editor",
"main": "src/suneditor.js",
"keywords": [
"wysiwyg",
"wysiwyg editor",
"wysiwyg html editor",
"rich text",
"rich editor",
"rich text editor",
"html",
"text",
"editor",
"contenteditable",
"javascript",
"vanillajs"
],
"author": "JiHong.Lee",
"license": "MIT",
"bugs": {
"url": "https://github.com/JiHong88/SunEditor/issues"
},
"homepage": "http://suneditor.com",
"repository": {
"type": "git",
"url": "https://github.com/JiHong88/SunEditor.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {},
"devDependencies": {
"@babel/core": "7.0.0",
"@webpack-cli/init": "^0.2.2",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^0.1.19",
"codemirror": "^5.52.2",
"css-loader": "^1.0.1",
"csstype": "^2.6.10",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"jasmine": "^2.99.0",
"jasmine-core": "^2.99.1",
"jshint": "^2.11.0",
"karma": "^4.4.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.2",
"katex": "^0.11.1",
"lodash": "^4.17.14",
"mini-css-extract-plugin": "^0.4.5",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"url-loader": "^1.1.2",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2"
},
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.js",
"start": "npm run dev",
"build": "webpack --config webpack.prod.js",
"lint": "jshint src",
"test": "karma start"
}
}