{
  "_args": [
    [
      "@inertiajs/react@1.0.8",
      "/data/DATAPROJECTS/playground/daniel/TikTok-Shop-Data-Sync-Services"
    ]
  ],
  "_development": true,
  "_from": "@inertiajs/react@1.0.8",
  "_id": "@inertiajs/react@1.0.8",
  "_inBundle": false,
  "_integrity": "sha512-rbuP8IiRow7lMmAFWP7KzoogXCRphbCEwAmMDMRw18BtpgXMG/CD97Cvszsu3JeVbV0M0dH4fnIfetMO2CRx+A==",
  "_location": "/@inertiajs/react",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@inertiajs/react@1.0.8",
    "name": "@inertiajs/react",
    "escapedName": "@inertiajs%2freact",
    "scope": "@inertiajs",
    "rawSpec": "1.0.8",
    "saveSpec": null,
    "fetchSpec": "1.0.8"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@inertiajs/react/-/react-1.0.8.tgz",
  "_spec": "1.0.8",
  "_where": "/data/DATAPROJECTS/playground/daniel/TikTok-Shop-Data-Sync-Services",
  "bugs": {
    "url": "https://github.com/inertiajs/inertia/issues"
  },
  "contributors": [
    {
      "name": "Jonathan Reinink",
      "email": "jonathan@reinink.ca"
    },
    {
      "name": "Sebastian De Deyne",
      "email": "sebastiandedeyne@gmail.com"
    }
  ],
  "dependencies": {
    "@inertiajs/core": "1.0.8",
    "lodash.isequal": "^4.5.0"
  },
  "description": "The React adapter for Inertia.js",
  "devDependencies": {
    "@types/react": "^16.9.1",
    "@types/react-dom": "^16.9.17",
    "esbuild": "^0.16.13",
    "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
    "typescript": "^4.9.4"
  },
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "import": "./dist/index.esm.js",
      "require": "./dist/index.js"
    },
    "./server": {
      "types": "./types/server.d.ts",
      "import": "./dist/server.esm.js",
      "require": "./dist/server.js"
    }
  },
  "files": [
    "dist",
    "types"
  ],
  "homepage": "https://inertiajs.com/",
  "license": "MIT",
  "main": "dist/index.js",
  "name": "@inertiajs/react",
  "peerDependencies": {
    "react": "^16.9.0 || ^17.0.0 || ^18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/inertiajs/inertia.git",
    "directory": "packages/react"
  },
  "scripts": {
    "build": "npm run clean && ./build.js && tsc --emitDeclarationOnly",
    "clean": "rm -rf types && rm -rf dist",
    "dev": "./build.js --watch",
    "prepublishOnly": "npm run build"
  },
  "type": "module",
  "types": "types/index.d.ts",
  "typesVersions": {
    "*": {
      "server": [
        "types/server.d.ts"
      ]
    }
  },
  "version": "1.0.8"
}
