{
  "name": "vue-simple-tiptap-editor",
  "repository": {
    "type": "git",
    "url": "https://github.com/Moein100/vue-simple-tiptap-editor"
  },
  "homepage": "https://github.com/Moein100/vue-simple-tiptap-editor",
  "bugs": {
    "url": "https://github.com/Moein100/vue-simple-tiptap-editor/issues"
  },
  "files": [
    "dist"
  ],
  "author": "Moein Kiani",
  "main": "./dist/vue-simple-tiptap-editor.umd.cjs",
  "module": "./dist/vue-simple-tiptap-editor.js",
  "exports": {
    ".": {
      "import": "./dist/vue-simple-tiptap-editor.js",
      "require": "./dist/vue-simple-tiptap-editor.umd.cjs"
    },
    "./dist/style.css": "./dist/vue-simple-tiptap-editor.css"
  },
  "version": "1.3.1",
  "private": false,
  "type": "module",
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
    "lint:eslint": "eslint . --fix --cache",
    "lint": "run-s lint:*",
    "format": "prettier --write src/"
  },
  "peerDependencies": {
    "@tiptap/core": "^3.10.4",
    "@tiptap/extension-code-block-lowlight": "^3.10.4",
    "@tiptap/extension-file-handler": "^3.10.4",
    "@tiptap/extension-heading": "^3.14.0",
    "@tiptap/extension-image": "^3.10.4",
    "@tiptap/extension-link": "^3.10.4",
    "@tiptap/extension-text-align": "^3.10.4",
    "@tiptap/extension-text-style": "^3.10.4",
    "@tiptap/extension-underline": "^3.10.4",
    "@tiptap/pm": "^3.10.3",
    "@tiptap/starter-kit": "^3.10.4",
    "@tiptap/vue-3": "^3.10.4",
    "axios": "^1.13.2",
    "lowlight": "^3.3.0",
    "vue": "^3.5.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.37.0",
    "@prettier/plugin-oxc": "^0.0.4",
    "@tailwindcss/typography": "^0.5.19",
    "@tailwindcss/vite": "^4.1.17",
    "@vitejs/plugin-vue": "^6.0.1",
    "@vue/eslint-config-prettier": "^10.2.0",
    "eslint": "^9.37.0",
    "eslint-plugin-oxlint": "~1.23.0",
    "eslint-plugin-vue": "~10.5.0",
    "globals": "^16.4.0",
    "npm-run-all2": "^8.0.4",
    "oxlint": "~1.23.0",
    "prettier": "3.6.2",
    "sass-embedded": "^1.93.3",
    "tailwindcss": "^4.1.17",
    "vite": "^7.1.11",
    "vite-plugin-vue-devtools": "^8.0.3"
  },
  "license": "MIT",
  "keywords": [
    "vue",
    "vue3",
    "tiptap",
    "tiptap-editor",
    "wysiwyg",
    "rich-text-editor",
    "vue-editor",
    "vue-tiptap",
    "text-editor",
    "prosemirror",
    "tailwind",
    "tailwindcss",
    "minimal-editor",
    "lightweight"
  ]
}
