| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "name": "@file-viewer/jquery-full",
- "version": "2.1.8",
- "private": false,
- "type": "module",
- "description": "Full jQuery package for Flyfish File Viewer with the complete preset enabled by default.",
- "keywords": [
- "file-viewer",
- "document-preview",
- "jquery",
- "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-jquery-full.git",
- "directory": "packages/components/jquery-full"
- },
- "homepage": "https://doc.file-viewer.app/",
- "bugs": {
- "url": "https://github.com/flyfish-dev/file-viewer-jquery-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": {
- "jquery": ">=3 <5"
- },
- "dependencies": {
- "@file-viewer/jquery": "workspace:^2.1.8",
- "@file-viewer/preset-all": "workspace:^2.1.8"
- },
- "devDependencies": {
- "@types/jquery": "^4.0.1",
- "typescript": "^6.0.3"
- },
- "license": "Apache-2.0"
- }
|