-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.89 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 1.89 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@file-viewer/react-full",
"version": "2.1.30",
"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": "Wangyu",
"email": "wybaby168@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flyfish-dev/file-viewer-react-full.git"
},
"homepage": "https://github.com/flyfish-dev/file-viewer-react-full",
"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"
],
"scripts": {
"build": "tsc -b tsconfig.json",
"type-check": "tsc -b tsconfig.json"
},
"peerDependencies": {
"react": ">=17 <20"
},
"dependencies": {
"@file-viewer/preset-all": "2.1.30",
"@file-viewer/react": "2.1.30",
"file-viewer-copy-assets": "2.1.30"
},
"devDependencies": {
"@types/react": "^19.2.17",
"react": "^19.2.7",
"typescript": "^6.0.3"
},
"license": "Apache-2.0",
"packageManager": "pnpm@11.0.9"
}