UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

150 lines (149 loc) 4.11 kB
{ "name": "@atlaskit/editor-plugin-table", "version": "15.3.10", "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": "^51.3.2", "@atlaskit/button": "^23.5.0", "@atlaskit/custom-steps": "^0.16.0", "@atlaskit/editor-palette": "^2.1.0", "@atlaskit/editor-plugin-accessibility-utils": "^6.0.0", "@atlaskit/editor-plugin-analytics": "^6.2.0", "@atlaskit/editor-plugin-batch-attribute-updates": "^6.1.0", "@atlaskit/editor-plugin-content-insertion": "^6.0.0", "@atlaskit/editor-plugin-editor-viewmode": "^8.0.0", "@atlaskit/editor-plugin-extension": "9.2.0", "@atlaskit/editor-plugin-guideline": "^6.0.0", "@atlaskit/editor-plugin-interaction": "^9.0.0", "@atlaskit/editor-plugin-limited-mode": "^3.1.0", "@atlaskit/editor-plugin-selection": "^6.1.0", "@atlaskit/editor-plugin-toolbar": "^3.4.0", "@atlaskit/editor-plugin-user-intent": "^4.0.0", "@atlaskit/editor-plugin-width": "^7.0.0", "@atlaskit/editor-prosemirror": "7.0.0", "@atlaskit/editor-shared-styles": "^3.8.0", "@atlaskit/editor-tables": "^2.9.0", "@atlaskit/icon": "^28.5.0", "@atlaskit/insm": "^0.2.0", "@atlaskit/menu": "^8.4.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/pragmatic-drag-and-drop-auto-scroll": "^2.1.0", "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0", "@atlaskit/primitives": "^16.1.0", "@atlaskit/react-ufo": "^4.14.0", "@atlaskit/theme": "^21.0.0", "@atlaskit/tmp-editor-statsig": "^13.26.0", "@atlaskit/toggle": "^15.1.0", "@atlaskit/tokens": "^7.1.0", "@atlaskit/tooltip": "^20.7.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": "^110.22.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-visual-refresh-icons": { "type": "boolean" }, "platform_editor_use_nested_table_pm_nodes": { "type": "boolean", "referenceOnly": true }, "platform_editor_nested_tables_sticky_header_bug": { "type": "boolean" }, "platform_editor_number_column_sticky_header_bug": { "type": "boolean" }, "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_fix_table_resizing_undo": { "type": "boolean" }, "platform_editor_table_fw_numcol_overflow_fix": { "type": "boolean" }, "platform_editor_adf_with_localid": { "type": "boolean" }, "platform_editor_fix_confirm_table_removal": { "type": "boolean" }, "platform_editor_fix_table_menus_jira": { "type": "boolean" }, "platform_editor_content_mode_button_mvp": { "type": "boolean" } } }