{
	"name": "@atlaskit/editor-plugin-table",
	"version": "24.2.5",
	"description": "Table plugin for the @atlaskit/editor",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
	"author": "Atlassian Pty Ltd",
	"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: Jenga",
		"singleton": true
	},
	"dependencies": {
		"@atlaskit/adf-schema": "^56.0.0",
		"@atlaskit/button": "^24.1.0",
		"@atlaskit/custom-steps": "^1.0.0",
		"@atlaskit/editor-palette": "^3.1.0",
		"@atlaskit/editor-plugin-accessibility-utils": "^12.0.0",
		"@atlaskit/editor-plugin-analytics": "^12.0.0",
		"@atlaskit/editor-plugin-batch-attribute-updates": "^12.0.0",
		"@atlaskit/editor-plugin-content-insertion": "^12.0.0",
		"@atlaskit/editor-plugin-editor-viewmode": "^14.0.0",
		"@atlaskit/editor-plugin-extension": "15.0.7",
		"@atlaskit/editor-plugin-guideline": "^12.0.0",
		"@atlaskit/editor-plugin-interaction": "^22.0.0",
		"@atlaskit/editor-plugin-limited-mode": "^9.0.0",
		"@atlaskit/editor-plugin-selection": "^12.0.0",
		"@atlaskit/editor-plugin-toolbar": "^9.0.0",
		"@atlaskit/editor-plugin-ui-control-registry": "^6.0.0",
		"@atlaskit/editor-plugin-user-intent": "^10.0.0",
		"@atlaskit/editor-plugin-width": "^13.0.0",
		"@atlaskit/editor-prosemirror": "^8.0.0",
		"@atlaskit/editor-shared-styles": "^4.0.0",
		"@atlaskit/editor-tables": "^3.0.0",
		"@atlaskit/editor-toolbar": "^2.0.0",
		"@atlaskit/editor-ui-control-model": "^2.0.0",
		"@atlaskit/icon": "^36.0.0",
		"@atlaskit/icon-lab": "^7.1.0",
		"@atlaskit/insm": "^1.0.0",
		"@atlaskit/menu": "^9.0.0",
		"@atlaskit/platform-feature-flags": "^2.0.0",
		"@atlaskit/pragmatic-drag-and-drop": "^2.0.0",
		"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^3.0.0",
		"@atlaskit/pragmatic-drag-and-drop-hitbox": "^2.0.0",
		"@atlaskit/primitives": "^20.0.0",
		"@atlaskit/tmp-editor-statsig": "^110.0.0",
		"@atlaskit/toggle": "^17.0.0",
		"@atlaskit/tokens": "^15.0.0",
		"@atlaskit/tooltip": "^23.0.0",
		"@babel/runtime": "^7.0.0",
		"@compiled/react": "^0.20.0",
		"@emotion/react": "^11.7.1",
		"bind-event-listener": "^3.0.0",
		"classnames": "^2.2.5",
		"lodash": "^4.17.21",
		"memoize-one": "^6.0.0",
		"raf-schd": "^4.0.3",
		"uuid": "^3.1.0"
	},
	"peerDependencies": {
		"@atlaskit/editor-common": "^116.11.0",
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
	},
	"techstack": {
		"@atlassian/frontend": {
			"code-structure": [
				"editor-plugin"
			],
			"import-structure": [
				"atlassian-conventions"
			],
			"circular-dependencies": [
				"file-and-folder-level"
			]
		},
		"@repo/internal": {
			"design-tokens": [
				"color"
			],
			"deprecation": "no-deprecated-imports",
			"styling": [
				"emotion"
			]
		}
	},
	"stricter": {
		"no-unused-dependencies": {
			"checkDevDependencies": true
		}
	},
	"platform-feature-flags": {
		"platform_editor_paste_full_table_inside_empty_cell": {
			"type": "boolean"
		},
		"platform_editor_nested_dnd_styles_changes": {
			"type": "boolean"
		},
		"platform_editor_tables_table_selector": {
			"type": "boolean"
		},
		"platform_editor_adf_with_localid": {
			"type": "boolean"
		},
		"platform_editor_content_mode_button_mvp": {
			"type": "boolean"
		},
		"platform_editor_table_auto_convert_fix": {
			"type": "boolean"
		},
		"platform_editor_table_height_analytics": {
			"type": "boolean"
		},
		"platform_editor_table_sticky_header_patch_1": {
			"type": "boolean"
		},
		"platform_editor_table_sticky_header_patch_4": {
			"type": "boolean"
		},
		"platform_editor_table_height_analytics_event": {
			"type": "boolean"
		},
		"platform_editor_table_sticky_header_patch_3": {
			"type": "boolean"
		},
		"platform_editor_table_sticky_header_patch_5": {
			"type": "boolean"
		},
		"platform_editor_table_sticky_header_patch_6": {
			"type": "boolean"
		},
		"platform_editor_table_sticky_header_patch_7": {
			"type": "boolean"
		},
		"platform_editor_table_sticky_header_patch_8": {
			"type": "boolean"
		},
		"platform_editor_enable_table_scaling": {
			"type": "boolean"
		},
		"platform_editor_table_fixed_column_width_prop": {
			"type": "boolean"
		},
		"platform_editor_enable_table_update_ref_atlas": {
			"type": "boolean"
		},
		"platform_editor_max_width_default_width": {
			"type": "boolean"
		},
		"platform_editor_ai_table_ai_streaming_pos_fix": {
			"type": "boolean"
		}
	},
	"devDependencies": {
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"react-intl": "^7.0.0"
	}
}
