UNPKG

quill-uploader

Version:

Quill custom Uploader, supports images, videos, and attachments, with customizable loading indicators.

69 lines (68 loc) 1.95 kB
{ "name": "quill-uploader", "version": "1.1.8", "description": "Quill custom Uploader, supports images, videos, and attachments, with customizable loading indicators.", "main": "dist/uploader.js", "module": "es/index.js", "types": "es/index.d.ts", "scripts": { "dev": "webpack serve", "serve": "webpack serve", "watch": "webpack --watch", "build": "npm run build:umd && npm run build:es", "build:es": "tsc --declaration false && node build/copy.js", "build:umd": "webpack --mode=production --node-env=production", "build:dev": "webpack --mode=development" }, "repository": { "type": "git", "url": "git+https://github.com/mudoo/quill-uploader.git" }, "keywords": [ "quill", "quill2", "upload", "uploader", "custom", "uploading", "loading" ], "files": [ "demo", "dist", "es" ], "author": "mudoo <mudoo@qq.com>", "license": "ISC", "bugs": { "url": "https://github.com/mudoo/quill-uploader/issues" }, "homepage": "https://github.com/mudoo/quill-uploader#readme", "devDependencies": { "@babel/core": "^7.26.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/preset-env": "^7.26.0", "@webpack-cli/generators": "^3.0.7", "babel-loader": "^9.2.1", "babel-plugin-transform-object-assign": "^6.22.0", "css-loader": "^7.1.2", "eslint": "^8.57.1", "eslint-config-standard": "^17.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-n": "^17.15.0", "eslint-plugin-promise": "^7.2.1", "html-webpack-plugin": "^5.6.3", "mini-css-extract-plugin": "^2.9.2", "prettier": "^3.4.1", "quill": "^2.0.0", "quill-formats-video": "^1.0.1", "sass": "^1.81.1", "sass-loader": "^16.0.3", "style-loader": "^4.0.0", "ts-loader": "^9.5.4", "typescript": "^5.9.3", "webpack": "^5.96.1", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.1.0" } }