{
  "name": "edix",
  "version": "0.4.5",
  "description": "An experimental, type-safe, framework agnostic and small (5kB+) contenteditable state manager.",
  "main": "lib/index.cjs",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "type": "module",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./lib/index.d.ts",
      "require": "./lib/index.cjs",
      "default": "./lib/index.js"
    }
  },
  "files": [
    "lib"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "rollup -c",
    "tsc": "tsc -p . --noEmit",
    "test": "vitest --run --project=unit",
    "test:browser": "vitest --run --project=browser",
    "format": "prettier '**/*.{js,ts,jsx,tsx}' --write --cache",
    "format:ci": "prettier '**/*.{js,ts,jsx,tsx}' -l",
    "storybook": "storybook dev -p 6006",
    "storybook:build": "storybook build",
    "e2e": "npx playwright test",
    "typedoc": "typedoc",
    "size": "size-limit",
    "prepare": "patch-package",
    "prepublishOnly": "npm run typedoc && rimraf lib && npm run build"
  },
  "dependencies": {
    "@standard-schema/spec": "^1.0.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.59.1",
    "@rollup/plugin-terser": "1.0.0",
    "@rollup/plugin-typescript": "12.3.0",
    "@size-limit/preset-small-lib": "^12.0.0",
    "@storybook/addon-docs": "^10.3.1",
    "@storybook/react-vite": "^10.3.1",
    "@textlint/kernel": "^15.0.0",
    "@textlint/textlint-plugin-text": "^15.0.0",
    "@types/react": "^19.2.0",
    "@types/react-dom": "^19.2.0",
    "@vitest/browser-playwright": "^4.1.0",
    "diff": "^9.0.0",
    "esbuild": "^0.28.0",
    "kuromojin": "^3.0.1",
    "linkifyjs": "^4.3.1",
    "patch-package": "^8.0.0",
    "path-browserify": "^1.0.1",
    "prettier": "^3.8.1",
    "prism-react-renderer": "^2.4.1",
    "react": "^19.2.6",
    "react-dom": "^19.2.6",
    "react-is": "^19.2.6",
    "remark-gfm": "^4.0.1",
    "remark-parse": "^11.0.0",
    "rimraf": "6.1.3",
    "rollup": "^4.54.0",
    "size-limit": "^12.0.0",
    "storybook": "^10.3.1",
    "textlint-rule-preset-japanese": "^10.0.4",
    "typedoc": "^0.28.0",
    "typedoc-plugin-markdown": "^4.6.3",
    "typescript": "^5.9.3",
    "unified": "^11.0.5",
    "valibot": "^1.4.0",
    "vite": "^8.0.11",
    "vitest": "^4.1.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inokawa/edix.git"
  },
  "keywords": [
    "contenteditable",
    "ui",
    "headless",
    "textarea",
    "input",
    "form",
    "highlight",
    "autocomplete",
    "tagging",
    "combobox",
    "richtext",
    "editor",
    "wysiwyg",
    "react",
    "vue",
    "svelte",
    "solid",
    "angular",
    "preact"
  ],
  "author": "inokawa <stratoooo-taster@yahoo.co.jp> (https://github.com/inokawa/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/inokawa/edix/issues"
  },
  "homepage": "https://github.com/inokawa/edix#readme"
}
