UNPKG

vue-contenteditable

Version:

This plugin provides a `<contenteditable/>` element supporting `v-model`. It also provides some (optional) features, like preventing html input and paste, or new lines.

44 lines (43 loc) 1.21 kB
{ "name": "vue-contenteditable", "version": "4.1.0", "scripts": { "build": "vite build && vue-tsc --declaration --emitDeclarationOnly --outFile dist/vue-contenteditable.js" }, "author": "Léo Falventin Hauchecorne", "description": "This plugin provides a `<contenteditable/>` element supporting `v-model`. It also provides some (optional) features, like preventing html input and paste, or new lines.", "keywords": [ "vue", "vuejs", "vue 3", "vue.js 3", "contenteditable", "input", "vue-contenteditable", "v-model", "typescript" ], "homepage": "https://github.com/hl037/vue-contenteditable#vue-contenteditable", "bugs": { "url": "https://github.com/hl037/vue-contenteditable/issues", "email": "hl037.prog@gmail.com" }, "license": "MIT", "repository": "github:hl037/vue-contenteditable", "files": [ "dist/*" ], "peerDependencies": { "vue": "^3.2.25" }, "devDependencies": { "vue": "^3.2.25", "@vitejs/plugin-vue": "^2.3.3", "typescript": "^4.5.4", "vite": "^2.9.9", "vue-tsc": "^0.34.7" }, "type": "module", "main": "dist/vue-contenteditable.es.js", "types": "dist/vue-contenteditable.d.ts" }