UNPKG

@langleyfoxall/react-dynamic-data-table

Version:

Re-usable data table for React with sortable columns, pagination and more.

49 lines (48 loc) 1.34 kB
{ "name": "@langleyfoxall/react-dynamic-data-table", "version": "7.18.0", "description": "Re-usable data table for React with sortable columns, pagination and more.", "keywords": [ "react", "table", "data table", "pagination", "bulk actions" ], "main": "dist/index.js", "scripts": { "test": "echo \"No tests.\" && exit 0", "build": "node ./node_modules/@babel/cli/bin/babel src/ --out-dir dist/", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/langleyfoxall/react-dynamic-data-table.git" }, "author": "Jordan Hall <jordan@langleyfoxall.co.uk>", "license": "LGPL-3.0-only", "bugs": { "url": "https://github.com/langleyfoxall/react-dynamic-data-table/issues" }, "peerDependencies": { "prop-types": "^15.6.2", "react": "^16.5.2", "react-dom": "^16.5.2" }, "homepage": "https://github.com/langleyfoxall/react-dynamic-data-table#readme", "devDependencies": { "@babel/cli": "^7.7.0", "@babel/core": "^7.7.2", "@babel/preset-env": "^7.11.0", "@babel/preset-react": "^7.7.0" }, "dependencies": { "axios": "^0.21.1", "babel": "^6.23.0", "classnames": "^2.2.6", "core-js": "^2.6.10", "prop-types": "^15.6.2", "react": "^16.5.2", "react-dom": "^16.5.2" } }