{
	"name": "cpui-components",
	"version": "0.6.13",
	"main": "lib/cpui-components.js",
	"dependencies": {
		"ally.js": "1.4.1",
		"blacklist": "1.1.4",
		"classnames": "2.2.6",
		"moment": "2.19.2",
		"prop-types": "15.6.2",
		"react-ace": "5.9.0",
		"react-animate-height": "0.10.8",
		"react-autosuggest": "9.3.4",
		"react-color": "2.14.1",
		"react-copy-to-clipboard": "5.0.1",
		"react-router-dom": "4.3.1",
		"react-transition-group": "2.4.0"
	},
	"scripts": {
		"start": "react-scripts start",
		"build": "react-scripts build",
		"lib": "babel src/lib --out-dir lib --copy-files",
		"test": "react-scripts test --env=jsdom",
		"test:debug": "react-scripts --inspect-brk test --runInBand --env=jsdom",
		"eject": "react-scripts eject",
		"postmerge": "@powershell -NoProfile -ExecutionPolicy Unrestricted -Command \"if (git diff-tree -r --name-only --no-commit-id ORIG_HEAD HEAD | Select-String -Pattern 'package.json' -SimpleMatch -Quiet) { npm install }\"",
		"precommit": "npm run lib && git add .",
		"preversion": "cross-env CI=true npm test",
		"postversion": "git push && git push --tags",
		"styleguide": "styleguidist server",
		"styleguide:build": "styleguidist build"
	},
	"devDependencies": {
		"babel-cli": "6.26.0",
		"babel-preset-stage-0": "6.24.1",
		"cross-env": "5.2.0",
		"enzyme": "^3.6.0",
		"enzyme-adapter-react-16": "^1.5.0",
		"husky": "0.14.3",
		"react-dom": "^16.5.2",
		"react": "^16.5.2",
		"react-scripts": "1.1.5",
		"react-styleguidist": "6.0.33"
	},
	"files": [
		"lib/"
	],
	"babel": {
		"presets": [
			"env",
			"stage-0",
			"react"
		]
	}
}
