UNPKG

quill-chinese

Version:

Quill 富文本编辑器中文版

46 lines (45 loc) 1.24 kB
{ "name": "quill-chinese", "version": "2.0.0-4", "author": { "name": "Anrip Wong", "email": "mail@anrip.com", "url": "http://www.anrip.com/" }, "homepage": "https://github.com/anrip/quill-chines#readme", "description": "Quill 富文本编辑器中文版", "license": "Apache-2.0", "keywords": [ "discuz", "bbcode", "ubb" ], "repository": { "type": "git", "url": "git+https://github.com/anrip/quill-chines.git" }, "bugs": { "url": "https://github.com/anrip/quill-chines/issues" }, "scripts": { "build": "webpack --config webpack.prod.js", "start": "webpack-dev-server --config webpack.dev.js" }, "mian": "index.js", "dependencies": { "quill": "^2.0.0-dev.3" }, "devDependencies": { "@babel/core": "^7.2.2", "@babel/preset-env": "^7.2.3", "@types/quill": "^2.0.1", "babel-loader": "^8.0.5", "copy-webpack-plugin": "^4.6.0", "css-loader": "^1.0.1", "eslint": "^5.12.0", "style-loader": "^0.23.1", "webpack": "^4.28.3", "webpack-cli": "^3.2.1", "webpack-dev-server": "^3.1.14" } }