UNPKG

@lephenix47/react-datatable

Version:

A React component library for creating feature-rich and customizable data tables. This library provides all the functionality of its jQuery counterpart with the added benefits of using React. Designed to be fast, flexible, and easy to use, this library pr

64 lines 2 kB
{ "name": "@lephenix47/react-datatable", "version": "1.0.32", "description": "A React component library for creating feature-rich and customizable data tables. This library provides all the functionality of its jQuery counterpart with the added benefits of using React. Designed to be fast, flexible, and easy to use, this library provides a complete solution for creating and customizing data tables in your React applications.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --config webpack.config.js", "publish": "npm publish --access=public" }, "repository": { "type": "git", "url": "git+https://github.com/LePhenix47/HRnet-Data-Table_npm-package.git" }, "peerDependencies": { "prop-types": "^15.8.1" }, "postinstall": "npm install --save-exact --no-package-lock prop-types@^15.8.1", "prepare": "npm install && npm run postinstall", "keywords": [ "react", "datatable", "data table", "jquery datatable", "component library", "React component", "customizable", "feature-rich", "fast", "flexible", "easy to use", "Openclassrooms", "p14", "hrnet", "HRnet", "js-react", "traineeship", "openclassrooms" ], "author": "Younes Lahouiti", "license": "ISC", "bugs": { "url": "https://github.com/LePhenix47/HRnet-Data-Table_npm-package/issues" }, "homepage": "https://github.com/LePhenix47/HRnet-Data-Table_npm-package#readme", "dependencies": { "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6" }, "devDependencies": { "@babel/cli": "^7.20.7", "@babel/core": "^7.20.12", "babel-loader": "^9.1.2", "css-loader": "^6.7.3", "style-loader": "^3.3.1", "typescript": "^4.9.5", "webpack": "^5.75.0", "webpack-cli": "^5.0.1" } }