UNPKG

@hoddy-ui/next

Version:

Core rich react native components written in typescript, with support for expo-router

55 lines (54 loc) 1.46 kB
{ "name": "@hoddy-ui/next", "version": "2.6.5", "description": "Core rich react native components written in typescript, with support for expo-router", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "dist/index.d.ts", "repository": { "directory": "packages/core/next", "type": "git", "url": "https://github.com/kinghoddy/hoddy-ui" }, "author": "Hoddy inc", "license": "MIT", "private": false, "scripts": { "deploy": "yarn build && yarn publish", "build": "tsup" }, "peerDependencies": { "@expo/vector-icons": ">=13.0.0", "@react-native-async-storage/async-storage": ">=1.18.1", "@react-native-community/datetimepicker": "8.4.4", "@types/react": ">=18.2.6", "@types/react-native": ">=0.72.0", "expo-haptics": ">=12.4.0", "expo-location": ">=15.1.1", "expo-navigation-bar": ">=2.1.1", "expo-router": ">=1.0.0", "expo-system-ui": ">=2.2.1", "react": ">=18.2.0", "react-native": ">=0.71.8", "react-native-modal-datetime-picker": "^15.0.0", "react-native-reanimated": ">=3.17.4", "react-native-safe-area-context": ">=4.5.3", "typescript": ">=5.0.4" }, "keywords": [ "react-native", "react-native-component", "hui", "hoddy-ui", "kinghoddy" ], "dependencies": { "react-native-size-matters": "^0.4.2" }, "devDependencies": { "tsup": "^7.2.0" }, "publishConfig": { "access": "public" } }