qtsd-fork
Version:
Do not use this please
29 lines (28 loc) • 595 B
JSON
{
"name": "dnd-core",
"version": "2.6.0",
"description": "Drag and drop sans the GUI",
"license": "BSD-3-Clause",
"main": "lib/index.js",
"scripts": {
"clean": "rimraf lib",
"build": "babel src --out-dir lib",
"test": "npm-run-all clean build",
"prepublish": "npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/react-dnd/react-dnd.git"
},
"dependencies": {
"asap": "^2.0.6",
"invariant": "^2.0.0",
"lodash": "^4.2.0",
"redux": "^3.7.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"npm-run-all": "^4.1.2",
"rimraf": "^2.6.1"
}
}