@appbuckets/react-ui-core
Version:
Core utilities built for AppBuckets React UI Framework
47 lines • 1.1 kB
JSON
{
"name": "@appbuckets/react-ui-core",
"version": "0.4.6",
"description": "Core utilities built for AppBuckets React UI Framework",
"keywords": [
"react",
"appbuckets",
"ui-core",
"portal",
"ref"
],
"main": "./index.js",
"publishConfig": {
"access": "public"
},
"author": {
"name": "Marco Cavanna",
"email": "marco@appbuckets.io"
},
"repository": {
"type": "git",
"url": "https://github.com/marcocavanna/appbuckets.git",
"directory": "packages/react-ui-core"
},
"bugs": {
"url": "https://github.com/marcocavanna/appbuckets/issues"
},
"homepage": "https://react-ui.appbuckets.io",
"license": "MIT",
"peerDependencies": {
"@types/react": "^17.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"dependencies": {
"clsx": "^1.2.1",
"kind-of": "^6.0.3",
"lodash": "^4.17.21",
"react-is": "^17.0.2",
"tiny-invariant": "^1.2.0",
"tslib": "^2.4.0"
},
"gitHead": "0e1adf23d12b2915000667ed4503fabf9c709574",
"private": false,
"module": "./esm/index.js",
"types": "./index.d.ts"
}