{ "name": "@file-viewer/react-full", "version": "2.1.8", "private": false, "type": "module", "description": "Full React package for Flyfish File Viewer with the complete preset enabled by default.", "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": "Wangyu", "email": "wybaby168@gmail.com" }, "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/shop" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "files": [ "dist", "README.md", "README.en.md" ], "scripts": { "build": "tsc -b tsconfig.json", "type-check": "tsc -b tsconfig.json" }, "peerDependencies": { "react": ">=17 <20" }, "dependencies": { "@file-viewer/preset-all": "workspace:^2.1.8", "@file-viewer/react": "workspace:^2.1.8" }, "devDependencies": { "@types/react": "^19.2.17", "react": "^19.2.7", "typescript": "^6.0.3" }, "license": "Apache-2.0" }