| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "name": "@flyfish-group/file-viewer3",
- "version": "2.1.8",
- "private": false,
- "type": "module",
- "description": "Historical Vue 3 alias package for @file-viewer/vue3",
- "keywords": [
- "file-viewer",
- "document-preview",
- "vue3",
- "alias",
- "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.git",
- "directory": "packages/compat/vue3-scoped"
- },
- "homepage": "https://github.com/flyfish-dev/file-viewer",
- "bugs": {
- "url": "https://github.com/flyfish-dev/file-viewer/issues"
- },
- "funding": {
- "type": "individual",
- "url": "https://dev.flyfish.group/shop"
- },
- "scripts": {
- "build": "node scripts/build.mjs",
- "type-check": "node scripts/build.mjs",
- "prepublishOnly": "pnpm build"
- },
- "main": "./dist/index.js",
- "browser": "./dist/index.js",
- "module": "./dist/index.js",
- "exports": {
- ".": {
- "types": "./dist/index.d.ts",
- "import": "./dist/index.js",
- "default": "./dist/index.js"
- },
- "./dist/file-viewer3.css": "./dist/file-viewer3.css",
- "./package.json": "./package.json"
- },
- "types": "dist/index.d.ts",
- "dependencies": {
- "@file-viewer/vue3": "workspace:^2.1.8"
- },
- "devDependencies": {},
- "files": [
- "dist",
- "README.md",
- "README.en.md",
- "LICENSE"
- ],
- "license": "Apache-2.0"
- }
|