UNPKG

antd-tablefixed-drag

Version:

drag list view and table view component for react

62 lines (61 loc) 1.28 kB
{ "name": "antd-tablefixed-drag", "version": "0.0.1", "author": "sixinlei0927@gmail.com", "description": "drag list view and table view component for react", "keywords": [ "react", "react-component", "sortable", "antd", "rc-table", "react-drag", "react-drag-table", "react-drag-list" ], "license": "MIT", "main": "./lib/index", "module": "./es/index", "files": [ "assets/*.css", "dist", "es", "lib" ], "maintainers": [ "sixinlei0927@gmail.com" ], "config": { "entry": { "react-drag-listview": [ "./src/index.js" ] }, "port": 9000 }, "scripts": { "dist": "rc-tools run dist", "build": "rc-tools run build", "compile": "rc-tools run compile --babel-runtime", "gh-pages": "rc-tools run gh-pages", "start": "rc-tools run server", "pub": "rc-tools run pub --babel-runtime", "lint": "rc-tools run lint", "lint:fix": "rc-tools run lint --fix" }, "dependencies": { "antd": "^3.19.1", "prop-types": "^15.5.8", "rc-table": "^6.5.1" }, "devDependencies": { "expect.js": "~0.3.1", "pre-commit": "1.x", "rc-tools": "^8.2.2", "react": "^16.0.0", "react-dom": "^16.0.0" }, "pre-commit": [ "lint" ] }