UNPKG

quill-image-resizor

Version:

A module for Quill rich text editor to allow images to be resized.

75 lines (74 loc) 2.02 kB
{ "name": "quill-image-resizor", "version": "3.0.1", "description": "A module for Quill rich text editor to allow images to be resized.", "type": "module", "source": "src/ImageResizor.js", "exports": { "require": "./dist/ImageResizor.umd.cjs", "default": "./dist/ImageResizor.js" }, "main": "./dist/ImageResizor.umd.cjs", "module": "./dist/ImageResizor.js", "types": "./dist/ImageResizor.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "vite build", "build:watch": "vite build --watch", "deploy": "npm run build && gh-pages -d .", "lint": "eslint ./src", "lint:fix": "eslint --fix ./src" }, "repository": { "type": "git", "url": "git+https://github.com/killercodemonkey/quill-image-resizor.git" }, "keywords": [ "quill", "quilljs", "quill2", "image", "resize", "resizer", "resizor", "sizer" ], "author": "@killercodemonkey", "contributors": [ { "name": "Bengt Weiße", "url": "https://github.com/killercodemonkey" } ], "license": "MIT", "bugs": { "url": "https://github.com/killercodemonkey/quill-image-resizor/issues" }, "homepage": "https://github.com/killercodemonkey/quill-image-resizor#readme", "devDependencies": { "@eslint/compat": "^1.3.1", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.31.0", "@typescript-eslint/eslint-plugin": "^8.38.0", "@typescript-eslint/parser": "^8.38.0", "eslint": "^9.31.0", "eslint-config-prettier": "^10.1.8", "eslint-import-resolver-typescript": "^3.10.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-prefer-arrow": "^1.2.3", "eslint-plugin-prettier": "^5.5.3", "gh-pages": "^6.3.0", "prettier": "^3.6.2", "prettier-eslint": "^16.4.2", "quill": "^2.0.3", "typescript": "^5.8.3", "vite": "^7.0.6", "vite-plugin-dts": "^4.5.4" }, "peerDependencies": { "quill": "^2.0.0" }, "volta": { "node": "22.17.1" } }