{
	"name": "@atlaskit/icon",
	"version": "34.0.0",
	"description": "An icon is a symbol representing a command, device, directory, or common action.",
	"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",
	"sideEffects": [
		"**/*.compiled.css"
	],
	"atlaskit:src": "src/index.tsx",
	"atlassian": {
		"team": "Design System Team",
		"website": {
			"name": "Icon",
			"category": "Images and icons",
			"subPages": [
				{
					"title": "Icon tile",
					"id": "icon-tile",
					"sortKey": 1
				}
			]
		}
	},
	"scripts": {
		"build-glyphs": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
	},
	"dependencies": {
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@atlaskit/tile": "^1.0.0",
		"@atlaskit/tokens": "^11.4.0",
		"@babel/runtime": "^7.0.0",
		"@compiled/react": "^0.20.0"
	},
	"peerDependencies": {
		"react": "^18.2.0"
	},
	"devDependencies": {
		"@af/accessibility-testing": "workspace:^",
		"@af/icon-build-process": "workspace:^",
		"@af/integration-testing": "workspace:^",
		"@af/visual-regression": "workspace:^",
		"@atlaskit/button": "^23.10.0",
		"@atlaskit/code": "^17.4.0",
		"@atlaskit/css": "^0.19.0",
		"@atlaskit/docs": "^11.7.0",
		"@atlaskit/form": "^15.5.0",
		"@atlaskit/heading": "^5.3.0",
		"@atlaskit/icon-file-type": "^7.0.0",
		"@atlaskit/icon-object": "^7.5.0",
		"@atlaskit/link": "^3.3.0",
		"@atlaskit/logo": "^19.10.0",
		"@atlaskit/menu": "^8.4.0",
		"@atlaskit/modal-dialog": "^14.14.0",
		"@atlaskit/primitives": "^18.1.0",
		"@atlaskit/section-message": "^8.12.0",
		"@atlaskit/textfield": "^8.2.0",
		"@atlaskit/theme": "^22.0.0",
		"@atlaskit/toggle": "^15.2.0",
		"@atlaskit/tooltip": "^21.1.0",
		"@atlassian/feature-flags-test-utils": "^1.0.0",
		"@atlassian/ssr-tests": "workspace:^",
		"@atlassian/structured-docs-types": "workspace:^",
		"@atlassian/testing-library": "^0.5.0",
		"@babel/core": "7.24.9",
		"@babel/register": "^7.25.9",
		"@codeshift/utils": "^0.2.4",
		"@testing-library/react": "^16.3.0",
		"fs-extra": "^4.0.2",
		"globby": "^6.1.0",
		"jscodeshift": "^17.0.0",
		"lodash": "^4.17.21",
		"nullthrows": "^1.1.1",
		"pkg-dir": "^4.2.0",
		"react-dom": "^18.2.0",
		"ts-node": "^10.9.1"
	},
	"keywords": [
		"atlaskit",
		"ui"
	],
	"techstack": {
		"@repo/internal": {
			"dom-events": "use-bind-event-listener",
			"design-system": "v1",
			"styling": [
				"static"
			],
			"ui-components": "lite-mode",
			"analytics": "analytics-next",
			"design-tokens": [
				"color",
				"spacing"
			],
			"deprecation": "no-deprecated-imports"
		}
	},
	"typesVersions": {
		">=4.5 <4.9": {
			"*": [
				"dist/types-ts4.5/*",
				"dist/types-ts4.5/index.d.ts"
			]
		}
	},
	"homepage": "https://atlassian.design/components/icon/",
	"platform-feature-flags": {
		"platform_dst_new_icon_tile": {
			"type": "boolean"
		},
		"platform_dst_new_icon_tile_stage2": {
			"type": "boolean"
		},
		"platform_dst_icon_tile_circle_replacement": {
			"type": "boolean"
		},
		"platform_dst_icon_tile_circle_replacement_stage2": {
			"type": "boolean"
		}
	}
}
