{
	"name": "@atlaskit/date",
	"version": "3.1.1",
	"description": "Fabric Date React Components",
	"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",
	"devDependencies": {
		"@af/visual-regression": "workspace:^",
		"@testing-library/react": "^16.3.0",
		"@testing-library/user-event": "^14.4.3",
		"react": "^18.2.0"
	},
	"sideEffects": [
		"*.compiled.css"
	],
	"atlaskit:src": "src/index.ts",
	"atlassian": {
		"react-compiler": {
			"enabled": true,
			"gating": {
				"source": "@atlaskit/react-compiler-gating",
				"importSpecifierName": "isReactCompilerActivePlatform"
			}
		},
		"team": "Editor: AI",
		"website": {
			"name": "Date"
		}
	},
	"config": {
		"access": "public"
	},
	"dependencies": {
		"@atlaskit/react-compiler-gating": "^0.2.0",
		"@atlaskit/tokens": "^16.0.0",
		"@babel/runtime": "^7.0.0",
		"@compiled/react": "^0.20.0",
		"date-fns": "^2.17.0"
	},
	"peerDependencies": {
		"react": "^18.2.0"
	},
	"keywords": [
		"ui",
		"date",
		"fabric",
		"teams"
	],
	"techstack": {
		"@repo/internal": {
			"design-tokens": [
				"color"
			],
			"styling": [
				"compiled"
			]
		}
	}
}
