@appbuckets/react-ui
Version:
Just Another React UI Framework
68 lines • 1.84 kB
JSON
{
"name": "@appbuckets/react-ui",
"version": "1.11.4",
"description": "Just Another React UI Framework",
"keywords": [
"react",
"react-component",
"appbuckets",
"style",
"components"
],
"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-bucket"
},
"bugs": {
"url": "https://github.com/marcocavanna/appbuckets/issues"
},
"homepage": "https://react-bucket.appbuckets.io",
"license": "MIT",
"peerDependencies": {
"@types/react": "^17.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"dependencies": {
"@appbuckets/formatters": "^0.2.0",
"@appbuckets/react-ui-core": "0.4.6",
"@appbuckets/react-ui-styles": "0.1.4",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@popperjs/core": "^2.11.5",
"@semantic-ui-react/event-stack": "^3.1.3",
"array-sort": "^1.0.0",
"clsx": "^1.2.1",
"deepmerge": "^4.2.2",
"kind-of": "^6.0.3",
"p-limit": "3.1.0",
"pretty-bytes": "^6.0.0",
"rc-slider": "^10.0.1",
"react-color": "^2.19.3",
"react-day-picker": "^7.4.10",
"react-dropzone": "^14.2.2",
"react-input-mask": "^2.0.4",
"react-popper": "^2.3.0",
"react-select": "^4.3.1",
"react-sticky": "^6.0.3",
"react-textarea-autosize": "^8.3.4",
"react-transition-group": "^4.4.5",
"react-window": "^1.8.7",
"rfdc": "^1.3.0",
"tiny-invariant": "^1.2.0",
"tslib": "^2.4.0"
},
"gitHead": "0e1adf23d12b2915000667ed4503fabf9c709574",
"private": false,
"module": "./esm/index.js",
"types": "./index.d.ts"
}