{
  "name": "@thematic/react",
  "version": "2.1.9",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "publishConfig": {
    "main": "dist/index.js",
    "types": "dist/index.d.ts"
  },
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/thematic.git",
    "directory": "packages/react"
  },
  "scripts": {
    "clean": "essex clean",
    "build": "essex build --skipExportCheck --docs",
    "release": "yarn npm publish --tolerate-republish --access public",
    "check": "essex check --formatter none",
    "check-deps": "essex check-deps",
    "fix": "essex fix --formatter none"
  },
  "dependencies": {
    "@thematic/color": "^4.0.7",
    "@thematic/core": "^4.0.7"
  },
  "devDependencies": {
    "@essex/scripts": "^24.0.5",
    "@essex/tsconfig-base": "^2.0.0",
    "@types/node": "^18.15.11",
    "@types/react": "^18.0.35",
    "react": "^18.2.0"
  },
  "peerDependencies": {
    "@types/node": "*",
    "@types/react": ">= 17",
    "react": ">= 17"
  },
  "peerDependenciesMeta": {
    "@types/node": {
      "optional": true
    },
    "@types/react": {
      "optional": true
    },
    "react": {
      "optional": false
    }
  },
  "essex": {
    "exports": {
      "ApplicationStyles": "function",
      "ThematicContext": "object",
      "ThematicProvider": "function",
      "application2style": "function",
      "defaultTheme": "object",
      "mark2style": "function",
      "useThematic": "function"
    },
    "swc": {
      "jsc": {
        "target": "es2019"
      }
    }
  },
  "types": "dist/index.d.ts"
}