{
  "version": "0.1.3",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "wjs-editor",
  "author": "luoqiang",
  "module": "dist/wjs-editor.esm.js",
  "size-limit": [
    {
      "path": "dist/wjs-editor.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/wjs-editor.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@babel/plugin-syntax-jsx": "^7.21.4",
    "@babel/preset-react": "^7.18.6",
    "@size-limit/preset-small-lib": "^8.2.4",
    "@types/react": "^18.2.6",
    "@types/react-dom": "^18.2.4",
    "cssnano": "^6.0.1",
    "husky": "^8.0.3",
    "postcss": "^8.4.23",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup-plugin-postcss": "^4.0.2",
    "size-limit": "^8.2.4",
    "tsdx": "^0.14.1",
    "tslib": "^2.5.0",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "@emotion/css": "^11.11.0",
    "slate": "^0.94.0",
    "slate-history": "^0.93.0",
    "slate-react": "^0.94.0"
  }
}
