@onehat/ui
Version:
Base UI for OneHat apps
110 lines (109 loc) • 3.22 kB
JSON
{
"name": "@onehat/ui",
"version": "0.4.72",
"description": "Base UI for OneHat apps",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "npx cypress open",
"test2": "DEBUG=cypress:* npx cypress open",
"docs": "jsdoc -c ./jsdoc.json -t ./node_modules/ink-docstrap/template -R README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OneHatRepo/ui.git"
},
"keywords": [
"onehat",
"js",
"ui"
],
"author": {
"name": "Scott Spuler",
"company": "OneHat Technologies, LLC",
"url": "https://onehat.com"
},
"license": "UNLICENSED",
"dependencies": {
"@gluestack-ui/accordion": "^1.0.14",
"@gluestack-ui/actionsheet": "^0.2.52",
"@gluestack-ui/alert": "^0.1.16",
"@gluestack-ui/alert-dialog": "^0.1.38",
"@gluestack-ui/avatar": "^0.1.18",
"@gluestack-ui/button": "^1.0.14",
"@gluestack-ui/checkbox": "^0.1.39",
"@gluestack-ui/divider": "^0.1.10",
"@gluestack-ui/fab": "^0.1.28",
"@gluestack-ui/form-control": "^0.1.19",
"@gluestack-ui/icon": "^0.1.26",
"@gluestack-ui/image": "^0.1.17",
"@gluestack-ui/input": "^0.1.38",
"@gluestack-ui/link": "^0.1.29",
"@gluestack-ui/menu": "^0.2.43",
"@gluestack-ui/modal": "^0.1.41",
"@gluestack-ui/nativewind-utils": "^1.0.25",
"@gluestack-ui/overlay": "^0.1.15",
"@gluestack-ui/popover": "^0.1.49",
"@gluestack-ui/pressable": "^0.1.23",
"@gluestack-ui/progress": "^0.1.18",
"@gluestack-ui/radio": "^0.1.40",
"@gluestack-ui/select": "^0.1.31",
"@gluestack-ui/slider": "^0.1.32",
"@gluestack-ui/spinner": "^0.1.15",
"@gluestack-ui/switch": "^0.1.29",
"@gluestack-ui/textarea": "^0.1.24",
"@gluestack-ui/toast": "^1.0.9",
"@gluestack-ui/tooltip": "^0.1.44",
"@hookform/resolvers": "^5.0.0",
"@k-renwick/colour-mixer": "^1.2.1",
"@legendapp/motion": "^2.4.0",
"@onehat/data": "^1.22.0",
"clsx": "^2.1.1",
"nativewind": "4.1.23",
"normalize-css-color": "^1.0.2",
"@react-native-community/slider": "^4.5.2",
"@reduxjs/toolkit": "^2.6.1",
"decimal.js": "^10.5.0",
"inflector-js": "^1.0.1",
"js-cookie": "^3.0.5",
"native-base": "^3.4.28",
"react-hook-form": "^7.55.0",
"react-redux": "^9.2.0",
"tailwindcss": "^3.4.17",
"yup": "^1.6.1"
},
"peerDependencies": {
"@ckeditor/ckeditor5-react": "^6.3.0",
"@files-ui/react": "^1.0.8",
"locutus": "^2.0.16",
"react": "*",
"react-color": "^2.19.3",
"react-datetime": "^3.2.0",
"react-dom": "*",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-backend":"16.0.1",
"react-draggable": "^4.4.5",
"react-native": "*",
"react-native-draggable": "^3.3.0",
"react-native-svg": "*",
"react18-json-view": "^0.2.8",
"use-file-picker": "^2.1.1"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@babel/node": "^7.22.1",
"@babel/plugin-transform-class-properties": "^7.22.3",
"@babel/plugin-transform-runtime": "^7.22.4",
"@babel/preset-env": "^7.22.4",
"@babel/register": "^7.21.0",
"@babel/runtime": "^7.22.3",
"@ckeditor/ckeditor5-react": "^5.0.6",
"@cypress/webpack-preprocessor": "^5.17.1",
"babel-loader": "^9.1.2",
"cypress": "12.13.0",
"ink-docstrap": "^1.3.2",
"jsdoc": "^4.0.2",
"webpack": "^5.85.0"
}
}