{
	"name": "@xcritical/theme",
	"version": "1.3.0",
	"description": "",
	"main": "dist/index.js",
	"source": "src/index.ts",
	"xc:source": "src/index.ts",
	"module": "dist/theme.esm.js",
	"types": "dist/typings.d.ts",
	"scripts": {
		"test": "jest --config=jest.config.js",
		"compile": "tsdx build --format cjs,esm --verbose && api-extractor run",
		"compile:local": "tsdx build --format cjs,esm --verbose && api-extractor run --local",
		"build": "yarn clean && yarn compile",
		"clean": "rimraf dist lib .publish"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com:xcritical-software/xc-front-kit.git"
	},
	"files": [
		"dist"
	],
	"keywords": [
		"theme",
		"style-components"
	],
	"author": "123Software",
	"license": "MIT",
	"homepage": "https://github.com/xcritical-software/xc-front-kit/tree/develop/packages/theme#readme",
	"publishConfig": {
		"access": "public"
	},
	"private": false,
	"peerDependencies": {
		"react": "^16.9.0",
		"styled-components": "^5.3.3"
	},
	"dependencies": {
		"csstype": "^3.0.9",
		"fast-equals": "3.0.0",
		"kind-of": "^6.0.3",
		"lodash.get": "4.x",
		"lodash.isempty": "4.x",
		"micro-memoize": "^4.0.8",
		"polished": "^4.1.4",
		"utilitify": "^1.0.3"
	},
	"gitHead": "d5f2bce04b2d0cca4b4755a019968ba452d76f44"
}
