UNPKG

@carlosmedina06/ui-native

Version:

the best way to build beautiful applications on iOS and Android with React Native and NativeWind.

107 lines (106 loc) 2.63 kB
{ "name": "@carlosmedina06/ui-native", "version": "1.0.15", "license": "MIT", "private": false, "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "types": "lib/typescript/index.d.ts", "files": [ "lib" ], "scripts": { "build": "bob build" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ [ "commonjs", { "babelrc": true } ], [ "module", { "babelrc": true } ], [ "typescript", { "project": "tsconfig.build.json", "tsc": "./node_modules/.bin/tsc" } ] ] }, "description": "the best way to build beautiful applications on iOS and Android with React Native and NativeWind.", "keywords": [ "react-native", "nativewind", "expo", "ui-components", "tailwindcss", "ui", "components", "native", "styled", "uikit", "user-interface", "design", "native-components", "native-ui", "native-components" ], "repository": { "type": "git", "url": "https://github.com/Carlosmedina06/ui-native" }, "dependencies": { "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "expo": "^52.0.37", "expo-status-bar": "~2.0.1", "nativewind": "^4.1.23", "react": "^18.3.1", "react-native": "^0.76.7", "react-native-css-interop": "^0.1.22", "react-native-reanimated": "^3.16.2", "react-native-safe-area-context": "^4.12.0", "tailwind-merge": "^3.0.2", "tailwindcss": "^3.4.17" }, "peerDependencies": { "expo": "^52.0.37", "react": "^18.3.1", "react-native": "^0.76.7", "react-native-reanimated": "^3.16.2", "react-native-safe-area-context": "^4.12.0", "tailwindcss": "^3.4.17" }, "devDependencies": { "@babel/cli": "^7.26.4", "@babel/core": "^7.25.2", "@babel/preset-env": "^7.26.9", "@babel/preset-typescript": "^7.26.0", "@types/react": "~18.3.12", "@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/parser": "^6.20.0", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "expo-cli": "^5.0.2", "metro-react-native-babel-preset": "^0.77.0", "prettier": "^3.2.4", "prettier-plugin-tailwindcss": "^0.5.11", "react-native-builder-bob": "^0.37.0", "typescript": "^5.3.3" } }