{
	"name": "@atlaskit/editor-plugin-status",
	"version": "20.0.4",
	"description": "Status plugin for @atlaskit/editor-core",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"atlassian": {
		"team": "Editor: Core Experiences",
		"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": [
		"*.compiled.css"
	],
	"atlaskit:src": "src/index.ts",
	"dependencies": {
		"@atlaskit/adf-schema": "^57.6.0",
		"@atlaskit/analytics-next": "^12.5.0",
		"@atlaskit/browser-apis": "^1.2.0",
		"@atlaskit/editor-plugin-analytics": "^19.0.0",
		"@atlaskit/editor-plugin-block-controls": "^20.1.0",
		"@atlaskit/editor-plugin-block-menu": "^18.0.0",
		"@atlaskit/editor-plugin-selection": "^19.0.0",
		"@atlaskit/editor-plugin-ui-control-registry": "^13.1.0",
		"@atlaskit/editor-prosemirror": "^9.0.0",
		"@atlaskit/editor-shared-styles": "^4.3.0",
		"@atlaskit/editor-toolbar": "^2.7.0",
		"@atlaskit/editor-ui-control-model": "^2.10.0",
		"@atlaskit/icon": "^37.7.0",
		"@atlaskit/icon-lab": "^7.9.0",
		"@atlaskit/platform-feature-experiments": "^0.3.0",
		"@atlaskit/platform-feature-flags": "^2.2.0",
		"@atlaskit/status": "^5.12.0",
		"@atlaskit/tmp-editor-statsig": "^202.0.0",
		"@atlaskit/tokens": "^19.0.0",
		"@atlaskit/visually-hidden": "^4.4.0",
		"@babel/runtime": "^7.0.0",
		"@emotion/react": "^11.7.1"
	},
	"peerDependencies": {
		"@atlaskit/editor-common": "^123.7.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",
		"raf-stub": "^2.0.1",
		"react": "^19.2.0",
		"react-dom": "^19.2.0",
		"react-intl": "^7.0.0"
	},
	"platform-feature-flags": {
		"platform-component-visual-refresh": {
			"type": "boolean"
		},
		"platform-lozenge-custom-letterspacing": {
			"type": "boolean"
		},
		"platform-dst-lozenge-tag-badge-visual-uplifts": {
			"type": "boolean"
		},
		"platform_editor_status_popup_suggestions_patch_1": {
			"type": "boolean"
		},
		"platform_editor_status_popup_suggestions_patch_2": {
			"type": "boolean"
		}
	}
}
