{
	"name": "react-dnd",
	"version": "9.0.0",
	"description": "Drag and Drop for React",
	"main": "lib/index.js",
	"type": "module",
	"module": "lib/index.js",
	"types": "lib/index.d.ts",
	"repository": {
		"type": "git",
		"url": "https://github.com/react-dnd/react-dnd.git"
	},
	"license": "MIT",
	"scripts": {
		"clean": "rimraf lib",
		"build": "tsc -b tsconfig.json",
		"start": "tsc -b tsconfig.json -w --preserveWatchOutput"
	},
	"dependencies": {
		"@types/hoist-non-react-statics": "^3.3.1",
		"@types/shallowequal": "^1.1.1",
		"dnd-core": "^9.0.0",
		"hoist-non-react-statics": "^3.3.0",
		"shallowequal": "^1.1.0"
	},
	"devDependencies": {
		"@babel/cli": "^7.4.4",
		"@babel/core": "^7.4.5",
		"@babel/preset-env": "^7.4.5",
		"@types/react": "^16.8.23",
		"@types/react-dom": "^16.8.4",
		"babel-jest": "^24.8.0",
		"babel-loader": "^8.0.6",
		"npm-run-all": "^4.1.5",
		"react": "^16.8.6",
		"react-dom": "^16.8.6",
		"rimraf": "^2.6.3",
		"typescript": "^3.5.2"
	},
	"peerDependencies": {
		"react": ">= 16.8",
		"react-dom": ">= 16.8"
	},
	"gitHead": "f591828f0ccaf70aa712785a8601017da2df4b45"
}
