{
  "name": "@hankliu/rc-monaco-editor",
  "version": "0.0.6",
  "private": false,
  "description": "React easy to use monaco-editor component",
  "keywords": [
    "react",
    "react-component",
    "react-monaco-editor",
    "monaco-editor"
  ],
  "main": "./lib/index",
  "module": "./es/index",
  "types": "./lib/index.d.ts",
  "files": [
    "es",
    "lib"
  ],
  "homepage": "https://github.com/hankliu62/rc-monaco-editor",
  "repository": {
    "type": "git",
    "url": "git+https://git@github.com/hankliu62/rc-monaco-editor.git"
  },
  "bugs": {
    "url": "http://github.com/hankliu62/rc-monaco-editor/issues"
  },
  "license": "MIT",
  "scripts": {
    "start": "dumi dev",
    "docs:build": "dumi build",
    "docs:deploy": "gh-pages -d docs-dist",
    "compile": "father build",
    "prepublishOnlyNot": "npm run compile && np patch --yolo --no-publish --any-branch",
    "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
    "prettier": "prettier --write \"./(src|test|docs)/**/*.{ts,tsx,js,jsx,json,md}\"",
    "test": "rc-test -u",
    "coverage": "rc-test -u --coverage",
    "now-build": "npm run docs:build"
  },
  "peerDependencies": {
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.24.4",
    "classnames": "^2.5.1",
    "json_typegen_wasm": "^0.7.0",
    "monaco-editor": "^0.47.0",
    "p-queue": "^8.0.1",
    "prettier": "^3.2.5",
    "prettier-plugin-java": "^2.6.0",
    "prettier-plugin-rust": "^0.1.9",
    "sql-formatter": "^15.3.0",
    "worker-loader": "3.0.1"
  },
  "devDependencies": {
    "@hankliu/hankliu-ui": "^0.0.1",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^15.0.2",
    "@types/classnames": "^2.3.0",
    "@types/jest": "^29.5.12",
    "@types/react": "^18.2.78",
    "@types/react-dom": "^18.2.25",
    "@umijs/fabric": "^4.0.1",
    "babel-plugin-import": "^1.13.8",
    "cross-env": "^7.0.3",
    "dumi": "^2.2.17",
    "eslint": "^7.1.0",
    "father": "^4.4.0",
    "glob": "^10.3.12",
    "less": "^4.2.0",
    "monaco-editor-webpack-plugin": "^7.1.0",
    "node-polyfill-webpack-plugin": "^3.0.0",
    "np": "^10.0.3",
    "rc-test": "^7.0.15",
    "react": "^18.2.0",
    "react-color": "^2.19.3",
    "react-dom": "^18.2.0",
    "typescript": "^5.4.5"
  }
}
