{
  "name": "HelloWorld",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint .",
    "storybook": "cross-env STORYBOOK_ENABLED='true' react-native start",
    "storybook:ios": "cross-env STORYBOOK_ENABLED='true' react-native run-ios",
    "storybook:android": "cross-env STORYBOOK_ENABLED='true' react-native run-android",
    "storybook-generate": "sb-rn-get-stories",
    "storybook:web": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "dependencies": {
    "@gorhom/bottom-sheet": "^5.1.3",
    "@react-native-async-storage/async-storage": "^2.1.2",
    "@react-native-community/datetimepicker": "^8.3.0",
    "@react-native-community/slider": "^4.5.6",
    "react": "19.0.0",
    "react-native": "0.79.2",
    "react-native-gesture-handler": "^2.25.0",
    "react-native-reanimated": "^3.17.5",
    "react-native-safe-area-context": "^5.4.0",
    "react-native-svg": "^15.11.2",
    "react-native-web": "^0.20.0"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/preset-react": "^7.27.1",
    "@babel/runtime": "^7.25.0",
    "@react-native-community/cli": "18.0.0",
    "@react-native-community/cli-platform-android": "18.0.0",
    "@react-native-community/cli-platform-ios": "18.0.0",
    "@react-native/babel-preset": "0.79.2",
    "@react-native/eslint-config": "0.79.2",
    "@react-native/metro-config": "0.79.2",
    "@react-native/typescript-config": "0.79.2",
    "@chromatic-com/storybook": "^4",
    "@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",
    "@types/jest": "^29.5.13",
    "@types/react": "^19.0.0",
    "@types/react-test-renderer": "^19.0.0",
    "babel-plugin-react-docgen-typescript": "^1.5.1",
    "babel-plugin-transform-inline-environment-variables": "^0.4.4",
    "cross-env": "^7.0.3",
    "eslint": "^8.19.0",
    "jest": "^29.6.3",
    "react-test-renderer": "19.0.0",
    "prettier": "2.8.8",
    "storybook": "^9",
    "typescript": "^5.8.3",
    "vite": "^6.3.4"
  },
  "jest": {
    "preset": "react-native"
  },
  "engines": {
    "node": ">=18"
  },
  "resolutions": {
    "react-docgen-typescript": "2.2.2"
  },
  "overrides": {
    "react-docgen-typescript": "2.2.2"
  },
  "pnpm": {
    "overrides": {
      "react-docgen-typescript": "2.2.2"
    }
  }
}
