{
  "name": "@adaptive-desktop/react-native",
  "version": "0.5.0",
  "description": "React Native components for building adaptive desktop layouts with flexible workspace management",
  "license": "Apache-2.0",
  "author": "Adaptive Desktop Team",
  "homepage": "https://github.com/adaptive-desktop/react-native#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adaptive-desktop/react-native.git"
  },
  "bugs": {
    "url": "https://github.com/adaptive-desktop/react-native/issues"
  },
  "keywords": [
    "react-native",
    "layout",
    "workspace",
    "adaptive",
    "desktop",
    "panels",
    "gestures"
  ],
  "dependencies": {
    "@adaptive-desktop/adaptive-workspace": "0.7.4",
    "@babel/runtime": "^7.25.0",
    "react-native-uuid": "^2.0.3",
    "tslib": "^2.8.1"
  },
  "peerDependencies": {
    "react": "^19.2.3",
    "react-native": "^0.86.0",
    "react-native-safe-area-context": "^5.7.0"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.25.4",
    "@chromatic-com/storybook": "^4.1.1",
    "@expo/metro-runtime": "~57.0.3",
    "@gorhom/bottom-sheet": "^5.2.6",
    "@react-native-async-storage/async-storage": "2.2.0",
    "@react-native-community/datetimepicker": "9.1.0",
    "@react-native-community/slider": "5.2.0",
    "@react-native/jest-preset": "^0.86.0",
    "@react-native/metro-config": "^0.86.0",
    "@storybook/addon-docs": "^9",
    "@storybook/addon-ondevice-actions": "^9",
    "@storybook/addon-ondevice-backgrounds": "^9",
    "@storybook/addon-ondevice-controls": "^9",
    "@storybook/addon-ondevice-notes": "^9",
    "@storybook/react": "^9",
    "@storybook/react-native": "^9",
    "@storybook/react-native-web-vite": "^9",
    "@testing-library/jest-native": "^5.4.3",
    "@testing-library/react-native": "^13.3.3",
    "@types/jest": "29.5.14",
    "@types/node": "^24.5.2",
    "@types/react": "~19.2.14",
    "@types/react-dom": "~19.2.3",
    "@types/react-refresh": "^0",
    "@types/react-test-renderer": "^19",
    "@typescript-eslint/eslint-plugin": "^8.43.0",
    "@typescript-eslint/parser": "^8.43.0",
    "babel-plugin-react-docgen-typescript": "^1.5.1",
    "babel-preset-expo": "~57.0.0",
    "eslint": "^9.35.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-native": "^5.0.0",
    "expo": "^57.0.0",
    "expo-constants": "~57.0.3",
    "expo-dev-client": "~57.0.5",
    "expo-screen-orientation": "~57.0.0",
    "expo-status-bar": "~57.0.0",
    "jest": "~29.7.0",
    "jest-environment-jsdom": "^30.1.1",
    "metro": "^0.84.4",
    "metro-cache": "^0.84.4",
    "metro-config": "^0.82.0",
    "metro-core": "^0.84.4",
    "metro-transform-plugins": "^0.84.4",
    "prettier": "^3.6.2",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "react-native": "0.86.0",
    "react-native-builder-bob": "^0.40.13",
    "react-native-gesture-handler": "~2.32.0",
    "react-native-haptic-feedback": "^2.2.0",
    "react-native-reanimated": "4.5.0",
    "react-native-safe-area-context": "~5.7.0",
    "react-native-svg": "15.15.4",
    "react-native-vector-icons": "^10.0.0",
    "react-native-web": "^0.21.2",
    "react-native-worklets": "0.10.0",
    "react-refresh": "^0.17.0",
    "react-test-renderer": "19.2.3",
    "storybook": "^9",
    "typescript": "~6.0.3",
    "vite": "^6.3.5"
  },
  "resolutions": {
    "react-docgen-typescript": "2.2.2",
    "react-native-web": "^0.21.2",
    "scheduler": "^0.26.0",
    "react-native-renderer": "19.0.0"
  },
  "overrides": {
    "react-docgen-typescript": "2.2.2",
    "react-native-web": "^0.21.2",
    "scheduler": "^0.26.0",
    "react-native-renderer": "19.0.0"
  },
  "pnpm": {
    "overrides": {
      "react-docgen-typescript": "2.2.2",
      "react-native-web": "^0.21.2",
      "scheduler": "^0.26.0"
    }
  },
  "exports": {
    ".": {
      "source": "./src/index.tsx",
      "types": "./lib/typescript/src/index.d.ts",
      "default": "./lib/module/index.js"
    },
    "./package.json": "./package.json"
  },
  "types": "./lib/typescript/src/index.d.ts",
  "files": [
    "src",
    "lib",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__"
  ],
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      [
        "module",
        {
          "esm": true
        }
      ],
      "typescript"
    ],
    "exclude": "**/*.stories.*"
  },
  "eslintIgnore": [
    "node_modules/",
    "lib/"
  ],
  "scripts": {
    "lint": "eslint --ext .js,.jsx,.ts,.tsx src/",
    "demo": "expo start",
    "demo:android": "expo start --android",
    "demo:clear": "expo start --clear",
    "demo:ios": "expo start --ios",
    "demo:web": "expo start --web",
    "prebuild": "expo prebuild",
    "prebuild:clean": "expo prebuild --clean",
    "library:build": "bob build",
    "library:verify": "node bin/verify-build.js",
    "test": "jest --no-watchman",
    "test:watch": "jest --watch",
    "test:coverage": "jest --no-watchman --coverage",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "format:staged": "prettier --write",
    "storybook": "EXPO_PUBLIC_STORYBOOK_ENABLED=true expo start",
    "storybook:android": "EXPO_PUBLIC_STORYBOOK_ENABLED=true expo start --android",
    "storybook:ios": "EXPO_PUBLIC_STORYBOOK_ENABLED=true expo start --ios",
    "storybook:web": "EXPO_PUBLIC_STORYBOOK_ENABLED=true expo start --web",
    "storybook:build": "storybook build",
    "storybook:clear": "EXPO_PUBLIC_STORYBOOK_ENABLED=true expo start --clear",
    "storybook:generate": "sb-rn-get-stories",
    "android": "expo run:android",
    "ios": "expo run:ios"
  },
  "packageManager": "yarn@4.9.4"
}