{
  "name": "@studio-b3/web-core",
  "version": "0.9.1",
  "type": "module",
  "main": "dist/main.js",
  "types": "dist-types/main.d.ts",
  "files": [
    "dist",
    "dist-types",
    "lib"
  ],
  "exports": {
    ".": {
      "import": "./dist/main.js",
      "types": "./dist-types/main.d.ts"
    },
    "./package.json": "./package.json",
    "./style.css": "./dist/assets/main.css"
  },
  "typesVersions": {
    "*": {
      "*": [
        "./dist-types/main.d.ts",
        "./dist-types/*"
      ]
    }
  },
  "sideEffects": [
    "**/*.css"
  ],
  "scripts": {
    "prepublishOnly": "npm run build",
    "watch": "vite build --watch",
    "build": "vite build",
    "lint": "eslint . --ext ts,tsx,.cjs --report-unused-disable-directives --max-warnings 0",
    "lint:fix": "eslint . --ext .ts,.cjs --fix --fix-type [problem,suggestion]",
    "fmt": "prettier --write \"**/*.{ts,.cjs,json,,md}\" --log-level warn"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "resolutions": {
    "@tiptap/core": "^2.1.12",
    "@tiptap/react": "^2.1.12"
  },
  "dependencies": {
    "@radix-ui/colors": "^3.0.0",
    "@radix-ui/popper": "^0.1.0",
    "@radix-ui/react-accordion": "^1.1.2",
    "@radix-ui/react-dialog": "^1.0.5",
    "@radix-ui/react-dropdown-menu": "^2.0.6",
    "@radix-ui/react-icons": "^1.3.0",
    "@radix-ui/react-popover": "^1.0.7",
    "@radix-ui/react-select": "^2.0.0",
    "@radix-ui/react-tabs": "^1.0.4",
    "@radix-ui/react-toggle": "^1.0.3",
    "@radix-ui/react-toggle-group": "^1.0.4",
    "@radix-ui/themes": "^2.0.1",
    "@tiptap/core": "2.1.12",
    "@tiptap/extension-blockquote": "^2.1.12",
    "@tiptap/extension-bold": "^2.1.12",
    "@tiptap/extension-bubble-menu": "^2.1.12",
    "@tiptap/extension-bullet-list": "^2.1.12",
    "@tiptap/extension-character-count": "^2.1.12",
    "@tiptap/extension-code": "^2.1.12",
    "@tiptap/extension-code-block-lowlight": "^2.1.12",
    "@tiptap/extension-collaboration": "^2.1.12",
    "@tiptap/extension-collaboration-cursor": "^2.1.12",
    "@tiptap/extension-color": "^2.1.12",
    "@tiptap/extension-document": "2.1.12",
    "@tiptap/extension-dropcursor": "^2.1.12",
    "@tiptap/extension-floating-menu": "^2.1.12",
    "@tiptap/extension-gapcursor": "^2.1.12",
    "@tiptap/extension-hard-break": "^2.1.12",
    "@tiptap/extension-highlight": "^2.1.12",
    "@tiptap/extension-horizontal-rule": "^2.1.12",
    "@tiptap/extension-image": "^2.1.12",
    "@tiptap/extension-italic": "^2.1.12",
    "@tiptap/extension-link": "^2.1.12",
    "@tiptap/extension-list-item": "^2.1.12",
    "@tiptap/extension-ordered-list": "^2.1.12",
    "@tiptap/extension-paragraph": "^2.1.12",
    "@tiptap/extension-placeholder": "^2.1.12",
    "@tiptap/extension-strike": "^2.1.12",
    "@tiptap/extension-subscript": "^2.1.12",
    "@tiptap/extension-superscript": "^2.1.12",
    "@tiptap/extension-table": "^2.1.13",
    "@tiptap/extension-table-cell": "^2.1.13",
    "@tiptap/extension-table-header": "^2.1.13",
    "@tiptap/extension-table-row": "^2.1.13",
    "@tiptap/extension-task-item": "^2.1.12",
    "@tiptap/extension-task-list": "^2.1.12",
    "@tiptap/extension-text": "^2.1.12",
    "@tiptap/extension-text-style": "^2.1.12",
    "@tiptap/extension-typography": "^2.1.12",
    "@tiptap/pm": "^2.1.13",
    "@tiptap/react": "^2.1.12",
    "@tiptap/starter-kit": "^2.1.12",
    "@tiptap/suggestion": "^2.1.12",
    "clsx": "^2.0.0",
    "i18next": "^23.7.6",
    "i18next-browser-languagedetector": "^7.2.0",
    "markdown-it": "^13.0.2",
    "prosemirror-changeset": "^2.2.1",
    "prosemirror-keymap": "^1.2.2",
    "prosemirror-view": "^1.32.4",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-i18next": "^13.5.0",
    "react-select": "^5.8.0",
    "react-spinners": "^0.13.8",
    "scroll-into-view-if-needed": "^3.1.0",
    "tippy.js": "^6.3.7",
    "tiptap-markdown": "^0.8.7",
    "use-debounce": "^10.0.0",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "@types/prosemirror-keymap": "^1.2.0",
    "@types/prosemirror-model": "^1.17.0",
    "@types/prosemirror-view": "^1.24.0",
    "autoprefixer": "^10.0.1",
    "postcss": "8.4.31",
    "postcss-import": "^15.1.0",
    "postcss-nesting": "^12.0.1",
    "tailwindcss": "^3.3.0"
  }
}
