{
	"name": "@atlaskit/temp-nav-app-icons",
	"version": "0.14.2",
	"description": "A temporary package to house app and brand icon tiles. This package is a stop gap until these use cases are properly incorporated into the design system.",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"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 <5.4": {
			"*": [
				"dist/types-ts4.5/*",
				"dist/types-ts4.5/index.d.ts"
			]
		}
	},
	"sideEffects": [
		"*.compiled.css"
	],
	"atlassian": {
		"team": "Design System Team"
	},
	"homepage": "https://atlassian.design/components/logo/",
	"atlaskit:src": "src/index.tsx",
	"scripts": {
		"build-temp-logos": "ts-node --project ../../../tsconfig.node.json ./build/index.tsx"
	},
	"dependencies": {
		"@atlaskit/css": "^0.15.0",
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@atlaskit/tokens": "^7.0.0",
		"@babel/runtime": "^7.0.0",
		"@compiled/react": "^0.18.6"
	},
	"peerDependencies": {
		"react": "^18.2.0"
	},
	"devDependencies": {
		"@af/formatting": "workspace:*",
		"@af/integration-testing": "workspace:*",
		"@af/visual-regression": "workspace:*",
		"@atlaskit/primitives": "15.0.1",
		"@atlaskit/select": "21.3.5",
		"@atlaskit/table": "0.12.12",
		"@atlaskit/toggle": "^15.1.0",
		"@atlassian/codegen": "0.1.5",
		"@testing-library/react": "^13.4.0",
		"fs-extra": "^4.0.2",
		"pkg-dir": "^4.2.0",
		"react-dom": "^18.2.0",
		"svgo": "3.3.0",
		"ts-node": "^10.9.1"
	},
	"techstack": {
		"@atlassian/frontend": {
			"import-structure": [
				"atlassian-conventions"
			],
			"circular-dependencies": [
				"file-and-folder-level"
			]
		},
		"@repo/internal": {
			"dom-events": "use-bind-event-listener",
			"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"
			]
		}
	},
	"platform-feature-flags": {
		"assets-platform-branding": {
			"type": "boolean"
		}
	}
}
