@atlaskit/editor-plugin-interactivity
Version:
Interactivity plugin for @atlaskit/editor-core
39 lines (38 loc) • 1.15 kB
JSON
{
"name": "@atlaskit/editor-plugin-interactivity",
"version": "1.2.1",
"description": "Interactivity plugin for @atlaskit/editor-core",
"author": "Atlassian Pty Ltd",
"license": "Apache-2.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"atlassian": {
"team": "Editor: Lego",
"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,
"dependencies": {
"@atlaskit/browser-apis": "^1.2.0",
"@atlaskit/editor-plugin-analytics": "^16.1.0",
"@atlaskit/editor-plugin-context-identifier": "^16.0.0",
"@atlaskit/editor-plugin-editor-viewmode": "^18.0.0",
"@atlaskit/platform-feature-experiments": "^0.3.0",
"@babel/runtime": "^7.0.0",
"bind-event-listener": "^3.0.0"
},
"peerDependencies": {
"@atlaskit/editor-common": "^120.11.0",
"react": "^18.2.0 || ^19.2.0"
},
"devDependencies": {
"react": "^19.2.0",
"typescript": "npm:@typescript/typescript6@^6.0.2"
}
}