{
	"name": "@atlaskit/tokens",
	"version": "13.0.4",
	"description": "Design tokens are the single source of truth to name and store design decisions.",
	"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": [
		"**/*.css"
	],
	"atlaskit:src": "src/index.tsx",
	"atlassian": {
		"react-compiler": {
			"enabled": true,
			"gating": {
				"source": "@atlassian/react-compiler-gating",
				"importSpecifierName": "isReactCompilerActivePlatform"
			}
		},
		"team": "Design System Team",
		"website": {
			"name": "Design tokens",
			"category": "Libraries"
		}
	},
	"scripts": {
		"prebuilt": "yes | cp -R $(npx repo-root)/packages/design-system/tokens/dist/cjs/* $(npx repo-root)/packages/design-system/tokens/prebuilt/",
		"ak-postbuild": "yarn prebuilt && (cd $(npx repo-root) && yarn build --includeDependencies @atlassian/codegen -d cjs,esm,es2019) && yarn workspace @atlaskit/tokens codegen-tokens && yarn workspace @atlaskit/tokens check-clean-git",
		"check-clean-git": "git diff --exit-code -- packages/design-system/tokens/ || (echo 'tokens are out of date, run yarn build tokens' && false)",
		"codegen-tokens": "run-ts ./scripts/style-dictionary/build.tsx && run-ts ./scripts/style-dictionary/build-plugin-token-map.tsx && cd $(npx repo-root)/packages/design-system/primitives && yarn codegen-styles && cd $(npx repo-root)/packages/design-system/ds-explorations && yarn codegen-styles"
	},
	"dependencies": {
		"@atlaskit/ds-lib": "^7.0.0",
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@babel/runtime": "^7.0.0",
		"@babel/traverse": "^7.23.2",
		"@babel/types": "^7.20.0",
		"bind-event-listener": "^3.0.0"
	},
	"peerDependencies": {
		"react": "^18.2.0 || ^19.0.0"
	},
	"devDependencies": {
		"@af/formatting": "workspace:^",
		"@af/visual-regression": "workspace:^",
		"@atlaskit/avatar": "^25.14.0",
		"@atlaskit/button": "^23.11.0",
		"@atlaskit/calendar": "^17.2.0",
		"@atlaskit/checkbox": "^17.3.0",
		"@atlaskit/code": "^17.5.0",
		"@atlaskit/css": "^0.19.0",
		"@atlaskit/docs": "^11.8.0",
		"@atlaskit/dropdown-menu": "^16.8.0",
		"@atlaskit/dynamic-table": "^18.4.0",
		"@atlaskit/form": "^15.5.0",
		"@atlaskit/heading": "^5.4.0",
		"@atlaskit/icon": "^34.4.0",
		"@atlaskit/inline-message": "^15.6.0",
		"@atlaskit/link": "^3.4.0",
		"@atlaskit/lozenge": "^13.8.0",
		"@atlaskit/popup": "^4.17.0",
		"@atlaskit/primitives": "^19.0.0",
		"@atlaskit/radio": "^8.6.0",
		"@atlaskit/section-message": "^8.12.0",
		"@atlaskit/select": "^21.10.0",
		"@atlaskit/tag": "^14.13.0",
		"@atlaskit/textarea": "^8.3.0",
		"@atlaskit/textfield": "^8.3.0",
		"@atlaskit/theme": "^23.2.0",
		"@atlaskit/tooltip": "^22.0.0",
		"@atlassian/codegen": "^0.2.0",
		"@atlassian/feature-flags-test-utils": "^1.1.0",
		"@atlassian/react-compiler-gating": "workspace:^",
		"@atlassian/structured-docs-types": "workspace:^",
		"@atlassian/ts-loader": "^0.1.0",
		"@babel/core": "7.24.9",
		"@compiled/react": "^0.20.0",
		"@hypermod/utils": "^0.4.2",
		"@testing-library/react": "^16.3.0",
		"color-blend": "^4.0.0",
		"echarts": "^5.4.1",
		"echarts-for-react": "^3.0.2",
		"jscodeshift": "^17.0.0",
		"json5": "^2.2.2",
		"lodash": "^4.17.21",
		"postcss": "^8.4.7",
		"postcss-less": "^6.0.0",
		"react": "^18.2.0",
		"react-window": "^1.8.8",
		"style-dictionary": "^3.8.0"
	},
	"techstack": {
		"@atlassian/frontend": {
			"import-structure": "atlassian-conventions",
			"circular-dependencies": "file-and-folder-level"
		},
		"@repo/internal": {
			"dom-events": "use-bind-event-listener",
			"design-system": "v1",
			"ui-components": "lite-mode",
			"deprecation": "no-deprecated-imports",
			"styling": [
				"compiled"
			]
		}
	},
	"hypermod": {
		"dependencies": [
			"@hypermod/utils",
			"postcss",
			"postcss-less"
		]
	},
	"typesVersions": {
		">=4.5 <4.9": {
			"*": [
				"dist/types-ts4.5/*",
				"dist/types-ts4.5/index.d.ts"
			]
		}
	},
	"platform-feature-flags": {
		"platform_increased-contrast-themes": {
			"type": "boolean"
		},
		"platform-dst-shape-theme-default": {
			"type": "boolean"
		},
		"platform-dst-motion-theme-default": {
			"type": "boolean"
		}
	},
	"homepage": "https://atlassian.design/components/tokens"
}
