{
	"name": "@atlaskit/editor-plugin-synced-block",
	"version": "13.0.18",
	"description": "SyncedBlock plugin for @atlaskit/editor-core",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"atlassian": {
		"team": "Editor: Jenga",
		"releaseModel": "continuous",
		"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.0.0",
		"@atlaskit/button": "25.2.0",
		"@atlaskit/dropdown-menu": "18.2.0",
		"@atlaskit/editor-json-transformer": "^9.6.0",
		"@atlaskit/editor-plugin-analytics": "^15.0.0",
		"@atlaskit/editor-plugin-block-menu": "^14.2.0",
		"@atlaskit/editor-plugin-connectivity": "15.0.0",
		"@atlaskit/editor-plugin-content-format": "^9.0.0",
		"@atlaskit/editor-plugin-decorations": "^15.0.0",
		"@atlaskit/editor-plugin-editor-disabled": "^15.0.0",
		"@atlaskit/editor-plugin-floating-toolbar": "^17.0.0",
		"@atlaskit/editor-plugin-focus": "^14.0.0",
		"@atlaskit/editor-plugin-selection": "^15.0.0",
		"@atlaskit/editor-plugin-user-intent": "^13.0.0",
		"@atlaskit/editor-prosemirror": "^8.0.0",
		"@atlaskit/editor-shared-styles": "^4.0.0",
		"@atlaskit/editor-synced-block-provider": "^11.0.0",
		"@atlaskit/editor-toolbar": "^2.6.0",
		"@atlaskit/flag": "^18.4.0",
		"@atlaskit/icon": "37.5.0",
		"@atlaskit/icon-lab": "^7.7.0",
		"@atlaskit/logo": "^21.5.0",
		"@atlaskit/lozenge": "^15.3.0",
		"@atlaskit/modal-dialog": "^16.5.0",
		"@atlaskit/platform-feature-experiments": "^0.3.0",
		"@atlaskit/platform-feature-flags": "^2.1.0",
		"@atlaskit/primitives": "^22.4.0",
		"@atlaskit/spinner": "20.3.0",
		"@atlaskit/tmp-editor-statsig": "^159.0.0",
		"@atlaskit/tokens": "16.8.0",
		"@atlaskit/tooltip": "^24.2.0",
		"@atlaskit/visually-hidden": "^4.3.0",
		"@babel/runtime": "^7.0.0",
		"@compiled/react": "^1.0.2",
		"@emotion/react": "^11.7.1",
		"bind-event-listener": "^3.0.0",
		"date-fns": "^2.17.0",
		"memoize-one": "^6.0.0"
	},
	"peerDependencies": {
		"@atlaskit/editor-common": "^119.16.0",
		"react": "^18.2.0 || ^19.2.0",
		"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
	},
	"devDependencies": {
		"react": "^19.2.0",
		"react-intl": "^7.0.0",
		"typescript": "npm:@typescript/typescript6@^6.0.2"
	},
	"techstack": {
		"@atlassian/frontend": {
			"code-structure": [
				"editor-plugin"
			],
			"import-structure": [
				"atlassian-conventions"
			],
			"circular-dependencies": [
				"file-and-folder-level"
			]
		},
		"@repo/internal": {
			"dom-events": "use-bind-event-listener",
			"analytics": [
				"analytics-next"
			],
			"design-tokens": [
				"color"
			],
			"theming": [
				"react-context"
			],
			"ui-components": [
				"lite-mode"
			],
			"deprecation": "no-deprecated-imports",
			"styling": [
				"emotion",
				"emotion"
			],
			"imports": [
				"import-no-extraneous-disable-for-examples-and-docs"
			]
		}
	},
	"platform-feature-flags": {
		"confluence_fronend_labels_categorization_migration": {
			"type": "boolean"
		},
		"platform_editor_blocks_patch_7": {
			"type": "boolean"
		},
		"platform_editor_blocks_patch_8": {
			"type": "boolean"
		},
		"platform_editor_blocks_patch_9": {
			"type": "boolean"
		}
	}
}
