@atlaskit/mention
Version:
A React component used to display user profiles in a list for 'Mention' functionality
125 lines (124 loc) • 3.19 kB
JSON
{
"af:exports": {
".": "./src/index.ts",
"./element": "./src/element.ts",
"./i18n": "./src/i18n.ts",
"./item": "./src/item.ts",
"./resource": "./src/resource.ts",
"./shared-styles": "./src/shared-styles.ts",
"./team-resource": "./src/team-resource.ts",
"./typeahead": "./src/typeahead.ts",
"./types": "./src/types.ts"
},
"atlaskit:src": "src/index.ts",
"atlassian": {
"team": "Search Platform: Search Experience",
"slack": {
"channel": "#search-plex-prs",
"notifications": {
"mergedPR": {
"message": "A PR was merged in @atlaskit/mention without maintainer approval."
}
}
},
"website": {
"name": "Mention"
}
},
"author": "Atlassian Pty Ltd",
"config": {
"access": "public"
},
"dependencies": {
"@atlaskit/analytics-gas-types": "^5.1.0",
"@atlaskit/analytics-next": "^11.1.0",
"@atlaskit/avatar": "^25.1.0",
"@atlaskit/focus-ring": "^3.0.0",
"@atlaskit/heading": "^5.2.0",
"@atlaskit/icon": "^27.9.0",
"@atlaskit/lozenge": "^13.0.0",
"@atlaskit/platform-feature-flags": "^1.1.0",
"@atlaskit/primitives": "^14.11.0",
"@atlaskit/teams-avatar": "^2.3.0",
"@atlaskit/theme": "^19.0.0",
"@atlaskit/tokens": "^6.0.0",
"@atlaskit/tooltip": "^20.4.0",
"@atlaskit/ufo": "^0.4.0",
"@atlaskit/util-service-support": "^6.3.0",
"@babel/runtime": "^7.0.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.0.0",
"lodash": "^4.17.21",
"uuid": "^3.1.0"
},
"description": "A React component used to display user profiles in a list for 'Mention' functionality",
"devDependencies": {
"@atlaskit/elements-test-helpers": "workspace:^",
"@atlaskit/visual-regression": "workspace:^",
"@atlassian/feature-flags-test-utils": "^0.3.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/query-string": "^4.3.1",
"@types/serialize-javascript": "^5.0.0",
"enzyme": "^3.10.0",
"es6-promise": "^4.0.5",
"exenv": "^1.2.2",
"fetch-mock": "^8.0.0",
"query-string": "^7.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl-next": "npm:react-intl@^5.18.1",
"serialize-javascript": "^5.0.1",
"typescript": "~5.4.2"
},
"keywords": [
"ui",
"mention",
"fabric",
"teams"
],
"license": "Apache-2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"module:es2019": "dist/es2019/index.js",
"name": "@atlaskit/mention",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl-next": "npm:react-intl@^5.18.1"
},
"platform-feature-flags": {
"team-avatar-in-mention-picker": {
"type": "boolean"
},
"cc_mention_ssr_placeholder": {
"type": "boolean"
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
"sideEffects": [
"*.compiled.css"
],
"techstack": {
"@repo/internal": {
"deprecation": "no-deprecated-imports",
"design-tokens": [
"color"
],
"styling": "emotion"
}
},
"types": "dist/types/index.d.ts",
"typesVersions": {
">=4.5 <4.9": {
"*": [
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]
}
},
"version": "24.2.7"
}