{
  "name": "reactnativeepictrailsds",
  "version": "1.0.2",
  "description": "A modern, production-ready design system for React Native — featuring pre-styled, customizable components, state-based UI logic, theme support, and seamless integration with Tailwind, Expo, and TypeScript. Built for scalable mobile app development with accessibility and performance in mind.",
  "keywords": [
    "react-native",
    "design-system",
    "react-native-ui",
    "ui-library",
    "component-library",
    "mobile-ui",
    "native-components",
    "tailwindcss",
    "nativewind",
    "expo",
    "typescript",
    "theme-provider",
    "lightweight-ui",
    "cross-platform",
    "mobile-first",
    "react-native-theme",
    "custom-components",
    "prebuilt-components",
    "reusable-ui",
    "dark-mode",
    "light-mode",
    "variant-based-ui",
    "react-native-design-system",
    "gesture-ui",
    "performance",
    "accessibility",
    "a11y",
    "animation",
    "stateful-ui",
    "customizable",
    "ios",
    "android",
    "open-source",
    "storybook",
    "react-native-paper",
    "react-native-elements",
    "responsive-design",
    "material-design",
    "modern-ui",
    "adaptive-ui",
    "headless-ui",
    "hover-states",
    "pressable-components"
  ],
  "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",
  "main": "dist/commonjs/index.js",
  "module": "dist/commonjs/index.js",
  "react-native": "dist/commonjs/index.js",
  "types": "dist/typescript/index.d.ts",
  "files": [
    "dist/",
    "preset.js",
    "package.json",
    "README.md",
    "global.css"
  ],
  "exports": {
    ".": {
      "types": "./dist/typescript/index.d.ts",
      "import": "./dist/commonjs/index.js",
      "require": "./dist/commonjs/index.js",
      "react-native": "./dist/commonjs/index.js",
      "default": "./dist/commonjs/index.js"
    },
    "./preset": "./preset.js"
  },
  "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 --project tsconfig.build.json",
    "prepare": "node build.js",
    "postbuild": "npx tailwindcss --input src/styles/global.css --output dist/styles.css"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "dist",
    "targets": [
      {
        "target": "commonjs",
        "copyFlow": false
      },
      {
        "target": "module",
        "copyFlow": false
      },
      {
        "target": "typescript",
        "copyFlow": false
      }
    ]
  },
  "dependencies": {
    "@emotion/react": "^11.13.5",
    "@emotion/styled": "^11.13.5",
    "@expo/vector-icons": "^14.0.5",
    "@react-native-community/cli": "^19.0.0",
    "@react-navigation/bottom-tabs": "^7.2.0",
    "@react-navigation/native": "^7.0.14",
    "autoprefixer": "^10.4.21",
    "expo": "~52.0.46",
    "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.20",
    "expo-splash-screen": "~0.29.24",
    "expo-status-bar": "~2.0.1",
    "expo-symbols": "~0.2.2",
    "expo-system-ui": "~4.0.9",
    "expo-web-browser": "~14.0.2",
    "nativewind": "^4.1.23",
    "postcss": "^8.5.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-native": "0.76.9",
    "react-native-gesture-handler": "~2.20.2",
    "react-native-reanimated": "^3.16.2",
    "react-native-safe-area-context": "^4.12.0",
    "react-native-screens": "~4.4.0",
    "react-native-video": "^6.14.1",
    "react-native-web": "~0.19.13",
    "react-native-webview": "13.12.5",
    "tailwind-merge": "^3.2.1",
    "tailwindcss": "^3.4.17"
  },
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@types/jest": "^29.5.14",
    "@types/react": "~18.3.12",
    "@types/react-native": "^0.73.0",
    "@types/react-test-renderer": "^18.3.0",
    "jest": "^29.7.0",
    "jest-expo": "~52.0.6",
    "react-native-builder-bob": "^0.30.2",
    "react-test-renderer": "18.3.1",
    "typescript": "^5.9.2"
  },
  "jest": {
    "preset": "jest-expo"
  },
  "directories": {
    "example": "example"
  }
}
