qtsd-fork
Version:
Do not use this please
40 lines (39 loc) • 965 B
JSON
{
"name": "react-dnd",
"version": "2.6.0",
"description": "Drag and Drop for React",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/react-dnd/react-dnd.git"
},
"license": "BSD-3-Clause",
"scripts": {
"clean": "rimraf lib dist",
"bundle:unmin": "webpack --output-filename=dist/ReactDnD.js",
"bundle:min": "webpack --output-filename=dist/ReactDnD.min.js --optimize-minimize",
"babel": "babel src --out-dir lib",
"build": "run-p bundle:* babel",
"test": "run-s clean build",
"prepublish": "npm test"
},
"dependencies": {
"disposables": "^1.0.1",
"dnd-core": "^2.6.0",
"hoist-non-react-statics": "^2.1.0",
"invariant": "^2.1.0",
"lodash": "^4.2.0",
"prop-types": "^15.5.10"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.1",
"npm-run-all": "^4.1.2",
"react": "^16.2.0",
"rimraf": "^2.6.2",
"webpack": "^3.1.0"
},
"peerDependencies": {
"react": "*"
}
}