UNPKG

manuo

Version:

UI component library for React Native + NativeWind, mobile-first and platform-specific.

55 lines (54 loc) 1.14 kB
{ "name": "manuo", "version": "1.0.32", "description": "UI component library for React Native + NativeWind, mobile-first and platform-specific.", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": [ "./src/nativeWindInterop.ts" ], "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsup", "prepare": "npm run build", "test": "echo \"no tests yet\"" }, "keywords": [ "ui", "nativewind", "react-native", "expo", "tailwindcss", "components", "design-system", "manuo", "react-native-ui", "react-native-components" ], "peerDependencies": { "expo": "^49.0.0 || ^53.0.0", "nativewind": "^4.1.23", "react": "^19.0.0", "react-native": "^0.79.4" }, "author": "Man Marius", "license": "MIT", "devDependencies": { "@types/react": "^19.1.8", "@types/react-native": "^0.72.8", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "dependencies": { "tailwindcss": "^3.4.17" } }