UNPKG

@atlaskit/editor-jira-transformer

Version:
64 lines (63 loc) 1.53 kB
{ "name": "@atlaskit/editor-jira-transformer", "version": "15.0.0", "description": "Editor JIRA transformer's", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror", "author": "Atlassian Pty Ltd", "license": "Apache-2.0", "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", "atlassian": { "team": "Editor: Collaboration", "website": { "name": "Editor Jira Transformer" } }, "dependencies": { "@atlaskit/adf-schema": "^51.5.0", "@atlaskit/editor-prosemirror": "^7.2.0", "@babel/runtime": "^7.0.0", "collapse-whitespace": "^1.1.6" }, "peerDependencies": { "@atlaskit/editor-common": "^111.0.0", "react": "^18.2.0" }, "devDependencies": { "@atlaskit/activity": "^1.0.1", "@atlaskit/editor-core": "^216.0.0", "@atlaskit/editor-json-transformer": "^8.31.0", "@atlaskit/editor-test-helpers": "workspace:^", "@atlaskit/mention": "^24.4.0", "@atlaskit/theme": "^21.0.0", "@atlaskit/tokens": "^9.0.0", "@atlaskit/util-data-test": "^18.3.0", "@emotion/react": "^11.7.1" }, "techstack": { "@repo/internal": { "design-tokens": [ "color" ], "deprecation": "no-deprecated-imports", "styling": [ "emotion" ] } } }