{
	"name": "@atlaskit/editor-plugin-collab-edit",
	"version": "18.0.3",
	"description": "Collab Edit plugin for @atlaskit/editor-core",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"atlassian": {
		"team": "Editor: Collaboration",
		"singleton": true
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
	"main": "dist/cjs/index.js",
	"module": "dist/esm/index.js",
	"module:es2019": "dist/es2019/index.js",
	"types": "dist/types/index.d.ts",
	"sideEffects": false,
	"atlaskit:src": "src/index.ts",
	"dependencies": {
		"@atlaskit/adf-schema": "^57.4.0",
		"@atlaskit/custom-steps": "^1.1.0",
		"@atlaskit/editor-json-transformer": "^9.8.0",
		"@atlaskit/editor-plugin-analytics": "^17.0.0",
		"@atlaskit/editor-plugin-connectivity": "^17.0.0",
		"@atlaskit/editor-plugin-editor-viewmode": "^19.0.0",
		"@atlaskit/editor-plugin-feature-flags": "^16.0.0",
		"@atlaskit/editor-prosemirror": "^8.0.0",
		"@atlaskit/editor-shared-styles": "^4.1.0",
		"@atlaskit/frontend-utilities": "^4.3.0",
		"@atlaskit/platform-feature-experiments": "^0.3.0",
		"@atlaskit/platform-feature-flags": "^2.2.0",
		"@atlaskit/prosemirror-collab": "^1.1.0",
		"@atlaskit/tmp-editor-statsig": "^182.0.0",
		"@atlaskit/tokens": "^16.11.0",
		"@babel/runtime": "^7.0.0",
		"memoize-one": "^6.0.0"
	},
	"peerDependencies": {
		"@atlaskit/editor-common": "^121.1.0",
		"react": "^18.2.0 || ^19.2.0",
		"react-dom": "^18.2.0 || ^19.2.0"
	},
	"devDependencies": {
		"@testing-library/react": "^16.3.0",
		"react": "^19.2.0",
		"react-dom": "^19.2.0",
		"wait-for-expect": "^1.2.0"
	},
	"platform-feature-flags": {
		"platform_editor_agent_be_review_undo": {
			"type": "boolean"
		},
		"platform_editor_collab_organic_change_reporting": {
			"type": "boolean"
		}
	}
}
