quill-uploader
Version:
Quill custom Uploader, supports images, videos, and attachments, with customizable loading indicators.
65 lines (64 loc) • 1.82 kB
JSON
{
"name": "quill-uploader",
"version": "1.1.1",
"description": "Quill custom Uploader, supports images, videos, and attachments, with customizable loading indicators.",
"main": "dist/uploader.js",
"module": "src/quill-uploader.js",
"scripts": {
"dev": "webpack serve",
"serve": "webpack serve",
"watch": "webpack --watch",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --node-env=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mudoo/quill-uploader.git"
},
"keywords": [
"quill",
"quill2",
"upload",
"uploader",
"custom",
"uploading",
"loading"
],
"files": [
"demo",
"dist",
"src"
],
"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",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}