react-smartgridmaster
Version:
React-SmartGridMaster: Empower your React applications with intelligent table management using React-SmartGridMaster. This versatile package offers advanced functionalities for creating dynamic and responsive grids. Seamlessly integrate smart filtering, s
54 lines (53 loc) • 1.88 kB
JSON
{
"name": "react-smartgridmaster",
"version": "1.1.2",
"description": "React-SmartGridMaster: Empower your React applications with intelligent table management using React-SmartGridMaster. This versatile package offers advanced functionalities for creating dynamic and responsive grids. Seamlessly integrate smart filtering, sorting, and customizable column features to enhance user experience. With support for ascending and descending orders, React-SmartGridMaster provides users with flexibility in data exploration. Elevate your data presentation with React-SmartGridMaster and unlock the potential of your tables",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"start": "nodemon index.ts",
"build": "npx rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrainerHub/React-SmartGridMaster.git"
},
"keywords": [
"React",
"Table",
"Grid",
"Filtering",
"Sorting",
"Ascending Order",
"Descending Order",
"Customizable",
"TypeScript",
"@types/react",
"react-dom",
" tslib",
"styled-components",
"react-icons"
],
"author": "Rahul Kumar Verma",
"license": "MIT",
"bugs": {
"url": "https://github.com/BrainerHub/React-SmartGridMaster/issues"
},
"homepage": "https://github.com/BrainerHub/React-SmartGridMaster#readme",
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.18.0",
"tslib": "^2.6.2"
},
"dependencies": {
"@types/react-dom": "^18.3.0",
"react-icons": "^5.2.1",
"styled-components": "^6.1.11"
}
}