{
  "name": "@stackflow/react",
  "version": "2.1.4",
  "repository": {
    "type": "git",
    "url": "https://github.com/daangn/stackflow.git",
    "directory": "integrations/react"
  },
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "require": "./dist/index.js",
      "import": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "README.md"
  ],
  "scripts": {
    "build": "yarn build:js && yarn build:dts",
    "build:dts": "tsc --emitDeclarationOnly --outDir dist",
    "build:js": "node ./esbuild.config.js",
    "clean": "rimraf dist",
    "dev": "yarn build:js --watch && yarn build:dts --watch",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "react-fast-compare": "^3.2.2"
  },
  "devDependencies": {
    "@stackflow/config": "^2.0.0",
    "@stackflow/core": "^3.1.0",
    "@stackflow/esbuild-config": "^1.0.3",
    "@types/react": "^18.3.3",
    "esbuild": "^0.23.0",
    "esbuild-plugin-file-path-extensions": "^2.1.2",
    "react": "^18.3.1",
    "rimraf": "^3.0.2",
    "typescript": "^5.5.3"
  },
  "peerDependencies": {
    "@stackflow/config": "^2.0.0",
    "@stackflow/core": "^3.1.0",
    "@types/react": ">=16.8.0",
    "react": ">=16.8.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "ultra": {
    "concurrent": [
      "dev",
      "build"
    ]
  }
}
