{
  "name": "wysimark-lite",
  "version": "0.25.39",
  "license": "MIT",
  "author": "takesy<takesy.morito@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/takeshy/wysimark-lite"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    },
    "./bundled": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "types": "./dist/index.d.ts",
  "files": [
    "README.md",
    "dist/"
  ],
  "description": "A modern and clean rich text editor for React",
  "keywords": [
    "editor",
    "gfm",
    "githubflavoredmarkdown",
    "markdown",
    "rich-text",
    "text",
    "wysimark",
    "wysiwyg"
  ],
  "devDependencies": {
    "@storybook/react-vite": "^10.1.10",
    "@thesunny/assert-type": "^0.1.13",
    "@types/handlebars-helpers": "^0.5.3",
    "@types/is-hotkey": "^0.1.7",
    "@types/lodash.throttle": "^4.1.7",
    "@types/mdast": "^3.0.0",
    "@types/prismjs": "^1.26.5",
    "@types/react": ">=17.x",
    "@types/react-dom": ">=17.x",
    "@types/unist": "^2.0.0",
    "@vitejs/plugin-react": "^4.3.4",
    "change-case": "^4.1.2",
    "concurrently": "^7.2",
    "csstype": "^3.0.2",
    "eslint": "^8.4.1",
    "eslint-config-custom": "*",
    "eslint-plugin-storybook": "^10.2.8",
    "json-beautify": "^1.1.1",
    "just-map-values": "^3.2.0",
    "mdast-util-definitions": "^5.1.1",
    "pretty-bytes": "^6.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "rimraf": "^4.1.2",
    "storybook": "^10.1.10",
    "ts-node": "^10.9.1",
    "tsx": "^4.21.0",
    "tsconfig": "*",
    "tsup": "^8.5.1",
    "type-fest": "^3.2.0",
    "typescript": "^4.9.4",
    "unist-util-visit": "^4.1.2",
    "vite": "^6.1.0"
  },
  "dependencies": {
    "@emotion/core": "^11.0.0",
    "@emotion/react": "^11.10.6",
    "@emotion/styled": "^11.10.6",
    "clsx": "^1.2.1",
    "is-hotkey": "^0.2.0",
    "lodash.throttle": "^4.1.1",
    "mdast-util-definitions": "^5.1.1",
    "mdast-util-gfm": "^3.0.0",
    "micromark-extension-gfm": "^3.0.0",
    "nanoid": "^3.3.6",
    "prismjs": "^1.29.0",
    "remark-parse": "^10.0.2",
    "slate": "^0.120.0",
    "slate-dom": "^0.119.0",
    "slate-history": "^0.113.1",
    "slate-react": "^0.120.0",
    "unified": "^11.0.5",
    "unist-util-visit": "^4.1.2",
    "zustand": "^4.1.5"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "scripts": {
    "dev": "vite --host",
    "build": "rimraf dist && tsup src/index.tsx",
    "lint": "eslint src --ext .ts,.tsx",
    "test": "tsx --test \"src/**/*.test.ts\"",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  }
}
