{
	"name": "@kudi-inc/dip",
	"version": "0.0.46",
	"description": "Kudi Data Influenced Pixel package",
	"author": "kudi-inc",
	"keywords": [
		"kudi",
		"dip",
		"kudi-dip",
		"kudi-inc"
	],
	"license": "MIT",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/kudi-inc/kudi-dip.git"
	},
	"main": "dist/index.js",
	"module": "dist/index.es.js",
	"jsnext:main": "dist/index.es.js",
	"engines": {
		"node": ">=8",
		"npm": ">=5"
	},
	"scripts": {
		"test": "cross-env CI=1 react-scripts test --env=jsdom",
		"test:watch": "react-scripts test --env=jsdom",
		"flow": "flow",
		"lint": "eslint src/",
		"lint:fix": "eslint src/ --fix",
		"build": "rollup -c",
		"start": "rollup -c -w",
		"prepare": "yarn run build",
		"predeploy": "cd example && yarn install && yarn run build",
		"deploy": "gh-pages -d example/build"
	},
	"peerDependencies": {
		"browser-monads": "^1.0.0",
		"classnames": "^2.2.6",
		"moment": "^2.24.0",
		"randomstring": "^1.1.5",
		"react": "^15.0.0 || ^16.0.0",
		"react-dates": "^21.2.0",
		"react-dom": "^15.0.0 || ^16.0.0",
		"react-progressive-image": "^0.6.0"
	},
	"devDependencies": {
		"@babel/cli": "^7.5.5",
		"@babel/core": "^7.5.5",
		"@babel/plugin-external-helpers": "^7.2.0",
		"@babel/plugin-proposal-class-properties": "^7.5.5",
		"@babel/plugin-proposal-export-default-from": "^7.5.2",
		"@babel/plugin-proposal-function-bind": "^7.2.0",
		"@babel/preset-env": "^7.5.5",
		"@babel/preset-flow": "^7.0.0",
		"@babel/preset-react": "^7.0.0",
		"@svgr/rollup": "^4.3.1",
		"babel-eslint": "^10.0.2",
		"classnames": "^2.2.6",
		"cross-env": "^5.2.0",
		"eslint": "^6.1.0",
		"eslint-config-standard": "^13.0.1",
		"eslint-config-standard-react": "^8.0.0",
		"eslint-plugin-flowtype": "^4.2.0",
		"eslint-plugin-import": "^2.18.2",
		"eslint-plugin-node": "^9.1.0",
		"eslint-plugin-promise": "^4.2.1",
		"eslint-plugin-react": "^7.14.3",
		"eslint-plugin-standard": "^4.0.0",
		"flow-bin": "^0.104.0",
		"gh-pages": "^2.1.0",
		"node-sass": "^4.12.0",
		"randomstring": "^1.1.5",
		"react": "^16.8.6",
		"react-dom": "^16.8.6",
		"react-lifecycles-compat": "^3.0.4",
		"react-scripts": "^3.0.1",
		"rollup": "^1.19.4",
		"rollup-plugin-babel": "^4.3.3",
		"rollup-plugin-commonjs": "^10.0.2",
		"rollup-plugin-flow": "^1.1.1",
		"rollup-plugin-node-resolve": "^5.2.0",
		"rollup-plugin-peer-deps-external": "^2.2.0",
		"rollup-plugin-postcss": "^2.0.3",
		"rollup-plugin-url": "^2.2.2"
	},
	"files": [
		"dist"
	],
	"dependencies": {
		"browser-monads": "^1.0.0",
		"classnames": "^2.2.6",
		"moment": "^2.24.0",
		"randomstring": "^1.1.5",
		"react-dates": "^21.2.0",
		"react-progressive-image": "^0.6.0"
	},
	"bugs": {
		"url": "https://github.com/kudi-inc/kudi-dip/issues"
	},
	"homepage": "https://github.com/kudi-inc/kudi-dip#readme",
	"directories": {
		"example": "example"
	}
}
