qtsd-fork
Version:
Do not use this please
31 lines (30 loc) • 669 B
JSON
{
"name": "react-dnd-html5-backend",
"version": "2.6.0",
"description": "HTML5 backend for React DnD",
"main": "lib/index.js",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/react-dnd/react-dnd.git"
},
"scripts": {
"clean": "rimraf lib",
"build:lib": "babel src --out-dir lib",
"build:umd": "webpack",
"build": "run-p build:*",
"test": "run-s clean build",
"prepublish": "npm test"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.1",
"npm-run-all": "^4.1.2",
"react-dnd": "^2.6.0",
"rimraf": "^2.6.2",
"webpack": "^3.1.0"
},
"dependencies": {
"lodash": "^4.2.0"
}
}