{
  "name": "bocknoat-react",
  "homepage": "https://github.com/velvetfs/BockNoat",
  "private": false,
  "license": "MPL-2.0",
  "version": "1.1.17",
  "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/bocknoat-react.umd.cjs",
  "module": "./dist/bocknoat-react.js",
  "exports": {
    ".": {
      "types": "./types/src/index.d.ts",
      "import": "./dist/bocknoat-react.js",
      "require": "./dist/bocknoat-react.umd.cjs"
    },
    "./style.css": {
      "import": "./dist/style.css",
      "require": "./dist/style.css"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "pnpm tsc && vite build",
    "build-bundled": "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"
  },
  "dependencies": {
    "@emotion/react": "^11.10.5",
    "@mantine/core": "^5.6.1",
    "@mantine/hooks": "^5.6.1",
    "@mantine/utils": "^6.0.5",
    "@tippyjs/react": "^4.2.6",
    "@tiptap/core": "^2.1.12",
    "@tiptap/react": "^2.1.12",
    "bocknoat-core": "^1.1.17",
    "lodash": "^4.17.21",
    "react-icons": "^4.3.1"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.201",
    "@types/react": "^18.0.25",
    "@types/react-dom": "^18.0.9",
    "@vitejs/plugin-react": "^3.1.0",
    "eslint": "^8.10.0",
    "eslint-config-react-app": "^7.0.0",
    "prettier": "^2.7.1",
    "typescript": "^5.0.4",
    "vite": "^4.1.4",
    "vite-plugin-eslint": "^1.8.1"
  },
  "peerDependencies": {
    "react": "^18",
    "react-dom": "^18"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ],
    "rules": {
      "curly": 1
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "gitHead": "7d7879c9d524dcfc201a063177e5cc171ab5f421"
}
