UNPKG

@atlaskit/editor-plugin-alignment

Version:

Alignment plugin for @atlaskit/editor-core

96 lines (95 loc) 2.43 kB
{ "name": "@atlaskit/editor-plugin-alignment", "version": "15.0.3", "description": "Alignment plugin for @atlaskit/editor-core", "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: AI", "singleton": true }, "platform-feature-flags": { "platform_editor_use_preferences_plugin": { "type": "boolean" } }, "dependencies": { "@atlaskit/adf-schema": "^56.6.0", "@atlaskit/css": "^1.0.0", "@atlaskit/editor-plugin-analytics": "^14.0.0", "@atlaskit/editor-plugin-interaction": "^25.0.0", "@atlaskit/editor-plugin-primary-toolbar": "^15.0.0", "@atlaskit/editor-plugin-selection-toolbar": "^15.0.0", "@atlaskit/editor-plugin-toolbar": "^11.0.0", "@atlaskit/editor-prosemirror": "^8.0.0", "@atlaskit/editor-tables": "^3.0.0", "@atlaskit/editor-toolbar": "^2.4.0", "@atlaskit/icon": "^37.3.0", "@atlaskit/platform-feature-flags": "^2.1.0", "@atlaskit/tmp-editor-statsig": "^145.0.0", "@atlaskit/tokens": "^16.5.0", "@babel/runtime": "^7.0.0", "@compiled/react": "^1.0.0" }, "peerDependencies": { "@atlaskit/editor-common": "^118.2.0", "react": "^18.2.0 || ^19.2.0", "react-dom": "^18.2.0 || ^19.2.0", "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0" }, "devDependencies": { "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.4.3", "react": "^19.2.0", "react-dom": "^19.2.0", "react-intl": "^7.0.0", "wait-for-expect": "^1.2.0" }, "techstack": { "@atlassian/frontend": { "code-structure": [ "editor-plugin" ], "import-structure": [ "atlassian-conventions" ], "circular-dependencies": [ "file-and-folder-level" ] }, "@repo/internal": { "dom-events": "use-bind-event-listener", "analytics": [ "analytics-next" ], "design-tokens": [ "color" ], "theming": [ "react-context" ], "ui-components": [ "lite-mode" ], "deprecation": "no-deprecated-imports", "styling": [ "compiled" ], "imports": [ "import-no-extraneous-disable-for-examples-and-docs" ] } } }