@reusable-ui/groupable
Version:
Groups a list of UIs into a single UI.
50 lines (49 loc) • 1.24 kB
JSON
{
"name": "@reusable-ui/groupable",
"version": "6.5.3",
"description": "Groups a list of UIs into a single UI.",
"keywords": [
"groupable",
"group",
"merge",
"joined",
"features",
"design",
"layouts"
],
"author": "HeyMarco <31385284+heyymarco@users.noreply.github.com>",
"homepage": "https://reusableui.org",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/reusable-ui/reusable-ui-monorepo.git"
},
"main": "dist/groupable.js",
"types": "dist/groupable.d.ts",
"type": "module",
"exports": {
".": "./dist/groupable.js",
"./index": "./dist/groupable.js",
"./index.js": "./dist/groupable.js"
},
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"tsc": "tsc",
"tsc:watch": "tsc --watch",
"ncu": "ncu --peer",
"ncu:upgrade": "ncu --peer --upgrade",
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest"
},
"dependencies": {
"@cssfn/core": "^3.2.0"
},
"peerDependencies": {
"@reusable-ui/border": "^6.5.0",
"@reusable-ui/orientationable": "^6.5.3",
"@reusable-ui/padding": "^6.5.0"
},
"gitHead": "32ec44474b4d227a627970f53c5aaf5b739b81db"
}