{
  "name": "@fluentui-react-native/theme",
  "version": "0.12.3",
  "description": "Experimental version of fluentui-react-native theme framework",
  "keywords": [],
  "license": "MIT",
  "author": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/fluentui-react-native",
    "directory": "packages/framework/theme"
  },
  "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",
    "format": "fluentui-scripts format",
    "lint": "fluentui-scripts lint",
    "lint-package": "fluentui-scripts lint-package",
    "start": "fluentui-scripts dev",
    "start-test": "fluentui-scripts jest-watch",
    "test": "fluentui-scripts jest",
    "update-snapshots": "fluentui-scripts jest -u"
  },
  "dependencies": {
    "@fluentui-react-native/framework-base": "0.3.3",
    "@fluentui-react-native/theme-types": "0.44.3"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0",
    "@fluentui-react-native/babel-config": "0.1.1",
    "@fluentui-react-native/jest-config": "0.1.0",
    "@fluentui-react-native/kit-config": "0.1.2",
    "@fluentui-react-native/lint-config-rules": "0.1.3",
    "@fluentui-react-native/scripts": "0.1.0",
    "@fluentui-react-native/test-tools": "0.1.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.4",
    "react": "19.1.4",
    "react-native": "^0.81.6"
  },
  "peerDependencies": {
    "@types/react": "~18.2.0 || ~19.0.0 || ~19.1.4",
    "react": "18.2.0 || 19.0.0 || 19.1.4",
    "react-native": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.6"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "rnx-kit": {
    "kitType": "library",
    "alignDeps": {
      "capabilities": [
        "babel-preset-react-native",
        "core",
        "core-android",
        "core-ios",
        "react",
        "tools-core",
        "tools-jest"
      ]
    },
    "extends": "@fluentui-react-native/kit-config"
  }
}