{
	"name": "@atlaskit/focused-task-close-account",
	"version": "3.0.14",
	"description": "This package contains all of the UI components needed to assemble the focused tasks for deactivating and deleting users' accounts in accordance with the GDPR \"Right to be forgotten\".",
	"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"
	},
	"atlassian": {
		"team": "People and Teams Collective",
		"website": {
			"name": "Focused Task Close Account"
		},
		"runReact18": true
	},
	"dependencies": {
		"@atlaskit/avatar": "^25.1.0",
		"@atlaskit/button": "^23.2.0",
		"@atlaskit/drawer": "^11.0.0",
		"@atlaskit/heading": "^5.2.0",
		"@atlaskit/icon": "^27.0.0",
		"@atlaskit/inline-dialog": "^17.2.0",
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@atlaskit/primitives": "^14.8.0",
		"@atlaskit/section-message": "^8.2.0",
		"@atlaskit/theme": "^18.0.0",
		"@atlaskit/tokens": "^5.2.0",
		"@babel/runtime": "^7.0.0",
		"@emotion/styled": "^11.0.0",
		"react-intl-next": "npm:react-intl@^5.18.1"
	},
	"peerDependencies": {
		"react": "^18.2.0",
		"react-dom": "^18.2.0",
		"react-transition-group": "^4.4.1"
	},
	"devDependencies": {
		"@testing-library/react": "^13.4.0",
		"enzyme": "^3.10.0",
		"typescript": "~5.4.2"
	},
	"keywords": [
		"ui",
		"gdpr",
		"right",
		"erasure",
		"forgotten",
		"focusedTaskCloseAccount",
		"deleteUserDrawer",
		"deactivateUserDrawer"
	],
	"techstack": {
		"@repo/internal": {
			"design-tokens": [
				"color",
				"spacing"
			]
		}
	},
	"sideEffects": [
		"*.compiled.css"
	]
}
