{
  "name": "@fluentui-react-native/tablist",
  "version": "0.8.1",
  "description": "A cross-platform TabList component using the Fluent Design System",
  "license": "MIT",
  "author": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/fluentui-react-native.git",
    "directory": "packages/components/TabList"
  },
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js",
      "require": "./lib-commonjs/index.js",
      "default": "./src/index.ts"
    }
  },
  "scripts": {
    "build": "fluentui-scripts build",
    "build-cjs": "tsgo --outDir lib-commonjs",
    "build-core": "tsgo --outDir lib --module esnext --moduleResolution bundler",
    "clean": "fluentui-scripts clean",
    "depcheck": "fluentui-scripts depcheck",
    "lint": "fluentui-scripts eslint",
    "lint-package": "fluentui-scripts lint-package",
    "format": "fluentui-scripts format",
    "test": "fluentui-scripts jest",
    "update-snapshots": "fluentui-scripts jest -u"
  },
  "dependencies": {
    "@fluentui-react-native/adapters": "0.14.1",
    "@fluentui-react-native/focus-zone": "0.22.1",
    "@fluentui-react-native/framework": "0.15.1",
    "@fluentui-react-native/icon": "0.22.1",
    "@fluentui-react-native/interactive-hooks": "0.28.1",
    "@fluentui-react-native/text": "0.25.1",
    "@fluentui-react-native/theming-utils": "0.27.1",
    "@fluentui-react-native/tokens": "0.24.1",
    "@fluentui-react-native/use-styling": "0.14.1"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@fluentui-react-native/babel-config": "0.1.1",
    "@fluentui-react-native/eslint-config-rules": "0.1.2",
    "@fluentui-react-native/framework-base": "0.3.1",
    "@fluentui-react-native/jest-config": "0.1.0",
    "@fluentui-react-native/kit-config": "0.1.2",
    "@fluentui-react-native/scripts": "0.1.0",
    "@fluentui-react-native/test-tools": "0.1.0",
    "@office-iss/react-native-win32": "^0.74.0",
    "@react-native-community/cli": "^20.0.0",
    "@react-native-community/cli-platform-android": "^20.0.0",
    "@react-native-community/cli-platform-ios": "^20.0.0",
    "@react-native/babel-preset": "^0.81.0",
    "@react-native/metro-config": "^0.81.0",
    "@types/react": "~19.1.0",
    "@types/react-test-renderer": "^19.1.0",
    "react": "19.1.0",
    "react-native": "^0.81.0",
    "react-native-macos": "^0.81.0",
    "react-native-svg": "^15.12.1",
    "react-native-windows": "^0.81.0",
    "react-test-renderer": "19.1.0"
  },
  "peerDependencies": {
    "@office-iss/react-native-win32": "^0.74.0",
    "@types/react": "~18.2.0 || ~19.0.0 || ~19.1.0",
    "react": "18.2.0 || 19.0.0 || 19.1.0",
    "react-native": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0",
    "react-native-macos": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0",
    "react-native-svg": ">=15.0.0 <15.13.0 || >=15.4.0 <15.13.0 || ^15.11.2 || ^15.12.1",
    "react-native-windows": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0"
  },
  "peerDependenciesMeta": {
    "@office-iss/react-native-win32": {
      "optional": true
    },
    "@types/react": {
      "optional": true
    },
    "react-native-macos": {
      "optional": true
    },
    "react-native-windows": {
      "optional": true
    }
  },
  "rnx-kit": {
    "kitType": "library",
    "alignDeps": {
      "capabilities": [
        "babel-preset-react-native",
        "core",
        "core-android",
        "core-ios",
        "core-macos",
        "core-windows",
        "react",
        "react-test-renderer",
        "svg",
        "tools-core",
        "tools-jest"
      ]
    },
    "extends": "@fluentui-react-native/kit-config"
  }
}