UNPKG

@atlaskit/editor-plugin-track-changes

Version:

ShowDiff plugin for @atlaskit/editor-core

133 lines (132 loc) 4.27 kB
{ "name": "@atlaskit/editor-plugin-track-changes", "version": "15.0.14", "description": "ShowDiff plugin for @atlaskit/editor-core", "author": "Atlassian Pty Ltd", "license": "Apache-2.0", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "atlassian": { "team": "Editor: AI", "releaseModel": "continuous", "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": false, "atlaskit:src": "src/index.ts", "dependencies": { "@atlaskit/button": "^25.2.0", "@atlaskit/editor-plugin-history": "16.0.0", "@atlaskit/editor-plugin-primary-toolbar": "^17.0.0", "@atlaskit/editor-plugin-show-diff": "14.2.7", "@atlaskit/editor-plugin-toolbar": "^13.0.0", "@atlaskit/editor-prosemirror": "^8.0.0", "@atlaskit/editor-toolbar": "^2.6.0", "@atlaskit/editor-toolbar-model": "^1.2.0", "@atlaskit/platform-feature-experiments": "^0.3.0", "@atlaskit/platform-feature-flags": "^2.1.0", "@babel/runtime": "^7.0.0" }, "peerDependencies": { "@atlaskit/editor-common": "^120.7.0", "react": "^18.2.0 || ^19.2.0", "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0" }, "platform-feature-flags": { "platform_editor_ai_smart_diff": { "type": "boolean" }, "platform_editor_diff_plugin_show_indicators": { "type": "boolean" } }, "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": [ "emotion", "emotion" ], "imports": [ "import-no-extraneous-disable-for-examples-and-docs" ] } }, "devDependencies": { "@af/editor-examples-helpers": "workspace:^", "@atlaskit/css": "^1.1.0", "@atlaskit/editor-core": "^226.1.0", "@atlaskit/editor-plugin-analytics": "^16.0.0", "@atlaskit/editor-plugin-block-type": "^20.0.0", "@atlaskit/editor-plugin-code-block": "^18.0.0", "@atlaskit/editor-plugin-composition": "^15.0.0", "@atlaskit/editor-plugin-content-insertion": "^16.0.0", "@atlaskit/editor-plugin-copy-button": "^16.0.0", "@atlaskit/editor-plugin-date": "^18.0.0", "@atlaskit/editor-plugin-decorations": "^16.0.0", "@atlaskit/editor-plugin-editor-disabled": "^16.0.0", "@atlaskit/editor-plugin-emoji": "^17.0.0", "@atlaskit/editor-plugin-expand": "^17.0.0", "@atlaskit/editor-plugin-extension": "^19.0.0", "@atlaskit/editor-plugin-floating-toolbar": "^18.0.0", "@atlaskit/editor-plugin-focus": "^15.0.0", "@atlaskit/editor-plugin-grid": "^16.0.0", "@atlaskit/editor-plugin-guideline": "^16.0.0", "@atlaskit/editor-plugin-hyperlink": "^18.0.0", "@atlaskit/editor-plugin-image-upload": "^16.0.0", "@atlaskit/editor-plugin-insert-block": "^17.0.0", "@atlaskit/editor-plugin-layout": "^17.1.0", "@atlaskit/editor-plugin-list": "^18.0.0", "@atlaskit/editor-plugin-media": "^18.0.0", "@atlaskit/editor-plugin-mentions": "^18.1.0", "@atlaskit/editor-plugin-panel": "^18.1.0", "@atlaskit/editor-plugin-placeholder-text": "^17.0.0", "@atlaskit/editor-plugin-quick-insert": "^16.1.0", "@atlaskit/editor-plugin-rule": "^16.0.0", "@atlaskit/editor-plugin-selection": "^16.0.0", "@atlaskit/editor-plugin-status": "^17.1.0", "@atlaskit/editor-plugin-table": "^28.0.0", "@atlaskit/editor-plugin-tasks-and-decisions": "^19.0.0", "@atlaskit/editor-plugin-type-ahead": "^17.0.0", "@atlaskit/editor-plugin-width": "^17.0.0", "@atlaskit/editor-plugins": "^16.1.0", "@atlaskit/primitives": "^22.4.0", "@atlaskit/synchrony-test-helpers": "workspace:^", "@atlaskit/tokens": "^16.9.0", "@atlaskit/util-data-test": "^19.1.0", "@atlassian/structured-docs-types": "workspace:^", "@compiled/react": "^1.0.2", "prosemirror-dev-tools": "^4.2.0", "react": "^19.2.0", "react-intl": "^7.0.0" } }