{
  "name": "itlab-components",
  "version": "3.35.14",
  "description": "",
  "author": {
    "name": "Timo Scheuermann",
    "email": "timo.scheuermann@sv-informatik.de",
    "url": "https://timoscheuermann.com/"
  },
  "type": "module",
  "main": "./dist/itlab-components.umd.js",
  "module": "./dist/itlab-components.es.js",
  "types": "./dist/src/itlab-components.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "typecheck": "vue-tsc -p tsconfig.app.json --noEmit",
    "release:major": "npm version major && git push origin master --follow-tags",
    "release:minor": "npm version minor && git push origin master --follow-tags",
    "release:patch": "npm version patch && git push origin master --follow-tags",
    "release": "npm run release:major",
    "prepack": "npm run build"
  },
  "dependencies": {
    "@floating-ui/dom": "^1.7.6",
    "@floating-ui/vue": "^1.1.11",
    "@popperjs/core": "^2.11.8",
    "@shikijs/transformers": "^4.1.0",
    "@tiptap/core": "^3.23.5",
    "@tiptap/extension-blockquote": "^3.23.5",
    "@tiptap/extension-bold": "^3.23.5",
    "@tiptap/extension-code": "^3.23.5",
    "@tiptap/extension-code-block": "^3.23.5",
    "@tiptap/extension-document": "^3.23.5",
    "@tiptap/extension-hard-break": "^3.23.5",
    "@tiptap/extension-heading": "^3.23.5",
    "@tiptap/extension-horizontal-rule": "^3.23.5",
    "@tiptap/extension-italic": "^3.23.5",
    "@tiptap/extension-link": "^3.23.5",
    "@tiptap/extension-list": "^3.23.5",
    "@tiptap/extension-mention": "^3.23.5",
    "@tiptap/extension-paragraph": "^3.23.5",
    "@tiptap/extension-strike": "^3.23.5",
    "@tiptap/extension-subscript": "^3.23.5",
    "@tiptap/extension-superscript": "^3.23.5",
    "@tiptap/extension-table": "^3.23.5",
    "@tiptap/extension-text": "^3.23.5",
    "@tiptap/extension-text-align": "^3.23.5",
    "@tiptap/extension-text-style": "^3.23.5",
    "@tiptap/extension-underline": "^3.23.5",
    "@tiptap/extensions": "^3.23.5",
    "@tiptap/pm": "^3.23.5",
    "@tiptap/suggestion": "^3.23.5",
    "@tiptap/vue-3": "^3.23.5",
    "cropperjs": "1.6.2",
    "figma-squircle": "^1.1.0",
    "file-saver": "^2.0.5",
    "file-type": "^22.0.1",
    "fuse.js": "^7.3.0",
    "javascript-time-ago": "^2.6.4",
    "jszip": "^3.10.1",
    "motion": "12.39.0",
    "shiki": "^4.1.0",
    "sortablejs": "^1.15.7"
  },
  "pnpm": {
    "updateConfig": {
      "ignoreDependencies": [
        "cropperjs"
      ]
    }
  },
  "peerDependencies": {
    "itlab-functions": "^1.0.15",
    "itlab-icons": "^1.9.0",
    "itlab-theme-system": "^4.3.0"
  },
  "devDependencies": {
    "@types/file-saver": "^2.0.7",
    "@types/node": "^25.9.1",
    "@types/sortablejs": "^1.15.9",
    "@vitejs/plugin-vue": "^6.0.7",
    "@vue/tsconfig": "^0.9.1",
    "sass": "^1.99.0",
    "typescript": "^6.0.3",
    "vite": "^8.0.13",
    "vite-plugin-css-injected-by-js": "^5.0.1",
    "vite-plugin-dts": "^5.0.1",
    "vue": "^3.5.34",
    "vue-router": "^5.0.7",
    "vue-tsc": "^3.3.1"
  }
}
