{
  "name": "@os-design/editor",
  "version": "1.0.313",
  "license": "UNLICENSED",
  "repository": "git@gitlab.com:os-team/libs/os-design.git",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "!**/*.test.ts",
    "!**/*.test.tsx",
    "!**/__tests__",
    "!**/*.stories.tsx",
    "!**/*.stories.mdx",
    "!**/*.example.tsx",
    "!**/*.emotion.d.ts"
  ],
  "sideEffects": false,
  "scripts": {
    "clean": "rm -r dist",
    "build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx --out-dir dist",
    "build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly --declaration --declarationDir dist",
    "build": "yarn clean && npm-run-all 'build:*'",
    "ncu": "ncu -u"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@os-design/core": "^1.0.308",
    "@os-design/icons": "^1.0.75",
    "@os-design/styles": "^1.0.72",
    "@os-design/theming": "^1.0.67",
    "@os-design/utils": "^1.0.97",
    "draft-js": "^0.11.7"
  },
  "devDependencies": {
    "@emotion/react": ">=11",
    "@emotion/styled": ">=11",
    "@types/draft-js": "^0.11.20",
    "immutable": "^5.1.5"
  },
  "peerDependencies": {
    "@emotion/react": ">=11",
    "@emotion/styled": ">=11",
    "immutable": "~3.7.4",
    "react": "19",
    "react-dom": "19"
  },
  "gitHead": "535a04ab2684ea5133d93ec1ac8e856ccb9a8d9f"
}
