UNPKG

@atlaskit/editor-plugin-layout

Version:

Layout plugin for @atlaskit/editor-core

76 lines (75 loc) 2.39 kB
{ "name": "@atlaskit/editor-plugin-layout", "version": "18.0.0", "description": "Layout plugin for @atlaskit/editor-core", "author": "Atlassian Pty Ltd", "license": "Apache-2.0", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "atlassian": { "team": "Editor: Jenga", "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": [ "*.compiled.css" ], "atlaskit:src": "src/index.ts", "dependencies": { "@atlaskit/adf-schema": "^57.4.0", "@atlaskit/css": "^1.1.0", "@atlaskit/editor-plugin-analytics": "^17.0.0", "@atlaskit/editor-plugin-block-controls": "^18.0.0", "@atlaskit/editor-plugin-block-menu": "^16.0.0", "@atlaskit/editor-plugin-decorations": "^17.0.0", "@atlaskit/editor-plugin-editor-disabled": "^17.0.0", "@atlaskit/editor-plugin-guideline": "^17.0.0", "@atlaskit/editor-plugin-interaction": "^28.0.0", "@atlaskit/editor-plugin-selection": "^17.0.0", "@atlaskit/editor-plugin-toolbar": "^14.0.0", "@atlaskit/editor-plugin-ui-control-registry": "^11.0.0", "@atlaskit/editor-plugin-user-intent": "^15.0.0", "@atlaskit/editor-plugin-width": "^18.0.0", "@atlaskit/editor-prosemirror": "^8.0.0", "@atlaskit/editor-shared-styles": "^4.1.0", "@atlaskit/editor-toolbar": "^2.6.0", "@atlaskit/editor-ui-control-model": "^2.9.0", "@atlaskit/icon": "^37.6.0", "@atlaskit/icon-lab": "^7.8.0", "@atlaskit/platform-feature-experiments": "^0.3.0", "@atlaskit/platform-feature-flags": "^2.2.0", "@atlaskit/tmp-editor-statsig": "^179.0.0", "@atlaskit/tokens": "^16.11.0", "@babel/runtime": "^7.0.0", "@emotion/react": "^11.7.1", "bind-event-listener": "^3.0.0" }, "peerDependencies": { "@atlaskit/editor-common": "^121.0.0", "react": "^18.2.0 || ^19.2.0", "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0" }, "platform-feature-flags": { "platform_editor_element_browser_analytic": { "type": "boolean" }, "platform_editor_column_count_analytics": { "type": "boolean" }, "platform_editor_adf_with_localid": { "type": "boolean" }, "platform_editor_layout_column_menu_kill_switch_1": { "type": "boolean" } }, "devDependencies": { "react": "^19.2.0", "react-intl": "^7.0.0" } }