{
	"name": "@atlaskit/renderer",
	"version": "128.10.4",
	"description": "Renderer component",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"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",
	"atlassian": {
		"team": "Editor",
		"website": {
			"name": "Renderer"
		}
	},
	"dependencies": {
		"@atlaskit/adf-schema": "^52.4.0",
		"@atlaskit/adf-utils": "^19.27.0",
		"@atlaskit/afm-i18n-platform-editor-renderer": "2.10.0",
		"@atlaskit/analytics-listeners": "^10.0.0",
		"@atlaskit/analytics-namespaced-context": "^7.2.0",
		"@atlaskit/analytics-next": "^11.2.0",
		"@atlaskit/browser-apis": "^0.0.1",
		"@atlaskit/button": "^23.11.0",
		"@atlaskit/code": "^17.4.0",
		"@atlaskit/editor-json-transformer": "^8.31.0",
		"@atlaskit/editor-palette": "^2.1.0",
		"@atlaskit/editor-prosemirror": "^7.3.0",
		"@atlaskit/editor-shared-styles": "^3.10.0",
		"@atlaskit/editor-smart-link-draggable": "^0.5.0",
		"@atlaskit/emoji": "^69.12.0",
		"@atlaskit/feature-gate-js-client": "^5.5.0",
		"@atlaskit/icon": "^34.0.0",
		"@atlaskit/link": "^3.4.0",
		"@atlaskit/link-datasource": "^5.0.0",
		"@atlaskit/link-extractors": "^2.4.0",
		"@atlaskit/linking-common": "^9.11.0",
		"@atlaskit/media-card": "^79.16.0",
		"@atlaskit/media-client": "^36.0.0",
		"@atlaskit/media-client-react": "^5.0.0",
		"@atlaskit/media-common": "^13.0.0",
		"@atlaskit/media-filmstrip": "^51.2.0",
		"@atlaskit/media-ui": "^28.7.0",
		"@atlaskit/media-viewer": "^52.9.0",
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@atlaskit/platform-feature-flags-react": "^0.4.0",
		"@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
		"@atlaskit/react-ufo": "^5.13.0",
		"@atlaskit/smart-card": "^44.0.0",
		"@atlaskit/status": "^3.2.0",
		"@atlaskit/task-decision": "^19.3.0",
		"@atlaskit/theme": "^23.0.0",
		"@atlaskit/tmp-editor-statsig": "^61.0.0",
		"@atlaskit/tokens": "^13.0.0",
		"@atlaskit/tooltip": "^21.1.0",
		"@atlaskit/visually-hidden": "^3.0.0",
		"@babel/runtime": "^7.0.0",
		"@emotion/react": "^11.7.1",
		"lodash": "^4.17.21",
		"memoize-one": "^6.0.0",
		"react-intl-next": "npm:react-intl@^5.18.1",
		"react-loadable": "^5.1.0",
		"react-loosely-lazy": "^1.0.0",
		"uuid": "^3.1.0"
	},
	"peerDependencies": {
		"@atlaskit/editor-common": "^112.20.0",
		"@atlaskit/link-provider": "^4.3.0",
		"@atlaskit/media-core": "^37.0.0",
		"react": "^18.2.0",
		"react-dom": "^18.2.0"
	},
	"devDependencies": {
		"@af/integration-testing": "workspace:^",
		"@af/visual-regression": "workspace:^",
		"@atlaskit/analytics-gas-types": "^5.1.0",
		"@atlaskit/checkbox": "^17.3.0",
		"@atlaskit/link-provider": "^4.3.0",
		"@atlaskit/link-test-helpers": "^10.0.0",
		"@atlaskit/media-core": "^37.0.0",
		"@atlaskit/media-integration-test-helpers": "workspace:^",
		"@atlaskit/media-test-helpers": "^40.0.0",
		"@atlaskit/mention": "^24.6.0",
		"@atlaskit/modal-dialog": "^14.15.0",
		"@atlaskit/navigation-system": "^7.2.0",
		"@atlaskit/profilecard": "^24.49.0",
		"@atlaskit/side-nav-items": "^1.13.0",
		"@atlaskit/util-data-test": "^18.5.0",
		"@atlassian/a11y-jest-testing": "^0.11.0",
		"@atlassian/feature-flags-test-utils": "^1.0.0",
		"@atlassian/testing-library": "^0.5.0",
		"@testing-library/react": "^16.3.0",
		"@testing-library/user-event": "^14.4.3",
		"@types/react-loadable": "^5.4.1",
		"@types/react-test-renderer": "^18.0.6",
		"ajv": "^6.12.6",
		"enzyme": "^3.10.0",
		"jsdom": "^25.0.0",
		"mockdate": "^3.0.5",
		"puppeteer": "13.7.0",
		"react-live-clock": "^5.0.0",
		"react-magnetic-di": "^3.1.4",
		"react-moment": "^1.1.2",
		"react-test-renderer": "^18.2.0",
		"rxjs": "^5.5.0",
		"sinon": "^2.2.0",
		"worker-plugin": "^4.0.2"
	},
	"techstack": {
		"@repo/internal": {
			"design-tokens": [
				"color"
			],
			"deprecation": "no-deprecated-imports",
			"styling": [
				"emotion"
			]
		}
	},
	"platform-feature-flags": {
		"confluence_frontend_fix_date_hydration_error": {
			"type": "boolean"
		},
		"confluence_frontend_table_scrollbar_ttvc_fix": {
			"type": "boolean"
		},
		"cc_comments_log_draft_annotation_ancestor_nodes": {
			"type": "boolean"
		},
		"platform-ssr-table-resize": {
			"type": "boolean"
		},
		"platform_fix_nested_num_column_scaling": {
			"type": "boolean"
		},
		"platform_editor_typography_ugc": {
			"type": "boolean"
		},
		"editor_inline_comments_on_inline_nodes": {
			"type": "boolean"
		},
		"platform_renderer_a11y_inline_comment_fix": {
			"type": "boolean"
		},
		"platform-component-visual-refresh": {
			"type": "boolean"
		},
		"platform_editor_querySelector_fix_table_renderer": {
			"type": "boolean"
		},
		"platform_editor_fix_media_in_renderer": {
			"type": "boolean"
		},
		"platform_editor_fix_wide_media_in_renderer": {
			"type": "boolean"
		},
		"platform_editor_content_mode_button_mvp": {
			"type": "boolean"
		},
		"platform_editor_nested_dnd_styles_changes": {
			"type": "boolean"
		},
		"platform_editor_comments_api_manager": {
			"type": "boolean"
		},
		"platform_renderer_isPresentational": {
			"type": "boolean"
		},
		"platform_ssr_smartlink_embeds": {
			"type": "boolean"
		},
		"platform_ssr_smartlink_cards": {
			"type": "boolean"
		},
		"platform_editor_renderer_rm_usespecbasedvalidator": {
			"type": "boolean"
		},
		"platform_editor_bordered_panel_nested_in_table": {
			"type": "boolean"
		},
		"platform_editor__renderer_indentation_text_margin": {
			"type": "boolean"
		},
		"confluence_frontend_fix_view_page_slo": {
			"type": "boolean"
		},
		"platform_editor_numbered_column_in_include": {
			"type": "boolean"
		},
		"jfp-magma-ssr-iv-editor-media": {
			"type": "boolean"
		},
		"jfp-magma-ssr-iv-editor-links": {
			"type": "boolean"
		},
		"hot-121622_lazy_load_expand_content": {
			"type": "boolean"
		},
		"navx-1895-new-logo-design": {
			"type": "boolean"
		},
		"media-perf-uplift-mutation-fix": {
			"type": "boolean"
		},
		"platform_editor_table_height_analytics_event": {
			"type": "boolean"
		},
		"platform_editor_ai_adf_prompts_in_all_products": {
			"type": "boolean"
		},
		"jfp-magma-ssr-iv-editor-codeblock": {
			"type": "boolean"
		},
		"platform_fix_macro_renders_in_layouts": {
			"type": "boolean"
		},
		"ally_30945_accessibility_outline_fix": {
			"type": "boolean"
		},
		"platform_editor_fix_missing_task_id": {
			"type": "boolean"
		},
		"platform_editor_table_fixed_column_width_prop": {
			"type": "boolean"
		},
		"platform_synced_block_patch_9": {
			"type": "boolean"
		},
		"confluence_ttvc_inline_extensions": {
			"type": "boolean"
		},
		"platform_editor_native_embeds_fallback_transform": {
			"type": "boolean"
		},
		"platform_editor_renderer_selection_context": {
			"type": "boolean",
			"referenceOnly": "true"
		},
		"platform_editor_media_border_radius_fix": {
			"type": "boolean"
		},
		"platform_editor_block_menu_v2_patch_4": {
			"type": "boolean"
		},
		"platform-dst-lozenge-tag-badge-visual-uplifts": {
			"type": "boolean"
		}
	}
}
