UNPKG

@atlaskit/editor-plugin-user-preferences

Version:

UserPreferences plugin for @atlaskit/editor-core

44 lines (43 loc) • 1.17 kB
{ "name": "@atlaskit/editor-plugin-user-preferences", "version": "20.0.0", "description": "UserPreferences 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", "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, "atlaskit:src": "src/index.ts", "dependencies": { "@atlaskit/editor-plugin-analytics": "^22.0.0", "@atlaskit/editor-prosemirror": "^9.0.0", "@atlaskit/tmp-editor-statsig": "^209.0.0", "@babel/runtime": "^7.0.0", "bind-event-listener": "^3.0.0" }, "peerDependencies": { "@atlaskit/editor-common": "^126.0.0", "react": "^18.2.0 || ^19.2.0" }, "devDependencies": { "@atlassian/structured-docs-types": "workspace:^", "@atlassian/workbench": "workspace:*", "react": "^19.2.0" } }