@live-html-editor/browser
Version:
An ideal html-editor for development purposes. It has a NEAT output + capability to save directly from browser into your sources
66 lines (65 loc) • 1.88 kB
JSON
{
"name": "@live-html-editor/browser",
"version": "0.2.0",
"description": "An ideal html-editor for development purposes. It has a NEAT output + capability to save directly from browser into your sources",
"main": "dist/bundle.js",
"module": "dist/bundle.esm.js",
"types": "dist/types/main.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "rimraf dist",
"build": "rollup -c --environment BUILD:production",
"start:ru": "rollup -cw",
"tsc": "tsc --module commonjs",
"tsc:watch": "tsc --module commonjs --watch",
"build:wp": "webpack --mode=production",
"start": "webpack --mode=development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/live-html-editor/browser.git"
},
"keywords": [
"editor",
"live-editor",
"html-editor",
"rich-text-html-editor",
"formatted-text-html-editor",
"clean-html-editor",
"neat-html-editor",
"clean-output",
"live-html-editor",
"contenteditable",
"dev4dev"
],
"author": "S. M. Mir-Ismaili <s.m.mirismaili@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/live-html-editor/browser/issues"
},
"homepage": "https://github.com/live-html-editor/browser#readme",
"prettier": {
"semi": false,
"singleQuote": true
},
"devDependencies": {
"@live-html-editor/text-wrap": "0.1.13",
"lodash.camelcase": "^4.3.0",
"rimraf": "^2.6.3",
"rollup": "^1.10.1",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-typescript2": "^0.21.0",
"temp-dir": "^2.0.0",
"ts-loader": "^5.3.3",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.4.3",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
},
"dependencies": {}
}