UNPKG

@atlaskit/editor-plugin-user-intent

Version:

UserIntent plugin for @atlaskit/editor-core

82 lines (81 loc) 1.69 kB
{ "name": "@atlaskit/editor-plugin-user-intent", "version": "0.1.0", "description": "UserIntent plugin for @atlaskit/editor-core", "author": "Atlassian Pty Ltd", "license": "Apache-2.0", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "atlassian": { "team": "Editor: Jenga", "releaseModel": "continuous", "singleton": true, "runReact18": 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": false, "atlaskit:src": "src/index.ts", "af:exports": { ".": "./src/index.ts" }, "dependencies": { "@atlaskit/editor-common": "^103.11.0", "@atlaskit/editor-prosemirror": "7.0.0", "@babel/runtime": "^7.0.0" }, "peerDependencies": { "react": "^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" ] } } }