{
  "name": "docx-slate",
  "version": "0.1.6",
  "description": "A simple slatejs-based docx editor for demonstration of docxjs.",
  "author": "Zhang Yu",
  "license": "MIT",
  "private": false,
  "homepage": "https://zhangyu836.github.io/docx-slate",
  "repository": {
    "type": "git",
    "url": "https://github.com/zhangyu836/docx-slate.git"
  },
  "files": [
    "src",
    "public",
    "config-overrides.js"
  ],
  "keywords": [
    "docx",
    "docxjs",
    "slate",
    "slatejs",
    "editor"
  ],
  "dependencies": {
    "@emotion/css": "^11.7.1",
    "@emotion/react": "^11.10.0",
    "docxyz": "^0.2.1",
    "image-extensions": "^1.1.0",
    "is-hotkey": "^0.2.0",
    "is-url": "^1.2.4",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-icons": "^4.3.1",
    "slate": "^0.82.1",
    "slate-history": "^0.66.0",
    "slate-react": "^0.82.1",
    "web-vitals": "^2.1.4",
    "file-saver": "^2.0.5",
    "react-loader-spinner": "^5.3.4",
    "uuid": "^9.0.0",
    "object-hash": "^3.0.0",
    "lru-cache": "^7.14.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.3",
    "@testing-library/react": "^12.1.4",
    "@testing-library/user-event": "^13.5.0",
    "core-js": "^3.24.1",
    "react-scripts": "5.0.1",
    "react-app-rewired": "^2.2.1",
    "webpack": "latest",
    "assert": "latest",
    "buffer": "latest",
    "process": "latest",
    "crypto-browserify": "latest",
    "path-browserify": "latest",
    "stream-browserify": "latest",
    "constants-browserify": "latest",
    "browserify-zlib": "latest",
    "console-browserify": "latest",
    "original-fs": "latest",
    "gh-pages": "^4.0.0"
  },
  "scripts": {
    "predeploy": "npm run build",
    "deploy": "gh-pages -d build",
    "start": "react-app-rewired start",
    "build": "react-app-rewired build",
    "test": "react-app-rewired test",
    "eject": "react-scripts eject"
  },
  "eslintConfig": {
    "extends": [
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
