@striven-erp/striven-editor
Version:
The editor used for the Striven ERP system.
61 lines (60 loc) • 1.77 kB
JSON
{
"name": "@striven-erp/striven-editor",
"private": false,
"version": "3.19.13",
"description": "The editor used for the Striven ERP system.",
"main": "./dist",
"scripts": {
"start": "cd demo && npm run serve",
"prepare": "npm run build",
"build": "npx webpack --mode=\"production\"",
"gh-pages": "cd demo && npm run build && node gh-pages"
},
"repository": {
"type": "git",
"url": "git+https://github.com/business-by-miles/striven-editor.git"
},
"keywords": [
"Striven",
"Editor",
"WYSIWYG",
"rich-text-editor"
],
"author": "Striven <https://striven.com/>",
"license": "MIT",
"bugs": {
"url": "https://github.com/business-by-miles/striven-editor/issues"
},
"homepage": "https://github.com/business-by-miles/striven-editor#readme",
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/plugin-transform-modules-umd": "^7.2.0",
"@babel/preset-env": "^7.10.4",
"babel-loader": "^8.0.6",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"css-loader": "^3.2.0",
"express": "^4.17.1",
"gh-pages": "^2.1.1",
"got": "^9.6.0",
"metascraper": "^5.7.4",
"metascraper-description": "^5.7.4",
"metascraper-image": "^5.7.4",
"metascraper-title": "^5.7.4",
"metascraper-url": "^5.7.4",
"prettier": "^3.5.1",
"resize-observer-polyfill": "^1.5.1",
"shortid": "^2.2.15",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^4.2.3",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.47.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@simonwep/pickr": "^1.9.1",
"js-beautify": "^1.15.3",
"linkifyjs": "^2.1.9"
}
}