{
	"name": "@atlaskit/analytics",
	"version": "10.1.0",
	"description": "The Atlaskit Component Analytics Framework",
	"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",
	"sideEffects": false,
	"atlaskit:src": "src/index.js",
	"atlassian": {
		"react-compiler": {
			"enabled": true,
			"gating": {
				"source": "@atlaskit/react-compiler-gating",
				"importSpecifierName": "isReactCompilerActivePlatform"
			}
		},
		"team": "UIP Frontend Observability",
		"website": {
			"name": "Analytics",
			"deprecated": "Please use the @atlaskit/analytics-next package instead."
		}
	},
	"dependencies": {
		"@atlaskit/react-compiler-gating": "^0.2.0",
		"@babel/runtime": "^7.0.0",
		"prop-types": "^15.5.10"
	},
	"peerDependencies": {
		"react": "^18.2.0"
	},
	"devDependencies": {
		"@af/suppress-react-warnings": "workspace:^",
		"@atlassian/ssr-tests": "workspace:^",
		"@testing-library/react": "^16.3.0",
		"@types/react-redux": "^5.0.0",
		"enzyme": "^3.10.0",
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"react-redux": "^5.1.2",
		"redux": "^3.7.2",
		"wait-for-expect": "^1.2.0"
	}
}
