jodit-vue
Version:
Vue wrapper for Jodit Editor
70 lines (69 loc) • 1.82 kB
JSON
{
"name": "jodit-vue",
"version": "3.1.0",
"description": "Vue wrapper for Jodit Editor",
"type": "module",
"exports": {
".": {
"import": "./dist/jodit-vue.js",
"require": "./dist/jodit-vue.umd.cjs"
}
},
"main": "./dist/jodit-vue.umd.cjs",
"module": "./dist/jodit-vue.js",
"unpkg": "./dist/jodit-vue.umd.cjs",
"jsdelivr": "./dist/jodit-vue.umd.cjs",
"files": [
"dist",
"src"
],
"keywords": [
"vue",
"jodit",
"wrapper",
"editor",
"rich editor",
"wysiwyg"
],
"scripts": {
"serve": "vite",
"preview": "vite preview",
"lint": "eslint --color --ext .js,.vue .",
"lint:fix": "eslint --color --fix --ext .js,.vue .",
"clean": "del-cli ./dist",
"prebuild": "yarn lint && yarn clean",
"build": "vite build --config vite.config.js",
"prepublishOnly": "yarn lint && yarn build",
"test": "jest"
},
"repository": "git@github.com:WendellAdriel/jodit-vue.git",
"bugs": {
"url": "https://github.com/WendellAdriel/jodit-vue/issues"
},
"homepage": "https://github.com/WendellAdriel/jodit-vue#readme",
"author": "Wendell Adriel <wendelladriel.ti@gmail.com>",
"license": "MIT",
"dependencies": {
"jodit": "^3.24.5"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.22.10",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/test-utils": "^2.4.1",
"@vue/vue3-jest": "28",
"babel-jest": "28",
"del-cli": "^3.0.0",
"eslint": "^8",
"eslint-plugin-vue": "^9.17.0",
"jest": "^28",
"jest-environment-jsdom": "^29.6.3",
"jest-serializer-vue": "^3.1.0",
"jest-transform-stub": "^2.0.0",
"jest-watch-typeahead": "^2.2.2",
"rollup": "^1.16.7",
"rollup-plugin-terser": "^5.1.1",
"vite": "^4.4.9",
"vue": "^3.2.47"
}
}