manuo
Version:
UI component library for React Native + NativeWind, mobile-first and platform-specific.
62 lines (61 loc) • 1.46 kB
JSON
{
"name": "manuo",
"version": "1.0.54",
"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/vector-icons": "*",
"@gorhom/bottom-sheet": "^5.1.8",
"@react-native-community/datetimepicker": ">=8.0.0",
"expo": "^49.0.0 || ^53.0.0",
"expo-linear-gradient": ">=12.0.0",
"nativewind": "^4.1.23",
"react": "^19.0.0",
"react-native-safe-area-context": ">=4.0.0",
"react-native": "^0.79.4"
},
"author": "Man Marius",
"license": "MIT",
"devDependencies": {
"@react-native-community/datetimepicker": "^8.4.4",
"@types/react": "^19.1.8",
"react-native-safe-area-context": ">=4.0.0",
"@types/react-native": "^0.72.8",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"dependencies": {
"tailwindcss": "^3.4.17"
}
}