UNPKG

react-laravel-datatable

Version:

A simple but flexible react datatable library built to support Laravel's pagination out of the box.

58 lines (57 loc) 1.68 kB
{ "name": "react-laravel-datatable", "version": "0.1.10", "description": "A simple but flexible react datatable library built to support Laravel's pagination out of the box.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "webpack --watch", "build": "webpack --mode=production", "develop": "webpack --mode=development --watch --profile --json > stats.json" }, "repository": { "type": "git", "url": "git+https://github.com/mastys100/react-laravel-datatable.git" }, "keywords": [ "react-datatable", "react", "datatable", "laravel-datatable", "react-table", "laravel-table" ], "author": { "name": "Chamamme Andrew", "email": "mastys100@gmail.com" }, "license": "ISC", "bugs": { "url": "https://github.com/mastys100/react-laravel-datatable/issues" }, "homepage": "https://github.com/mastys100/react-laravel-datatable#readme", "dependencies": {}, "peerDependencies": { "react": "^16.9.0", "react-dom": "^16.9.0" }, "devDependencies": { "@babel/core": "^7.1.6", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/preset-env": "^7.1.6", "axios": "^0.24.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.6.0", "babel-loader": "^7.1.4", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-react-jsx": "^6.24.1", "css-loader": "^3.2.0", "jest": "^23.6.0", "jest-cli": "^23.6.0", "prop-types": "15.7.2", "style-loader": "^1.0.0", "webpack": "^4.8.1", "webpack-bundle-analyzer": "^3.5.2", "webpack-cli": "^3.1.2" } }