{
  "name": "@jitera/blocknote-core",
  "homepage": "https://github.com/TypeCellOS/BlockNote",
  "private": false,
  "license": "MPL-2.0",
  "version": "0.10.0-dev.18",
  "files": [
    "dist",
    "types",
    "src"
  ],
  "keywords": [
    "react",
    "javascript",
    "editor",
    "typescript",
    "prosemirror",
    "wysiwyg",
    "rich-text-editor",
    "notion",
    "yjs",
    "block-based",
    "tiptap"
  ],
  "description": "A \"Notion-style\" block-based extensible text editor built on top of Prosemirror and Tiptap.",
  "type": "module",
  "source": "src/index.ts",
  "types": "./types/src/index.d.ts",
  "main": "./dist/blocknote.umd.cjs",
  "module": "./dist/blocknote.js",
  "exports": {
    ".": {
      "types": "./types/src/index.d.ts",
      "import": "./dist/blocknote.js",
      "require": "./dist/blocknote.umd.cjs"
    },
    "./style.css": {
      "import": "./dist/style.css",
      "require": "./dist/style.css"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "build-bundled": "tsc && vite build --config vite.config.bundled.ts && git checkout tmp-releases && rm -rf ../../release && mv ../../release-tmp ../../release",
    "preview": "vite preview",
    "lint": "eslint src --max-warnings 0",
    "test": "vitest --run",
    "test-watch": "vitest watch",
    "start:watch": "nodemon --watch src --exec 'bun run build && yalc push --sig'",
    "watch": "yalc push --sig"
  },
  "dependencies": {
    "@emotion/cache": "^11.10.5",
    "@emotion/serialize": "^1.1.1",
    "@emotion/utils": "^1.2.0",
    "@tiptap/core": "^2.0.3",
    "@tiptap/extension-bold": "^2.0.3",
    "@tiptap/extension-code": "^2.0.3",
    "@tiptap/extension-collaboration": "^2.0.3",
    "@tiptap/extension-collaboration-cursor": "^2.0.3",
    "@tiptap/extension-dropcursor": "^2.0.3",
    "@tiptap/extension-gapcursor": "^2.0.3",
    "@tiptap/extension-hard-break": "^2.0.3",
    "@tiptap/extension-history": "^2.0.3",
    "@tiptap/extension-horizontal-rule": "^2.0.3",
    "@tiptap/extension-italic": "^2.0.3",
    "@tiptap/extension-link": "^2.0.3",
    "@tiptap/extension-paragraph": "^2.0.3",
    "@tiptap/extension-strike": "^2.0.3",
    "@tiptap/extension-table-cell": "^2.0.3",
    "@tiptap/extension-table-header": "^2.0.3",
    "@tiptap/extension-table-row": "^2.0.3",
    "@tiptap/extension-text": "^2.0.3",
    "@tiptap/extension-underline": "^2.0.3",
    "@tiptap/pm": "^2.0.3",
    "hast-util-from-dom": "^4.2.0",
    "lodash": "^4.17.21",
    "normalize-url": "^8.0.0",
    "prosemirror-model": "^1.18.3",
    "prosemirror-state": "^1.4.3",
    "prosemirror-tables": "^1.3.4",
    "prosemirror-transform": "^1.7.2",
    "prosemirror-view": "^1.31.4",
    "rehype-format": "^5.0.0",
    "rehype-parse": "^8.0.4",
    "rehype-remark": "^9.1.2",
    "rehype-stringify": "^9.0.3",
    "remark-gfm": "^3.0.1",
    "remark-parse": "^10.0.1",
    "remark-rehype": "^10.1.0",
    "remark-stringify": "^10.0.2",
    "unified": "^10.1.2",
    "uuid": "^8.3.2",
    "y-prosemirror": "1.0.20",
    "y-protocols": "^1.0.5",
    "yjs": "^13.6.1"
  },
  "devDependencies": {
    "@types/hast": "^2.3.4",
    "@types/uuid": "^8.3.4",
    "eslint": "^8.10.0",
    "jsdom": "^21.1.0",
    "prettier": "^2.7.1",
    "rollup-plugin-webpack-stats": "^0.2.2",
    "typescript": "^5.0.4",
    "vite": "^4.4.8",
    "vite-plugin-eslint": "^1.8.1",
    "vitest": "^0.34.1"
  },
  "eslintConfig": {
    "extends": [
      "../../.eslintrc.js"
    ]
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "gitHead": "37614ab348dcc7faa830a9a88437b37197a2162d"
}
