UNPKG

quill1-table

Version:

Table functionality for quilljs. Forked from https://github.com/acatec/quill-table-tbf which is a fork of original https://github.com/dost/quilljs-table

47 lines (46 loc) 1.43 kB
{ "name": "quill1-table", "version": "1.7.2", "description": "Table functionality for quilljs. Forked from https://github.com/acatec/quill-table-tbf which is a fork of original https://github.com/dost/quilljs-table", "main": "dist/quill1-table.js", "types": "src/index.d.ts", "scripts": { "build": "webpack && webpack --config=demo.config.js", "watch": "webpack --config=demo.config.js --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/dclement8/quill1-table.git" }, "keywords": [ "Quill", "Table" ], "author": "dclement8", "license": "ISC", "bugs": { "url": "https://github.com/dclement8/quill1-table/issues" }, "homepage": "https://github.com/dclement8/quill1-table#readme", "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.18.9", "@babel/plugin-transform-runtime": "^7.18.10", "@babel/core": "^7.18.13", "@babel/preset-env": "^7.18.10", "@babel/runtime": "^7.18.9", "babel-loader": "^8.2.5", "@fortawesome/fontawesome-free": "^6.4.0", "css-loader": "^6.8.1", "quill": "^1.3.7", "quill-delta": "^5.1.0", "style-loader": "^3.3.3", "webpack": "^5.88.1", "webpack-cli": "^5.1.4" }, "peerDependencies": { "quill": "^1.3.7" }, "dependencies": {} }