dnd-core
Version:
Drag and drop sans the GUI
33 lines (32 loc) • 691 B
JSON
{
"name": "dnd-core",
"version": "3.0.2",
"description": "Drag and drop sans the GUI",
"license": "BSD-3-Clause",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"clean": "rimraf lib",
"build": "tsc",
"test": "run-s clean build"
},
"repository": {
"type": "git",
"url": "https://github.com/react-dnd/react-dnd.git"
},
"dependencies": {
"@types/invariant": "^2.2.29",
"@types/lodash": "^4.14.107",
"@types/node": "^8.10.11",
"@types/redux": "^3.6.0",
"asap": "^2.0.6",
"invariant": "^2.0.0",
"lodash": "^4.2.0",
"redux": "^4.0.0"
},
"devDependencies": {
"npm-run-all": "^4.1.2",
"rimraf": "^2.6.2",
"typescript": "^2.8.1"
}
}