@atlaskit/editor-plugin-selection-marker
Version:
Selection marker plugin for @atlaskit/editor-core.
61 lines (60 loc) • 1.79 kB
JSON
{
"name": "@atlaskit/editor-plugin-selection-marker",
"version": "19.0.4",
"description": "Selection marker plugin for @atlaskit/editor-core.",
"author": "Atlassian Pty Ltd",
"license": "Apache-2.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"atlassian": {
"website": {
"tags": [
"platform-labs"
]
},
"team": "Editor: Lego"
},
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
"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/docs": "^12.2.0",
"@atlaskit/editor-plugin-decorations": "^19.0.0",
"@atlaskit/editor-plugin-editor-disabled": "^19.0.0",
"@atlaskit/editor-plugin-focus": "^18.0.0",
"@atlaskit/editor-plugin-toolbar": "^16.0.0",
"@atlaskit/editor-plugin-type-ahead": "^20.0.0",
"@atlaskit/editor-plugin-user-intent": "^17.0.0",
"@atlaskit/editor-prosemirror": "^9.0.0",
"@atlaskit/link": "^5.1.0",
"@atlaskit/platform-feature-flags": "^2.2.0",
"@atlaskit/section-message": "^10.2.0",
"@atlaskit/theme": "^28.2.0",
"@atlaskit/tmp-editor-statsig": "^202.0.0",
"@atlaskit/tokens": "^19.0.0",
"@babel/runtime": "^7.0.0",
"@emotion/react": "^11.7.1",
"lodash": "^4.17.21"
},
"peerDependencies": {
"@atlaskit/editor-common": "^123.7.0",
"react": "^18.2.0 || ^19.2.0",
"react-dom": "^18.2.0 || ^19.2.0"
},
"devDependencies": {
"@atlassian/structured-docs-types": "workspace:^",
"@atlassian/workbench": "workspace:*",
"@testing-library/react": "^16.3.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"wait-for-expect": "^1.2.0"
},
"platform-feature-flags": {}
}