@atlaskit/editor-jira-transformer
Version:
Editor JIRA transformer's
74 lines (73 loc) • 1.84 kB
JSON
{
"name": "@atlaskit/editor-jira-transformer",
"version": "10.1.6",
"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",
"af:exports": {
".": "./src/index.ts",
"./collapse-whitespace": "./src/collapse-whitespace.ts",
"./emojiHelper": "./src/emojiHelper.ts",
"./fix-doc": "./src/fix-doc.ts",
"./parse-html": "./src/parse-html.ts",
"./utils": "./src/utils.ts"
},
"atlassian": {
"team": "Editor: Collaboration",
"website": {
"name": "Editor Jira Transformer"
},
"runReact18": true
},
"dependencies": {
"@atlaskit/adf-schema": "^47.6.0",
"@atlaskit/editor-common": "^106.0.0",
"@atlaskit/editor-prosemirror": "7.0.0",
"@babel/runtime": "^7.0.0",
"collapse-whitespace": "^1.1.6"
},
"peerDependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@atlaskit/activity": "^1.0.1",
"@atlaskit/editor-core": "^207.12.0",
"@atlaskit/editor-json-transformer": "^8.24.0",
"@atlaskit/editor-test-helpers": "workspace:^",
"@atlaskit/mention": "^24.2.0",
"@atlaskit/theme": "^18.0.0",
"@atlaskit/tokens": "^4.9.0",
"@atlaskit/util-data-test": "^18.0.0",
"@emotion/react": "^11.7.1",
"typescript": "~5.4.2"
},
"techstack": {
"@repo/internal": {
"design-tokens": [
"color"
],
"deprecation": "no-deprecated-imports",
"styling": [
"emotion"
]
}
}
}