{
	"name": "@clxx/image-preview",
	"version": "0.0.13",
	"description": "image-preview",
	"main": "./build/index.js",
	"types": "./build/index.d.ts",
	"scripts": {
		"tsc": "../../node_modules/.bin/tsc",
		"start": "yarn tsc -w --pretty",
		"build": "node ../../scripts/clear.js && yarn tsc"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/joye61/clxx/tree/master/packages/image-preview"
	},
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org"
	},
	"keywords": [
		"react",
		"css-in-js",
		"typescript"
	],
	"author": "joye",
	"license": "MIT",
	"dependencies": {
		"@clxx/layout": "^0.0.13",
		"@emotion/core": "^10.0.27",
		"react": "^16.12.0",
		"react-dom": "^16.12.0"
	},
	"devDependencies": {
		"@types/react": "^16.9.17",
		"@types/react-dom": "^16.9.4"
	},
	"gitHead": "634ae410e7324297801a32732f37b184b17df0ef"
}
