UNPKG

my-simple-react-table

Version:

This is a simple React package for creating table with pagination and search box in react application

51 lines (50 loc) 1.3 kB
{ "name": "my-simple-react-table", "version": "1.0.6", "description": "This is a simple React package for creating table with pagination and search box in react application", "source": "src/index.js", "main": "dist/index.js", "scripts": { "test": "echo 'No test specified'", "build": "rm -rf dist && mkdir dist && babel src -d dist --copy-files" }, "repository": { "type": "git", "url": "git+https://github.com/successtar/my-simple-react-table.git" }, "keywords": [ "table", "react", "simple", "paginate", "search" ], "author": { "name": "Hammed Olalekan Osanyinpeju", "email": "osanyinpejuhammed35@gmail.com", "url": "https://successtar.github.io" }, "license": "MIT", "bugs": { "url": "https://github.com/successtar/my-simple-react-table/issues" }, "homepage": "https://successtar.github.io/my-simple-react-table", "peerDependencies": { "react": "^16.8.0", "react-dom": "^16.8.0" }, "devDependencies": { "@babel/cli": "^7.12.17", "@babel/core": "^7.12.17", "@babel/preset-env": "^7.13.0", "@babel/preset-react": "^7.12.13", "react": "^16.8.0", "react-dom": "^16.8.0" }, "files": [ "*.d.ts", "dist" ], "types": "my-simple-react-table.d.ts", "dependencies": {} }