{
	"name": "@appbaseio/designkit",
	"version": "0.13.0",
	"description": "Design kit for appbaseio ecosystem",
	"main": "lib/index.js",
	"engines": {
		"node" : ">=16.4.0"
	},
	"files": [
		"lib/"
	],
	"scripts": {
		"start": "concurrently --kill-others \"npm run watch\" \"npm run storybook\"",
		"watch": "babel src --out-dir lib --watch",
		"lint": "eslint .",
		"precommit": "lint-staged",
		"build": "babel src --out-dir lib",
		"storybook": "start-storybook -p 9001 -s ./static -c .storybook",
		"build-storybook": "build-storybook -c .storybook -o .out",
		"deploy-storybook": "storybook-to-ghpages",
		"prepublishOnly": "yarn run build"
	},
	"lint-staged": {
		"*.js": [
			"eslint"
		]
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/appbaseio/designkit.git"
	},
	"author": "metagrover",
	"license": "Apache-2.0",
	"bugs": {
		"url": "https://github.com/appbaseio/designkit/issues"
	},
	"homepage": "https://github.com/appbaseio/designkit#readme",
	"devDependencies": {
		"@babel/cli": "7.0.0-beta.47",
		"@babel/core": "7.0.0-beta.47",
		"@babel/plugin-proposal-class-properties": "7.0.0-beta.47",
		"@babel/plugin-proposal-export-default-from": "7.0.0-beta.47",
		"@babel/plugin-transform-spread": "7.0.0-beta.47",
		"@babel/preset-env": "7.0.0-beta.47",
		"@babel/preset-react": "7.0.0-beta.47",
		"@storybook/addon-info": "^3.2.16",
		"@storybook/addon-knobs": "^3.2.16",
		"@storybook/addon-options": "^3.2.16",
		"@storybook/storybook-deployer": "^2.2.0",
		"babel-core": "7.0.0-bridge.0",
		"babel-eslint": "^8.2.3",
		"babel-plugin-emotion": "^9.0.0",
		"concurrently": "^3.5.1",
		"emotion": "^9.0.0",
		"emotion-theming": "^9.0.0",
		"eslint": "^4.19.1",
		"eslint-config-airbnb": "^16.1.0",
		"eslint-config-prettier": "^2.9.0",
		"eslint-plugin-babel": "^4.1.2",
		"eslint-plugin-import": "^2.11.0",
		"eslint-plugin-jsx-a11y": "^6.0.3",
		"eslint-plugin-prettier": "^2.6.0",
		"eslint-plugin-react": "^7.8.2",
		"husky": "^0.14.3",
		"lint-staged": "^7.0.0",
		"prettier": "^1.12.1",
		"react": "^16.1.1",
		"react-dom": "^16.1.1",
		"storybook-readme": "^3.1.1"
	},
	"dependencies": {
		"@storybook/react": "^3.2.19",
		"prop-types": "^15.6.0",
		"react-emotion": "^9.0.0",
		"react-feather": "^1.1.0",
		"react-icons": "^3.2.2",
		"react-slick": "^0.24.0",
		"slick-carousel": "^1.8.1"
	},
	"peerDependencies": {
		"emotion": "*",
		"emotion-theming": "*",
		"react": "^16.0.0"
	}
}
