UNPKG

@tidy-ui/layout

Version:

Tidy UI layout group components includes Border, Container, Divider, Flexbox, Grid, Stack

69 lines (68 loc) 1.77 kB
{ "name": "@tidy-ui/layout", "version": "0.48.2", "readme": "README.md", "scripts": { "build": "yarn clean && rollup -c ../../rollup.config.js --environment PACKAGE_NAME:layout", "build:md": "markdown-include ../../.markdown.json", "clean": "rimraf -rf dist && rimraf -rf build", "postinstall": "rm -rf node_modules/@types/react-native", "reset": "yarn clean && rimraf -rf node_modules", "vet": "yarn lint", "yalc:publish": "yarn build && yalc publish", "yalc:push": "yarn build && yalc push", "docs": "jsdoc -X -c ../../jsdoc.conf.json > jsdoc.json" }, "dependencies": { "@tidy-ui/border": "^0.48.2", "@tidy-ui/container": "^0.48.2", "@tidy-ui/divider": "^0.48.2", "@tidy-ui/flexbox": "^0.48.2", "@tidy-ui/frame": "^0.48.2", "@tidy-ui/grid": "^0.48.2", "@tidy-ui/loader": "^0.48.2", "@tidy-ui/stack": "^0.48.2" }, "peerDependencies": { "react": "^18.0.0", "styled-components": "^5.3.3" }, "module": "./dist/index.esm.js", "types": "dist/src/index.d.ts", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/badatt/tidy-ui" }, "author": { "name": "Balu Praveen Datty", "email": "dev.badatt@gmail.om", "url": "https://github.com/badatt" }, "keywords": [ "react", "styled-components", "css-in-js", "react-ui", "components", "ui", "ui-components", "layout", "Border", "Container", "Divider", "Flexbox", "Grid", "Stack" ], "description": "Tidy UI layout group components includes Border, Container, Divider, Flexbox, Grid, Stack", "publishConfig": { "access": "public" }, "files": [ "dist", "LICENSE", "jsdoc.json", "README.md" ] }