{
	"name": "@clxx/picker",
	"version": "0.0.13",
	"description": "Basic picker component based on swiperjs",
	"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/picker"
	},
	"publishConfig": {
		"access": "public",
		"registry": "https://registry.npmjs.org"
	},
	"keywords": [
		"react",
		"css-in-js",
		"typescript",
		"swiperjs"
	],
	"author": "joye",
	"license": "MIT",
	"devDependencies": {
		"@types/lodash": "^4.14.149",
		"@types/react": "^16.9.17",
		"@types/swiper": "^5.2.0"
	},
	"dependencies": {
		"@clxx/base": "^0.0.13",
		"@clxx/dialog": "^0.0.13",
		"@clxx/layout": "^0.0.13",
		"@emotion/core": "^10.0.22",
		"lodash": "^4.17.15",
		"react": "^16.12.0",
		"swiper": "^5.2.1"
	},
	"gitHead": "634ae410e7324297801a32732f37b184b17df0ef"
}
