@atlaskit/analytics-listeners
Version:
Fabric analytics listeners to be used by the products
59 lines (58 loc) • 1.5 kB
JSON
{
"name": "@atlaskit/analytics-listeners",
"version": "9.0.0",
"description": "Fabric analytics listeners to be used by the products",
"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"
]
}
},
"atlaskit:src": "src/index.ts",
"af:exports": {
".": "./src/index.ts",
"./FabricAnalyticsListeners": "./src/FabricAnalyticsListeners.tsx",
"./GenericAnalyticsListener": "./src/GenericAnalyticsListener.tsx",
"./analytics-web-client-wrapper": "./src/analytics-web-client-wrapper.ts",
"./types": "./src/types.ts"
},
"atlassian": {
"team": "UIP Frontend Observability",
"runReact18": true
},
"config": {
"access": "public"
},
"dependencies": {
"@atlaskit/analytics-gas-types": "^5.1.0",
"@atlaskit/analytics-namespaced-context": "^7.0.0",
"@atlaskit/analytics-next": "^11.0.0",
"@babel/runtime": "^7.0.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@atlaskit/tokens": "^4.0.0",
"@testing-library/react": "^13.4.0",
"jest-in-case": "^1.0.2",
"typescript": "~5.4.2"
},
"keywords": [
"fabric",
"ui"
]
}