{
  "name": "@file-viewer/react-full",
  "version": "2.3.7",
  "private": false,
  "type": "module",
  "description": "Full React package with preset-all; Vite publishes deployment-base/file-viewer assets, and other bundlers use the included same-version copy CLI.",
  "keywords": [
    "file-viewer",
    "document-preview",
    "react",
    "full-preset",
    "office-preview",
    "cad-viewer",
    "document-viewer",
    "file-preview",
    "self-hosted"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "author": {
    "name": "Yu Wang",
    "email": "admin@flyfish.dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flyfish-dev/file-viewer-react-full.git",
    "directory": "packages/components/react-full"
  },
  "homepage": "https://doc.file-viewer.app/",
  "bugs": {
    "url": "https://github.com/flyfish-dev/file-viewer-react-full/issues"
  },
  "funding": {
    "type": "individual",
    "url": "https://dev.flyfish.group/donate?source=npm"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "file-viewer-copy-assets": "./scripts/copy-assets.mjs"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "scripts/copy-assets.mjs",
    "README.md",
    "README.en.md"
  ],
  "peerDependencies": {
    "react": ">=17 <20"
  },
  "dependencies": {
    "@file-viewer/preset-all": "2.3.7",
    "@file-viewer/react": "2.3.0",
    "file-viewer-copy-assets": "2.3.7"
  },
  "devDependencies": {
    "@types/react": "^19.2.17",
    "react": "^19.2.7",
    "typescript": "^6.0.3"
  },
  "license": "Apache-2.0",
  "scripts": {
    "build": "tsc -b tsconfig.json",
    "type-check": "tsc -b tsconfig.json"
  }
}