@atlaskit/editor-plugin-selection
Version:
Selection plugin for @atlaskit/editor-core
98 lines (97 loc) • 2.21 kB
JSON
{
"name": "@atlaskit/editor-plugin-selection",
"version": "1.6.12",
"description": "Selection 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": false,
"atlaskit:src": "src/index.ts",
"atlassian": {
"team": "Editor: Lego",
"singleton": true,
"runReact18": true
},
"dependencies": {
"@atlaskit/editor-common": "^98.2.0",
"@atlaskit/editor-prosemirror": "6.2.1",
"@atlaskit/editor-shared-styles": "^3.2.0",
"@atlaskit/editor-tables": "^2.8.0",
"@atlaskit/platform-feature-flags": "^0.3.0",
"@atlaskit/tmp-editor-statsig": "2.32.1",
"@atlaskit/tokens": "^2.5.0",
"@babel/runtime": "^7.0.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ~18.2.0"
},
"devDependencies": {
"typescript": "~5.4.2"
},
"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"
]
}
},
"af:exports": {
".": "./src/index.ts",
"./types": "./src/types/index.ts"
},
"stricter": {
"no-unused-dependencies": {
"checkDevDependencies": true
}
},
"platform-feature-flags": {
"platform-editor-single-player-expand": {
"type": "boolean"
},
"platform_editor_mark_boundary_cursor": {
"type": "boolean"
},
"platform_editor_fix_drag_and_drop_lists": {
"type": "boolean"
},
"editor_auto_expand_selection_on_inline_node": {
"type": "boolean"
}
}
}