vue3-tiptap-katex
Version:
tiptap editor using mathlive package to render katex in vue 3
98 lines (97 loc) • 2.8 kB
JSON
{
"name": "vue3-tiptap-katex",
"version": "1.1.31",
"description": "tiptap editor using mathlive package to render katex in vue 3",
"main": "index.js",
"keywords": [
"vue",
"vue3",
"tiptap",
"katex",
"mathlive",
"tiptap",
"editor",
"vue3-tiptap-katex"
],
"contributors": [
{
"name": "Ali Esmaeeli",
"email": "aliesmaeeli20@gmail.com",
"url": "https://github.com/kerasus/vue3-tiptap-katex"
},
{
"name": "Mostafa Kazemi",
"email": "neo.kazemi168@gmail.com",
"url": "https://github.com/neokazemi/vue3-tiptap-katex"
},
{
"name": "Yasaman gonehi",
"email": "yasaman.gonehi@gmail.com",
"url": "https://github.com/JasGH/vue3-tiptap-katex"
}
],
"type": "module",
"license": "MIT",
"homepage": "https://github.com/kerasus/vue3-tiptap-katex",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint --fix --ext .js,.vue ./",
"preview": "vite preview",
"format": "prettier --write src/"
},
"dependencies": {
"@ckpack/vue-color": "^1.4.1",
"@mdi/font": "^6.9.96",
"@tiptap/core": "^2.1.12",
"@tiptap/extension-color": "^2.1.12",
"@tiptap/extension-focus": "^2.1.12",
"@tiptap/extension-highlight": "^2.1.12",
"@tiptap/extension-link": "^2.1.12",
"@tiptap/extension-table": "^2.1.12",
"@tiptap/extension-table-row": "^2.1.12",
"@tiptap/extension-text-align": "^2.1.12",
"@tiptap/extension-text-style": "^2.1.12",
"@tiptap/extension-underline": "^2.1.12",
"@tiptap/pm": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"@tiptap/vue-3": "^2.1.12",
"a11y-dialog": "^7.5.2",
"compression": "^1.7.4",
"filepond": "^4.30.4",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-preview": "^4.6.11",
"katex": "^0.16.9",
"mathlive": "^0.86.0",
"prosemirror-model": "^1.19.3",
"sirv": "^2.0.3",
"tiptap-text-direction-extension": "^1.0.7",
"vue": "^3.3.7",
"vue-filepond": "^7.0.4",
"vue-tiptap-katex-core": "^2.1.5",
"vue3-drag-resize": "^2.0.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@vitejs/plugin-vue": "^4.4.0",
"eslint": "8.22.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.9.0",
"sass": "^1.69.5",
"vite": "^4.5.0"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
]
}