| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "name": "@file-viewer/react",
- "version": "2.1.8",
- "private": false,
- "type": "module",
- "description": "Standard React component package for Flyfish File Viewer",
- "keywords": [
- "file-viewer",
- "document-preview",
- "react",
- "native-viewer",
- "office-preview",
- "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.git",
- "directory": "packages/components/react"
- },
- "homepage": "https://doc.file-viewer.app/",
- "bugs": {
- "url": "https://github.com/flyfish-dev/file-viewer-react/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/core": "workspace:^2.1.8"
- },
- "devDependencies": {
- "@types/react": "^19.2.17",
- "react": "^19.2.7",
- "typescript": "^6.0.3"
- },
- "license": "Apache-2.0"
- }
|