{
  "name": "@p-lc/editor",
  "version": "0.0.8",
  "description": "Editor",
  "keywords": [
    "p-lc",
    "pluggable",
    "low-code",
    "no-code",
    "low",
    "code",
    "no",
    "mobo",
    "ts",
    "typescript",
    "plugin",
    "aop",
    "hkt",
    "higher-kinded-types"
  ],
  "homepage": "https://pluggable-low-code.github.io",
  "bugs": {
    "url": "https://github.com/pluggable-low-code/p-lc/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pluggable-low-code/p-lc"
  },
  "license": "MIT",
  "author": "@brookshuihualee",
  "sideEffects": false,
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@mobo-ts/mobo": "^0.3.1",
    "antd": "^5.21.0",
    "immer": "^10.1.1",
    "lodash-uni": "^1.2.0",
    "mitt": "^3.0.1",
    "mobx": "^6.13.1",
    "react-use": "^17.5.1",
    "styled-components": "^6.1.12",
    "type-fest": "^4.23.0",
    "@p-lc/pd-utils": "^0.0.8",
    "@p-lc/pd": "^0.0.8",
    "@p-lc/react-shared": "^0.0.8",
    "@p-lc/shared": "^0.0.8",
    "@p-lc/uidl": "^0.0.8",
    "@p-lc/uidl-utils": "^0.0.8"
  },
  "devDependencies": {
    "@types/react": "^18.3.3",
    "@vitejs/plugin-react": "^4.3.1",
    "react": "^18.3.1",
    "vite": "^5.4.0",
    "vite-plugin-checker": "^0.7.2",
    "vite-plugin-dts": "^4.0.1",
    "vite-plugin-externalize-deps": "^0.8.0",
    "vitest": "^2.0.5"
  },
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "scripts": {
    "build": "vite build",
    "dev": "vite build -w --emptyOutDir=false",
    "test": "vitest run --passWithNoTests",
    "test:w": "vitest"
  },
  "readme": "# Editor\n"
}