UNPKG

reactnativeepictrailsds

Version:

A flexible and customizable design system for React Native, providing pre-built UI components, typography, and themes to enhance mobile app development.

135 lines (134 loc) 3.8 kB
{ "name": "reactnativeepictrailsds", "version": "0.1.1", "description": "A flexible and customizable design system for React Native, providing pre-built UI components, typography, and themes to enhance mobile app development.", "keywords": [ "react-native", "design-system", "ui-library", "components", "mobile-ui", "react-native-ui", "native-components", "ui-kit", "material-design", "theming", "styled-components", "tailwind", "expo", "react-native-elements", "react-native-paper", "theme-provider", "component-library", "dark-mode", "lightweight-ui", "cross-platform", "mobile-first", "react-native-theme", "animation", "gesture-based-ui", "performance-optimized", "typescript-support", "customizable-components", "ios", "android", "open-source" ], "homepage": "https://github.com/gaureshpai/reactnativeepictrailsds#readme", "bugs": { "url": "https://github.com/gaureshpai/reactnativeepictrailsds/issues" }, "repository": { "type": "git", "url": "git+https://github.com/gaureshpai/reactnativeepictrailsds.git" }, "license": "MIT", "author": "Gauresh G Pai", "type": "module", "main": "src/index.tsx", "module": "src/index.tsx", "react-native": "src/index.ts", "files": [ "src/" ], "scripts": { "start": "expo start", "reset-project": "node ./scripts/reset-project.js", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "test": "jest --watchAll", "lint": "expo lint", "build": "tsc", "prepare": "bob build", "postbuild": "npx tailwindcss --input src/styles/global.css --output dist/styles.css" }, "react-native-builder-bob": { "source": "src", "output": "dist", "targets": [ [ "commonjs", { "copyFlow": true } ], "module", "typescript" ] }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@expo/vector-icons": "^14.0.2", "@mui/icons-material": "^6.4.7", "@mui/material": "^6.4.7", "@react-native-community/cli": "^18.0.0", "@react-navigation/bottom-tabs": "^7.2.0", "@react-navigation/native": "^7.0.14", "autoprefixer": "^10.4.21", "expo": "~52.0.38", "expo-blur": "~14.0.3", "expo-constants": "~17.0.8", "expo-font": "~13.0.4", "expo-haptics": "~14.0.1", "expo-linking": "~7.0.5", "expo-router": "^4.0.19", "expo-splash-screen": "~0.29.22", "expo-status-bar": "~2.0.1", "expo-symbols": "~0.2.2", "expo-system-ui": "~4.0.8", "expo-web-browser": "~14.0.2", "nativewind": "^4.1.23", "postcss": "^8.5.3", "react": ">=18.0.0", "react-dom": "18.3.1", "react-native": ">=0.71.0", "react-native-builder-bob": "^0.39.0", "react-native-gesture-handler": "~2.20.2", "react-native-reactnativeepictrailsds": "file:./modules\\reactnativeepictrailsds", "react-native-reanimated": "^3.16.2", "react-native-safe-area-context": "^4.12.0", "react-native-screens": "~4.4.0", "react-native-web": "~0.19.13", "react-native-webview": "13.12.5", "tailwindcss": "^3.4.17" }, "devDependencies": { "@babel/core": "^7.25.2", "@types/jest": "^29.5.12", "@types/react": "~18.3.12", "@types/react-native": "^0.73.0", "@types/react-test-renderer": "^18.3.0", "jest": "^29.2.1", "jest-expo": "~52.0.6", "react-test-renderer": "18.3.1", "typescript": "^5.8.2" }, "jest": { "preset": "jest-expo" }, "directories": { "example": "example" } }