{
	"name": "@atlaskit/editor-plugin-annotation",
	"version": "19.2.2",
	"description": "Annotation plugin for @atlaskit/editor-core",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"atlassian": {
		"team": "Editor: AI",
		"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.6.0",
		"@atlaskit/editor-plugin-analytics": "^19.0.0",
		"@atlaskit/editor-plugin-connectivity": "^19.0.0",
		"@atlaskit/editor-plugin-editor-viewmode-effects": "^19.0.0",
		"@atlaskit/editor-plugin-feature-flags": "^18.0.0",
		"@atlaskit/editor-plugin-toolbar": "^16.0.0",
		"@atlaskit/editor-plugin-user-intent": "^17.0.0",
		"@atlaskit/editor-prosemirror": "^9.0.0",
		"@atlaskit/editor-toolbar": "^2.7.0",
		"@atlaskit/editor-toolbar-model": "^1.2.0",
		"@atlaskit/icon": "^37.7.0",
		"@atlaskit/platform-feature-flags": "^2.2.0",
		"@atlaskit/tmp-editor-statsig": "^204.0.0",
		"@babel/runtime": "^7.0.0"
	},
	"peerDependencies": {
		"@atlaskit/editor-common": "^123.8.0",
		"react": "^18.2.0 || ^19.2.0",
		"react-dom": "^18.2.0 || ^19.2.0",
		"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
	},
	"devDependencies": {
		"@testing-library/react": "^16.3.0",
		"react": "^19.2.0",
		"react-dom": "^19.2.0",
		"react-intl": "^7.0.0",
		"wait-for-expect": "^1.2.0"
	},
	"platform-feature-flags": {
		"cc_maui_annotations_on_extensions": {
			"type": "boolean",
			"referenceOnly": true
		},
		"platform_editor_comments_api_manager": {
			"type": "boolean",
			"referenceOnly": true
		},
		"editor_inline_comments_on_inline_nodes": {
			"type": "boolean"
		}
	}
}
