{
	"name": "@atlaskit/css-reset",
	"version": "7.4.5",
	"description": "A base stylesheet for the Atlassian Design System.",
	"publishConfig": {
		"registry": "https://registry.npmjs.org/"
	},
	"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
	"author": "Atlassian Pty Ltd",
	"license": "Apache-2.0",
	"main": "dist/bundle.css",
	"module": "dist/bundle.css",
	"module:es2019": "dist/bundle.css",
	"types": "dist/types/index.d.ts",
	"atlaskit:src": "src/index.tsx",
	"atlassian": {
		"team": "Design System Team",
		"website": {
			"name": "CSS reset",
			"category": "Libraries"
		}
	},
	"scripts": {
		"ak-postbuild": "mkdir -p dist && cp src/bundle.css dist/bundle.css && ABS_PATH=$(pwd) && ln -sf $ABS_PATH/dist/bundle.css dist/cjs/bundle.css && ln -sf $ABS_PATH/dist/bundle.css dist/esm/bundle.css && ln -sf $ABS_PATH/dist/bundle.css dist/es2019/bundle.css",
		"build-css": "run-ts build/js-to-css.tsx"
	},
	"dependencies": {
		"@atlaskit/tokens": "^13.0.0",
		"@babel/runtime": "^7.0.0"
	},
	"peerDependencies": {
		"react": "^18.2.0"
	},
	"devDependencies": {
		"@af/formatting": "workspace:^",
		"@af/root-path": "workspace:^",
		"@af/visual-regression": "workspace:^",
		"@atlaskit/docs": "^11.7.0",
		"@atlaskit/link": "^3.4.0",
		"@atlaskit/section-message": "^8.12.0",
		"@atlassian/ts-loader": "^0.1.0",
		"mkdirp": "^0.5.1"
	},
	"keywords": [
		"atlaskit",
		"css",
		"ui"
	],
	"techstack": {
		"@atlassian/frontend": {
			"import-structure": "atlassian-conventions"
		},
		"@repo/internal": {
			"design-system": "v1",
			"ui-components": "lite-mode",
			"design-tokens": [
				"color",
				"spacing"
			],
			"deprecation": "no-deprecated-imports",
			"styling": [
				"emotion"
			]
		}
	},
	"typesVersions": {
		">=4.5 <4.9": {
			"*": [
				"dist/types-ts4.5/*",
				"dist/types-ts4.5/index.d.ts"
			]
		}
	},
	"homepage": "https://atlassian.design/components/css-reset",
	"platform-feature-flags": {}
}
