{
  "name": "only-brain-editor",
  "version": "2.1.3",
  "main": "./dist/index.js",
  "module": "dist/index.es.js",
  "unpkg": "dist/index.umd.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "dev": "vite",
    "testDev": "rm -rf node_modules/.vite && yarn run dev",
    "build": "rollup --config",
    "serve": "vite preview",
    "test": "jest",
    "release": "yarn build && yarn publish",
    "icon:test": "node_modules/typescript/bin/tsc --build ./iconCompiler && node ./iconCompiler/lib/index.js"
  },
  "dependencies": {
    "is-hotkey": "^0.2.0",
    "jest": "^26.6.3",
    "react-day-picker": "^7.4.10",
    "slate": "^0.63.0",
    "slate-history": "^0.62.0",
    "slate-react": "^0.63.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^18.0.0",
    "@types/ali-oss": "^6.0.8",
    "@types/jest": "^26.0.22",
    "@types/md5": "^2.3.0",
    "@types/parse5": "^5.0.0",
    "@types/react": "^16.8.0",
    "@types/react-beautiful-dnd": "^13.0.0",
    "@types/react-dom": "^16.8.0",
    "@typescript-eslint/eslint-plugin": "^4.23.0",
    "@typescript-eslint/parser": "^4.23.0",
    "ali-oss": "^6.15.2",
    "axios": "^0.21.1",
    "eslint": "^7.26.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "less": "^4.1.1",
    "md5": "^2.3.0",
    "parse5": "^5.0.0",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "rollup": "^2.45.2",
    "rollup-plugin-less": "^1.1.3",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-typescript2": "^0.30.0",
    "ts-jest": "^26.5.5",
    "ttypescript": "^1.5.12",
    "typescript": "^4.1.2",
    "typescript-transform-paths": "^2.2.3",
    "vite": "^2.2.4"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "files": [
    "/dist"
  ]
}
