UNPKG

@binarycastle/vue-html-editor

Version:

A powerful and extensible HTML editor component for Vue 3 with plugin support

73 lines (72 loc) 1.9 kB
{ "name": "@binarycastle/vue-html-editor", "version": "1.0.10", "description": "A powerful and extensible HTML editor component for Vue 3 with plugin support", "private": false, "type": "module", "main": "./dist/vue-html-editor.umd.js", "module": "./dist/vue-html-editor.es.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/vue-html-editor.es.js", "require": "./dist/vue-html-editor.umd.js" }, "./dist/vue-html-editor.css": "./dist/vue-html-editor.css", "./dist/style.css": "./dist/vue-html-editor.css" }, "files": [ "dist", "README.md" ], "keywords": [ "vue", "vue3", "html-editor", "rich-text-editor", "editor", "wysiwyg", "contenteditable", "plugins" ], "author": "BinaryCastle", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/binary-castle/vue-html-editor" }, "scripts": { "dev": "vite", "build": "vue-tsc -b && vite build", "build:lib": "vue-tsc -b && vite build --mode lib", "preview": "vite preview", "prepublishOnly": "npm run build:lib" }, "peerDependencies": { "vue": "^3.0.0" }, "dependencies": { "@popperjs/core": "^2.11.8" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/github": "^11.0.3", "@semantic-release/npm": "^12.0.2", "@semantic-release/release-notes-generator": "^14.0.3", "@tailwindcss/vite": "^4.1.11", "@vitejs/plugin-vue": "^6.0.0", "@vue/tsconfig": "^0.7.0", "semantic-release": "^24.2.7", "tailwindcss": "^4.1.11", "typescript": "~5.8.3", "vite": "^7.0.4", "vite-plugin-dts": "^4.5.4", "vue": "^3.5.17", "vue-tsc": "^2.2.12" } }