HEX
Server: LiteSpeed
System: Linux houston.panomity.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
User: nudepix (1011)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //opt/chatbot-sdk/packages/react/package.json
{
  "name": "@openassistantgpt/react",
  "version": "0.3.2",
  "license": "Apache-2.0",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup",
    "clean": "rm -rf dist",
    "dev": "tsup --watch",
    "lint": "eslint \"./**/*.ts*\"",
    "type-check": "tsc --noEmit",
    "prettier-check": "prettier --check \"./**/*.ts*\"",
    "test": "vitest --config vitest.config.js --run",
    "test:watch": "vitest --config vitest.config.js"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "dependencies": {
    "@ai-sdk/provider-utils": "1.0.5",
    "@ai-sdk/ui-utils": "0.0.20",
    "@vitejs/plugin-react": "^4.3.1",
    "ai": "^3.2.24",
    "openai": "^4.52.7",
    "swr": "2.2.5"
  },
  "devDependencies": {
    "@openassistantgpt/tsconfig": "workspace:*",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.0.1",
    "@testing-library/user-event": "^14.5.2",
    "@types/node": "^20.16.11",
    "@types/react": "^18.3.11",
    "@types/react-dom": "^18.3.1",
    "eslint": "^7.32.0",
    "eslint-config-openassistantgpt": "workspace:*",
    "jsdom": "^24.1.3",
    "msw": "2.3.1",
    "react-dom": "^18.3.1",
    "tsup": "^7.2.0",
    "typescript": "5.1.3",
    "zod": "3.23.8"
  },
  "peerDependencies": {
    "react": "^18 || ^19",
    "zod": "^3.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "zod": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://openassistantgpt.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpenAssistantGPT/OpenAssistantGPT-SDK.git"
  },
  "bugs": {
    "url": "https://github.com/OpenAssistantGPT/OpenAssistantGPT-SDK/issues"
  },
  "keywords": [
    "ai"
  ]
}