quill2-smart-links
Version:
Autodetects links with format "http(s)://..." that were entered or pasted into Quill 2.0 and converts them into <a> elements.
60 lines (59 loc) • 1.25 kB
JSON
{
"name": "quill2-smart-links",
"private": false,
"version": "1.1.11",
"license": "Apache-2.0",
"author": "Stefan Bildl <stefanbildl@me.com>",
"keywords": [
"quill",
"editor",
"smart-links",
"rich-text",
"wysiwyg",
"plugin",
"text",
"links",
"formatter",
"detect",
"autolinks",
"link",
"links",
"anchor"
],
"repository": {
"type": "git",
"url": "git+https://github.com/stefanbildl/quill2-smart-links.git"
},
"homepage": "https://github.com/stefanbildl/quill2-smart-links#readme",
"bugs": {
"url": "https://github.com/stefanbildl/quill2-smart-links/issues"
},
"type": "module",
"exports": {
".": {
"import": "./dist/main.js",
"require": "./dist/main.cjs"
}
},
"main": "./dist/main.cjs",
"module": "./dist/main.js",
"typings": "./dist/main.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"peerDependencies": {
"quill": "^2.0.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.3.0",
"rollup-plugin-typescript-paths": "^1.5.0",
"tslib": "^2.8.1",
"typescript": "^6.0.3",
"vite": "^8.0.10"
}
}