quill-image-compress
Version:
A Quill rich text editor Module which compresses images uploaded to the editor
54 lines (53 loc) • 1.57 kB
JSON
{
"name": "quill-image-compress",
"description": "A Quill rich text editor Module which compresses images uploaded to the editor",
"version": "1.2.32",
"main": "dist/quill.imageCompressor.min.js",
"types": "types/index.d.ts",
"homepage": "https://benwinding.github.io/quill-image-compress/src/demo.html",
"repository": "https://github.com/benwinding/quill-image-compress",
"author": "Ben Winding <ben.winding@gmail.com>",
"license": "MIT",
"scripts": {
"watch": "webpack --watch --progress --mode development",
"start": "webpack-dev-server --hot --port 8001 --mode development",
"build-dev": "webpack --mode development",
"build": "webpack --mode production"
},
"files": [
"src/*.html",
"src/*.js",
"types",
"dist",
"README.md"
],
"keywords": [
"quill",
"quilljs",
"image",
"compress",
"compression",
"reduce"
],
"dependencies": {
"quill": "^1.3.7"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@types/node": "^14.14.22",
"@types/quill": "^2.0.9",
"babel-loader": "^8.0.6",
"babel-plugin-transform-object-assign": "^6.22.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"style-loader": "^0.19.1",
"ts-loader": "^8.0.11",
"typescript": "^4.1.2",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.1.14"
}
}