@atlaskit/editor-plugin-card
Version:
Card plugin for @atlaskit/editor-core
142 lines (141 loc) • 3.94 kB
JSON
{
"name": "@atlaskit/editor-plugin-card",
"version": "15.0.0",
"description": "Card plugin for @atlaskit/editor-core",
"author": "Atlassian Pty Ltd",
"license": "Apache-2.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"atlassian": {
"team": "Editor",
"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",
"typesVersions": {
">=4.5 <4.9": {
"*": [
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]
}
},
"sideEffects": [
"*.compiled.css"
],
"atlaskit:src": "src/index.ts",
"dependencies": {
"@atlaskit/adf-schema": "^52.5.0",
"@atlaskit/analytics-next": "^11.2.0",
"@atlaskit/custom-steps": "^0.16.0",
"@atlaskit/editor-plugin-analytics": "^9.0.0",
"@atlaskit/editor-plugin-base": "^10.0.0",
"@atlaskit/editor-plugin-connectivity": "^9.0.0",
"@atlaskit/editor-plugin-decorations": "^9.0.0",
"@atlaskit/editor-plugin-editor-disabled": "^9.0.0",
"@atlaskit/editor-plugin-editor-viewmode": "^11.0.0",
"@atlaskit/editor-plugin-feature-flags": "^8.0.0",
"@atlaskit/editor-plugin-floating-toolbar": "^11.0.0",
"@atlaskit/editor-plugin-grid": "^9.0.0",
"@atlaskit/editor-plugin-toolbar": "^6.0.0",
"@atlaskit/editor-plugin-width": "^10.0.0",
"@atlaskit/editor-prosemirror": "^7.3.0",
"@atlaskit/editor-shared-styles": "^3.10.0",
"@atlaskit/editor-smart-link-draggable": "^0.5.0",
"@atlaskit/frontend-utilities": "^3.2.0",
"@atlaskit/icon": "^34.2.0",
"@atlaskit/link": "^3.4.0",
"@atlaskit/link-analytics": "^11.0.0",
"@atlaskit/link-client-extension": "^6.0.0",
"@atlaskit/link-datasource": "^5.0.0",
"@atlaskit/link-extractors": "^2.4.0",
"@atlaskit/linking-common": "^9.11.0",
"@atlaskit/linking-types": "^14.2.0",
"@atlaskit/menu": "^8.5.0",
"@atlaskit/platform-feature-flags": "^1.1.0",
"@atlaskit/platform-feature-flags-react": "^0.4.0",
"@atlaskit/primitives": "^19.0.0",
"@atlaskit/prosemirror-history": "^0.2.0",
"@atlaskit/smart-card": "^44.0.0",
"@atlaskit/tmp-editor-statsig": "^62.4.0",
"@atlaskit/tokens": "^13.0.0",
"@babel/runtime": "^7.0.0",
"@emotion/react": "^11.7.1",
"lodash": "^4.17.21",
"prop-types": "^15.5.10",
"raf-schd": "^4.0.3",
"uuid": "^3.1.0"
},
"peerDependencies": {
"@atlaskit/editor-common": "^113.0.0",
"@atlaskit/link-provider": "^4.3.0",
"react": "^18.2.0",
"react-intl-next": "npm:react-intl@^5.18.1"
},
"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"
]
}
},
"platform-feature-flags": {
"cc_drag_and_drop_smart_link_from_content_to_tree": {
"type": "boolean"
},
"cc_dnd_smart_link_changeboard_po_template_gate": {
"type": "boolean"
},
"confluence-issue-terminology-refresh": {
"type": "boolean"
},
"dst-a11y__replace-anchor-with-link__linking-platfo": {
"type": "boolean"
},
"platform_editor_adf_with_localid": {
"type": "boolean"
},
"platform_synced_block_patch_9": {
"type": "boolean"
},
"jim-lower-ranking-in-jira-macro-search": {
"type": "boolean"
}
},
"stricter": {
"no-unused-dependencies": {
"checkDevDependencies": true
}
},
"compassUnitTestMetricSourceId": "ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:metric-source/c5751cc6-3513-4070-9deb-af31e86aed34/e6f3220b-0ca2-445a-a4c5-78cff6ca2a34"
}