@atlaskit/editor-plugin-table
Version:
Table plugin for the @atlaskit/editor
173 lines (172 loc) • 4.64 kB
JSON
{
"name": "@atlaskit/editor-plugin-table",
"version": "18.1.22",
"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",
"typesVersions": {
">=4.5 <4.9": {
"*": [
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]
}
},
"sideEffects": [
"*.compiled.css"
],
"atlaskit:src": "src/index.ts",
"atlassian": {
"team": "Editor: Jenga",
"singleton": true
},
"dependencies": {
"@atlaskit/adf-schema": "^52.4.0",
"@atlaskit/button": "^23.10.0",
"@atlaskit/custom-steps": "^0.16.0",
"@atlaskit/editor-palette": "^2.1.0",
"@atlaskit/editor-plugin-accessibility-utils": "^8.0.0",
"@atlaskit/editor-plugin-analytics": "^8.0.0",
"@atlaskit/editor-plugin-batch-attribute-updates": "^8.0.0",
"@atlaskit/editor-plugin-content-insertion": "^8.0.0",
"@atlaskit/editor-plugin-editor-viewmode": "^10.0.0",
"@atlaskit/editor-plugin-extension": "11.0.24",
"@atlaskit/editor-plugin-guideline": "^8.0.0",
"@atlaskit/editor-plugin-interaction": "^15.0.0",
"@atlaskit/editor-plugin-limited-mode": "^5.0.0",
"@atlaskit/editor-plugin-selection": "^8.0.0",
"@atlaskit/editor-plugin-toolbar": "^5.1.0",
"@atlaskit/editor-plugin-user-intent": "^6.0.0",
"@atlaskit/editor-plugin-width": "^9.0.0",
"@atlaskit/editor-prosemirror": "^7.3.0",
"@atlaskit/editor-shared-styles": "^3.10.0",
"@atlaskit/editor-tables": "^2.9.0",
"@atlaskit/icon": "^34.0.0",
"@atlaskit/insm": "^0.4.0",
"@atlaskit/menu": "^8.4.0",
"@atlaskit/platform-feature-flags": "^1.1.0",
"@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
"@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.0",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
"@atlaskit/primitives": "^18.1.0",
"@atlaskit/tmp-editor-statsig": "^54.0.0",
"@atlaskit/toggle": "^15.2.0",
"@atlaskit/tokens": "^11.4.0",
"@atlaskit/tooltip": "^21.1.0",
"@babel/runtime": "^7.0.0",
"@emotion/react": "^11.7.1",
"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": "^112.16.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl-next": "npm:react-intl@^5.18.1"
},
"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_height_analytics": {
"type": "boolean"
},
"platform_editor_table_sticky_header_patch_1": {
"type": "boolean"
},
"platform_editor_table_sticky_header_patch_2": {
"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_dnd": {
"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_enable_table_dnd_patch_1": {
"type": "boolean"
},
"platform_editor_update_table_ref_fix": {
"type": "boolean"
},
"platform_editor_max_width_default_width": {
"type": "boolean"
}
}
}