{
	"name": "@atlaskit/give-kudos",
	"version": "4.16.0",
	"description": "Give Kudos experience ",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"atlassian": {
		"team": "Team Central",
		"website": {
			"name": "Give Kudos"
		},
		"i18n": true
	},
	"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",
	"scripts": {
		"lint": "(cd ../../.. && yarn eslint 'packages/team-central/give-kudos/**/*.{ts,tsx}')",
		"test": "(cd ../../.. && yarn test 'packages/team-central/give-kudos')",
		"typecheck": "NODE_OPTIONS=--max-old-space-size=4096 tsc --noEmit --project ./tsconfig.json"
	},
	"dependencies": {
		"@atlaskit/afm-i18n-platform-team-central-give-kudos": "2.56.0",
		"@atlaskit/analytics-next": "^11.1.0",
		"@atlaskit/button": "^23.10.0",
		"@atlaskit/css": "^0.19.0",
		"@atlaskit/drawer": "^11.0.0",
		"@atlaskit/icon": "^32.0.0",
		"@atlaskit/intl-messages-provider": "^2.0.0",
		"@atlaskit/link": "^3.3.0",
		"@atlaskit/modal-dialog": "^14.11.0",
		"@atlaskit/platform-feature-flags": "^1.1.0",
		"@atlaskit/portal": "^5.2.0",
		"@atlaskit/primitives": "^18.0.0",
		"@atlaskit/theme": "^22.0.0",
		"@atlaskit/tokens": "^11.0.0",
		"@babel/runtime": "^7.0.0",
		"react-intl-next": "npm:react-intl@^5.18.1"
	},
	"peerDependencies": {
		"react": "^18.2.0",
		"react-intl-next": "npm:react-intl@^5.18.1"
	},
	"devDependencies": {
		"@af/integration-testing": "workspace:^",
		"@atlaskit/ssr": "workspace:^",
		"@testing-library/react": "^16.3.0",
		"react-dom": "^18.2.0",
		"wait-for-expect": "^1.2.0"
	},
	"techstack": {
		"@atlassian/frontend": {
			"code-structure": [
				"tangerine-next"
			],
			"import-structure": [
				"atlassian-conventions"
			],
			"circular-dependencies": [
				"file-and-folder-level"
			]
		},
		"@repo/internal": {
			"analytics": [
				"analytics-next"
			],
			"design-tokens": [
				"color"
			],
			"theming": [
				"react-context"
			],
			"ui-components": [
				"lite-mode"
			],
			"deprecation": [
				"no-deprecated-imports"
			],
			"styling": [
				"compiled",
				"static"
			],
			"imports": [
				"import-no-extraneous-disable-for-examples-and-docs"
			]
		}
	},
	"platform-feature-flags": {
		"people-teams-kudos-launcher-z-index": {
			"type": "boolean"
		}
	}
}
