UNPKG

react-dnd

Version:
52 lines (51 loc) 1.32 kB
{ "name": "react-dnd", "version": "4.0.3", "description": "Drag and Drop for React", "main": "lib/index.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/react-dnd/react-dnd.git" }, "license": "BSD-3-Clause", "scripts": { "clean": "rimraf lib dist", "bundle:unmin": "webpack --mode development --output-filename=ReactDnD.js", "bundle:min": "webpack --mode production --output-filename=ReactDnD.min.js", "transpile": "tsc", "build": "run-p bundle:* transpile", "test": "run-s clean build", "watch": "tsc -w", "start": "npm run watch" }, "dependencies": { "@types/invariant": "^2.2.29", "@types/lodash": "^4.14.109", "@types/node": "^10.3.0", "@types/prop-types": "^15.5.3", "@types/react": "^16.3.14", "@types/react-dom": "^16.0.5", "@types/shallowequal": "^0.2.2", "dnd-core": "^4.0.3", "hoist-non-react-statics": "^2.5.0", "invariant": "^2.1.0", "lodash": "^4.17.10", "prop-types": "^15.6.1", "shallowequal": "^1.0.2" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-loader": "^7.1.1", "npm-run-all": "^4.1.2", "react": "^16.4.0", "rimraf": "^2.6.2", "ts-loader": "^4.2.0", "typescript": "^2.8.3", "webpack": "^4.6.0", "webpack-cli": "^2.1.2" }, "peerDependencies": { "react": ">= 16.3" } }