@atlaskit/editor-wikimarkup-transformer
Version:
Wiki markup transformer for JIRA and Confluence
53 lines (52 loc) • 1.41 kB
JSON
{
"name": "@atlaskit/editor-wikimarkup-transformer",
"version": "11.20.13",
"description": "Wiki markup transformer for JIRA and Confluence",
"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 Wikimarkup Transformer"
}
},
"dependencies": {
"@atlaskit/adf-schema": "^52.4.0",
"@atlaskit/editor-json-transformer": "^8.31.0",
"@atlaskit/editor-prosemirror": "^7.3.0",
"@babel/runtime": "^7.0.0"
},
"devDependencies": {
"@atlaskit/activity": "^1.0.1",
"@atlaskit/editor-core": "^217.12.0",
"@atlaskit/editor-test-helpers": "workspace:^",
"@atlaskit/mention": "^24.6.0",
"@atlaskit/tokens": "^12.0.0",
"@atlaskit/util-data-test": "^18.5.0",
"@emotion/react": "^11.7.1",
"@types/debug": "^4.1.10",
"cookie": "^0.3.1",
"debug": "^4.3.4",
"react": "^18.2.0",
"react-intl-next": "npm:react-intl@^5.18.1",
"rxjs": "^5.5.0"
}
}