{
  "name": "@storybook/react-native",
  "version": "8.6.2",
  "description": "A better way to develop React Native Components for your app",
  "keywords": [
    "react",
    "react-native",
    "storybook"
  ],
  "homepage": "https://storybook.js.org/",
  "bugs": {
    "url": "https://github.com/storybookjs/react-native/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/storybookjs/react-native.git",
    "directory": "packages/react-native"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "bin": {
    "sb-rn-get-stories": "./bin/get-stories.js"
  },
  "exports": {
    ".": "./dist/index.js",
    "./metro/withStorybook": "./dist/metro/withStorybook.js",
    "./preview": "./dist/preview.js",
    "./scripts/generate": "./scripts/generate.js"
  },
  "files": [
    "bin/**/*",
    "dist/**/*",
    "README.md",
    "*.js",
    "*.d.ts",
    "scripts/*",
    "template/**/*",
    "metro/**/*"
  ],
  "scripts": {
    "dev": "npx --yes tsx buildscripts/gendtsdev.ts && tsup --watch",
    "prepare": "rm -rf dist/ && tsup",
    "test": "jest",
    "test:ci": "jest",
    "test:update": "jest --updateSnapshot"
  },
  "dependencies": {
    "@storybook/core": "^8.6.6",
    "@storybook/csf": "^0.1.13",
    "@storybook/global": "^5.0.0",
    "@storybook/react": "^8.6.6",
    "@storybook/react-native-theming": "^8.6.2",
    "@storybook/react-native-ui": "^8.6.2",
    "commander": "^8.2.0",
    "dedent": "^1.5.1",
    "deepmerge": "^4.3.0",
    "prettier": "^2.4.1",
    "react-native-url-polyfill": "^2.0.0",
    "setimmediate": "^1.0.5",
    "storybook": "^8.6.6",
    "type-fest": "~2.19",
    "util": "^0.12.4",
    "ws": "^8.18.0"
  },
  "devDependencies": {
    "@types/jest": "^29.4.3",
    "@types/react": "~18.3.12",
    "babel-jest": "^29.7.0",
    "babel-plugin-syntax-hermes-parser": "^0.25.0",
    "jest": "^29.7.0",
    "jotai": "^2.6.2",
    "react": "18.3.1",
    "react-native": "0.76.7",
    "react-test-renderer": "^18.3.1",
    "tsup": "^7.2.0",
    "typescript": "^5.3.3"
  },
  "peerDependencies": {
    "@gorhom/bottom-sheet": ">=4",
    "react": "*",
    "react-native": ">=0.72.0",
    "react-native-gesture-handler": ">=2",
    "react-native-safe-area-context": "*"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "eec6bdfc1fa3aa6536080009cb769cfa7785da1a"
}
