UNPKG

@atlaskit/analytics-listeners

Version:

Fabric analytics listeners to be used by the products

58 lines (57 loc) 1.39 kB
{ "name": "@atlaskit/analytics-listeners", "version": "10.1.1", "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", "atlassian": { "react-compiler": { "enabled": true, "gating": { "source": "@atlassian/react-compiler-gating", "importSpecifierName": "isReactCompilerActivePlatform" } }, "team": "UIP Frontend Observability" }, "config": { "access": "public" }, "dependencies": { "@atlaskit/analytics-gas-types": "^5.1.0", "@atlaskit/analytics-namespaced-context": "^7.3.0", "@atlaskit/analytics-next": "^11.2.0", "@babel/runtime": "^7.0.0", "lodash": "^4.17.21" }, "peerDependencies": { "react": "^18.2.0" }, "devDependencies": { "@atlaskit/tokens": "^13.0.0", "@atlassian/react-compiler-gating": "workspace:^", "@testing-library/react": "^16.3.0", "jest-in-case": "^1.0.2" }, "keywords": [ "fabric", "ui" ] }