{
	"name": "@atlaskit/link-picker",
	"version": "5.0.1",
	"description": "Standalone link picker",
	"author": "Atlassian Pty Ltd",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"license": "Apache-2.0",
	"atlassian": {
		"react-compiler": {
			"enabled": true,
			"gating": {
				"source": "@atlassian/react-compiler-gating",
				"importSpecifierName": "isReactCompilerActivePlatform"
			}
		},
		"team": "Navigation Experiences - Linking Platform",
		"i18n": true,
		"website": {
			"name": "Link Picker"
		}
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
	"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": [
		"**/*.compiled.css"
	],
	"atlaskit:src": "src/index.ts",
	"platform-feature-flags": {
		"dst-a11y__replace-anchor-with-link__linking-platfo": {
			"type": "boolean"
		},
		"aifc_create_enabled": {
			"type": "boolean"
		},
		"navx-4548-migrate-to-atlaskit-spotlight": {
			"type": "boolean"
		}
	},
	"scripts": {
		"codegen-analytics": "yarn run ts-analytics-codegen --command='yarn workspace @atlaskit/link-picker run codegen-analytics'"
	},
	"dependencies": {
		"@atlaskit/afm-i18n-platform-linking-platform-link-picker": "2.7.0",
		"@atlaskit/analytics-next": "^11.2.0",
		"@atlaskit/atlassian-context": "^0.8.0",
		"@atlaskit/button": "^23.11.0",
		"@atlaskit/css": "^0.19.0",
		"@atlaskit/form": "^15.5.0",
		"@atlaskit/frontend-utilities": "^3.2.0",
		"@atlaskit/heading": "^5.4.0",
		"@atlaskit/icon": "^34.1.0",
		"@atlaskit/intl-messages-provider": "^3.0.0",
		"@atlaskit/link": "^3.4.0",
		"@atlaskit/link-provider": "^4.3.0",
		"@atlaskit/linking-common": "^9.11.0",
		"@atlaskit/onboarding": "^14.5.0",
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@atlaskit/primitives": "^19.0.0",
		"@atlaskit/smart-card": "^44.0.0",
		"@atlaskit/spinner": "^19.1.0",
		"@atlaskit/spotlight": "^0.12.0",
		"@atlaskit/tabs": "^19.0.0",
		"@atlaskit/textfield": "^8.3.0",
		"@atlaskit/tokens": "^13.0.0",
		"@atlaskit/tooltip": "^21.1.0",
		"@atlaskit/ufo": "^0.4.0",
		"@atlaskit/visually-hidden": "^3.0.0",
		"@babel/runtime": "^7.0.0",
		"@compiled/react": "^0.20.0",
		"@react-loosely-lazy/manifest": "^1.0.0",
		"date-fns": "^2.17.0",
		"react-loosely-lazy": "^1.0.0",
		"use-callback-ref": "^1.2.3",
		"use-debounce": "^3.4.0",
		"uuid": "^3.1.0"
	},
	"peerDependencies": {
		"react": "^18.2.0",
		"react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
	},
	"devDependencies": {
		"@af/analytics-codegen": "workspace:^",
		"@af/integration-testing": "workspace:^",
		"@af/visual-regression": "workspace:^",
		"@atlaskit/dropdown-menu": "^16.8.0",
		"@atlaskit/link-test-helpers": "^10.0.0",
		"@atlassian/a11y-jest-testing": "^0.11.0",
		"@atlassian/feature-flags-test-utils": "^1.0.0",
		"@atlassian/react-compiler-gating": "workspace:^",
		"@testing-library/dom": "^10.1.0",
		"@testing-library/jest-dom": "^6.4.5",
		"@testing-library/react": "^16.3.0",
		"@testing-library/user-event": "^14.4.3",
		"fetch-mock": "^8.0.0",
		"jest-extended": "^4.0.2",
		"lodash": "^4.17.21",
		"mockdate": "^3.0.5",
		"node-fetch": "^2.6.7",
		"prettier": "^3.2.5",
		"react-dom": "^18.2.0",
		"react-intl": "^6.6.2",
		"sinon": "^2.2.0"
	},
	"techstack": {
		"@atlassian/frontend": {
			"code-structure": [
				"tangerine-next"
			],
			"import-structure": [
				"atlassian-conventions"
			],
			"circular-dependencies": [
				"file-and-folder-level"
			]
		},
		"@repo/internal": {
			"dom-events": "use-bind-event-listener",
			"analytics": [
				"analytics-next"
			],
			"design-tokens": [
				"color",
				"spacing"
			],
			"imports": [
				"import-no-extraneous-disable-for-examples-and-docs"
			],
			"styling": [
				"compiled"
			]
		}
	},
	"techstackIgnore": {
		"stricter": [
			"@atlassian/tangerine/project-structure"
		]
	},
	"compassUnitTestMetricSourceId": "ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:metric-source/c5751cc6-3513-4070-9deb-af31e86aed34/e22d6eec-79d6-4015-a147-0ad8a1887e29"
}
