UNPKG

react-dynamiq-table

Version:

this is react dynamic table help you to avoide repeating yourself. it's very easy to customize the style and access your data dynamically without mapping

63 lines (62 loc) 1.52 kB
{ "name": "react-dynamiq-table", "version": "0.0.8", "description": "this is react dynamic table help you to avoide repeating yourself. it's very easy to customize the style and access your data dynamically without mapping", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "prepare": "husky", "lint": "eslint ./src/ --ext .ts,.tsx", "lint:fix": "eslint ./src --ext .ts,.tsx --fix", "release": "standard-version" }, "jest": { "testEnvironment": "jsdom" }, "babel": { "sourceType": "unambiguous", "presets": [ "@babel/preset-env", "@babel/preset-typescript", [ "@babel/preset-react", { "runtime": "automatic" } ] ] }, "repository": { "type": "git", "url": "git@github.com:Ahmadbambajabbi/dynamic-ui.git" }, "author": "Ahmadbamba Alfusainey Jabbi", "license": "MIT", "keywords": [ "react-dynamic-table", "react-dynamiq-table", "dynamiq-table", "dynamic-table", "dynamiq-react-table", "dynamic-react-table", "magic-table", "react dynamic table", "react dynamiq table", "dynamiq able", "dynamic able", "dynamiq react table", "magic table" ], "bugs": {}, "devDependencies": {}, "dependencies": {} }