@live-html-editor/server
Version:
A server for @live-html-editor/browser
84 lines (83 loc) • 2.23 kB
JSON
{
"name": "@live-html-editor/server",
"version": "0.2.7",
"description": "A server for @live-html-editor/browser",
"main": "dist/bundle.umd.js",
"types": "dist/types/main.d.ts",
"bin": {
"live-server": "dist/bundle.umd.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "rimraf dist",
"build": "rollup -c --environment BUILD:production",
"watch": "rollup -cw",
"build:wp": "webpack --mode=production",
"watch:wp": "webpack --mode=development --watch",
"tsc": "tsc --module commonjs",
"tsc:watch": "tsc --module commonjs --watch",
"run": "node -r source-map-support/register dist/bundle.umd.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/live-html-editor/server.git"
},
"keywords": [
"editor",
"live-editor",
"html-editor",
"rich-text-html-editor",
"formatted-text-html-editor",
"clean-html-editor",
"live-html-editor",
"clean-output",
"neat-html-editor",
"contenteditable",
"dev4dev"
],
"author": "S. M. Mir-Ismaili <s.m.mirismaili@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/live-html-editor/server/issues"
},
"homepage": "https://github.com/live-html-editor/server#readme",
"prettier": {
"semi": false,
"singleQuote": true
},
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"jsdom": "^15.0.0",
"yargs": "^13.2.2"
},
"devDependencies": {
"@types/cors": "^2.8.4",
"@types/express": "^4.16.1",
"@types/jsdom": "^12.2.3",
"@types/node": "^12.0.0",
"@types/yargs": "^13.0.0",
"lodash.camelcase": "^4.3.0",
"rimraf": "^2.6.3",
"rollup": "^1.10.1",
"rollup-plugin-auto-external": "^2.0.0",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^4.0.4",
"rollup-plugin-typescript2": "^0.21.0",
"temp-dir": "^2.0.0",
"terser-webpack-plugin": "^1.2.3",
"ts-loader": "^6.0.0",
"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",
"webpack-node-externals": "^1.7.2"
},
"peerDependencies": {
"@live-html-editor/browser": "~0.2.0"
}
}