UNPKG

@edorivai/react-smooth-dnd

Version:
55 lines (54 loc) 1.29 kB
{ "name": "@edorivai/react-smooth-dnd", "version": "0.11.2", "description": "Drag and Drop library", "main": "./dist/index.js", "scripts": { "bundle": "rollup -c --environment INCLUDE_DEPS,BUILD:production", "tsc": "tsc --emitDeclarationOnly --outDir dist", "build": "npm run tsc && npm run bundle" }, "types": "./dist/index.d.ts", "files": [ "dist" ], "keywords": [ "react", "sortable", "drag and drop", "drag&drop", "drag", "drop", "draggable", "dnd" ], "author": { "name": "Kutlu Sahin", "email": "kutlugsahin@gmail.com" }, "license": "ISC", "repository": { "type": "git", "url": "https://github.com/edorivai/react-smooth-dnd.git" }, "devDependencies": { "@babel/core": "7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", "@babel/preset-env": "7.3.4", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "7.3.3", "rollup": "1.4.0", "rollup-plugin-babel": "4.3.2", "rollup-plugin-commonjs": "^9.2.1", "rollup-plugin-uglify": "6.0.2", "typescript": "3.3.3333", "@types/react": "^16.3.0" }, "peerDependencies": { "react": ">=16.3" }, "dependencies": { "smooth-dnd": "0.12.1", "prop-types": ">=15.6.0" } }