UNPKG

react-dynamiq-ui

Version:

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

60 lines (59 loc) 1.38 kB
{ "name": "react-dynamiq-ui", "version": "0.0.4", "description": "this is react dynamic ui 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", "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-ui", "react-dynamiq-ui", "dynamiq-ui", "dynamic-ui", "dynamiq-react-ui", "dynamic-react-ui", "magic-ui", "react dynamic ui", "react dynamiq ui", "dynamiq able", "dynamic able", "dynamiq react ui", "magic ui" ], "bugs": {}, "devDependencies": {}, "dependencies": {} }