@atlaskit/editor-plugin-context-identifier
Version:
Context identifier plugin for @atlaskit/editor-core
33 lines (32 loc) • 859 B
JSON
{
"name": "@atlaskit/editor-plugin-context-identifier",
"version": "17.0.0",
"description": "Context identifier plugin for @atlaskit/editor-core",
"author": "Atlassian Pty Ltd",
"license": "Apache-2.0",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"atlassian": {
"team": "Editor: Lego",
"singleton": true
},
"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": false,
"atlaskit:src": "src/index.ts",
"dependencies": {
"@atlaskit/editor-prosemirror": "^8.0.0",
"@babel/runtime": "^7.0.0"
},
"peerDependencies": {
"@atlaskit/editor-common": "^121.0.0",
"react": "^18.2.0 || ^19.2.0"
},
"devDependencies": {
"react": "^19.2.0"
}
}