{
	"atlassian": {
		"react-compiler": {
			"enabled": true,
			"gating": {
				"source": "@atlassian/react-compiler-gating",
				"importSpecifierName": "isReactCompilerActivePlatform"
			}
		},
		"team": "People and Teams Collective",
		"website": {
			"name": "TeamContainers",
			"category": "Layout and structure"
		}
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-monorepo",
	"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 <5.4": {
			"*": [
				"dist/types-ts4.5/*",
				"dist/types-ts4.5/index.d.ts"
			]
		}
	},
	"sideEffects": [
		"*.compiled.css"
	],
	"atlaskit:src": "src/index.ts",
	"dependencies": {
		"@atlaskit/afm-i18n-platform-people-and-teams-teams-public": "2.39.0",
		"@atlaskit/analytics-next": "^11.2.0",
		"@atlaskit/avatar": "^25.14.0",
		"@atlaskit/button": "^23.11.0",
		"@atlaskit/css": "^0.19.0",
		"@atlaskit/dropdown-menu": "^16.8.0",
		"@atlaskit/feature-gate-js-client": "^5.5.0",
		"@atlaskit/heading": "^5.4.0",
		"@atlaskit/icon": "^34.3.0",
		"@atlaskit/image": "^3.0.0",
		"@atlaskit/link": "^3.4.0",
		"@atlaskit/modal-dialog": "^14.18.0",
		"@atlaskit/people-teams-ui-public": "^4.0.0",
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@atlaskit/primitives": "^19.0.0",
		"@atlaskit/skeleton": "^2.1.0",
		"@atlaskit/teams-app-internal-analytics": "^1.27.0",
		"@atlaskit/teams-app-internal-navigation": "^1.9.0",
		"@atlaskit/teams-app-internal-product-permissions": "^1.3.0",
		"@atlaskit/teams-client": "^4.32.0",
		"@atlaskit/tile": "^1.1.0",
		"@atlaskit/tokens": "^13.0.0",
		"@atlaskit/tooltip": "^22.0.0",
		"@babel/runtime": "^7.0.0",
		"@compiled/react": "^0.20.0",
		"@types/string-hash": "^1.1.3",
		"graphql": "^15.8.0",
		"graphql-tag": "^2.10.1",
		"react-loosely-lazy": "^1.0.0",
		"react-router-dom": "^6.28.0",
		"react-sweet-state": "^2.6.5",
		"string-hash": "1.1.3"
	},
	"peerDependencies": {
		"react": "^18.2.0",
		"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
	},
	"devDependencies": {
		"@af/integration-testing": "workspace:^",
		"@af/visual-regression": "workspace:^",
		"@atlaskit/ssr": "workspace:^",
		"@atlassian/a11y-jest-testing": "^0.11.0",
		"@atlassian/feature-flags-test-utils": "^1.0.0",
		"@atlassian/ptc-test-utils": "^0.12.0",
		"@atlassian/react-compiler-gating": "workspace:^",
		"@atlassian/teams-app-internal-playground": "^2.3.0",
		"@atlassian/testing-library": "^0.5.0",
		"@testing-library/react": "^16.3.0",
		"@testing-library/user-event": "^14.4.3",
		"react-dom": "^18.2.0",
		"react-intl": "^6.6.2"
	},
	"techstack": {
		"@atlassian/frontend": {
			"import-structure": [
				"atlassian-conventions"
			],
			"circular-dependencies": [
				"file-and-folder-level"
			]
		},
		"@repo/internal": {
			"analytics": [
				"analytics-next"
			],
			"design-tokens": [
				"color"
			],
			"theming": [
				"react-context"
			],
			"ui-components": [
				"lite-mode"
			],
			"deprecation": [
				"no-deprecated-imports"
			],
			"styling": [
				"static",
				"compiled"
			],
			"imports": [
				"import-no-extraneous-disable-for-examples-and-docs"
			]
		}
	},
	"name": "@atlaskit/teams-public",
	"version": "1.3.1",
	"description": "Public components related to teams",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"scripts": {
		"ak-postbuild": "ls -d dist/* | xargs -n 1 copyfiles -u 1 -V src/**/*.svg",
		"test:coverage": "(cd ../../.. && yarn test 'packages/people-and-teams/teams-public/src' --coverage --coverageProvider=v8 --collectCoverageFrom='[\"packages/people-and-teams/teams-public/src/**\", \"!packages/people-and-teams/teams-public/src/**/**/types.ts\", \"!packages/people-and-teams/teams-public/src/ui/**/styled.tsx\"]')"
	},
	"platform-feature-flags": {
		"enable_medium_size_icons_for_team_link_cards": {
			"type": "boolean"
		},
		"fix_team_link_card_a11y": {
			"type": "boolean"
		},
		"migrate-product-permissions": {
			"type": "boolean"
		},
		"enable_multi_team_containers_state": {
			"type": "boolean"
		},
		"space-team_linking_invites_fg": {
			"type": "boolean"
		},
		"workforce_optimization_team_modal_update": {
			"type": "boolean"
		},
		"ptc-links-migrate-atlaskit-anchor-to-teams-anchor": {
			"type": "boolean"
		},
		"enable_teams_t26_design_drop_core_experiences": {
			"type": "boolean"
		}
	}
}
