UNPKG

@atlaskit/analytics-next

Version:

React components, HOCs and hooks to assist with tracking user activity with React components

82 lines (81 loc) 1.87 kB
{ "name": "@atlaskit/analytics-next", "version": "11.2.0", "description": "React components, HOCs and hooks to assist with tracking user activity with React components", "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": "UIP Frontend Observability", "website": { "name": "Analytics next" } }, "./types": "./src/types.ts", "dependencies": { "@atlaskit/analytics-next-stable-react-context": "1.0.1", "@atlaskit/platform-feature-flags": "^1.1.0", "@babel/runtime": "^7.0.0", "prop-types": "^15.5.10", "use-memo-one": "^1.1.1" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@atlassian/feature-flags-test-utils": "^1.0.0", "@atlassian/ssr-tests": "workspace:^", "@testing-library/react": "^16.3.0", "storybook-addon-performance": "^0.17.3" }, "overrides": { "@atlaskit/analytics-next-stable-react-context": { "react": "^18.2.0" } }, "techstack": { "@atlassian/frontend": { "import-structure": "atlassian-conventions" }, "@repo/internal": { "ui-components": [ "lite-mode" ], "analytics": [ "analytics-next" ], "design-tokens": [ "color" ], "theming": [ "react-context" ], "deprecation": [ "no-deprecated-imports" ] } }, "platform-feature-flags": { "analytics-next-use-legacy-context": { "type": "boolean" } } }