forked from react-office-viewer/react-office-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.75 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.75 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
78
79
80
81
82
{
"name": "react-document-viewer",
"version": "2.3.3",
"description": "React-based component which provides epub,mobi,pdf,xls,xlsx,docx and image viewer capabilities for your browser",
"main": "src/index.js",
"author": "Sergey Ko <u306060@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/way5/react-document-viewer",
"scripts": {
"dev": "NODE_ENV='development' vite",
"build": "NODE_ENV='local' vite build",
"build:prod": "NODE_ENV='production' vite build",
"lint": "eslint --config eslint.config.js ./src",
"prettier": "prettier --write '**/*.{js,mjs,cjs,jsx,ts,tsx}'",
"prettier:check": "prettier --check '**/*.{js,mjs,cjs,jsx,ts,tsx}'",
"test": "echo \"Error: no test specified yet\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/way5/react-document-viewer.git"
},
"keywords": [
"pdf",
"docx",
"xlsx",
"xls",
"pdfjs",
"epub",
"fb2",
"mammoth",
"react-document-viewer"
],
"dependencies": {
"@handsontable/react-wrapper": "^15.3.0",
"@zip.js/zip.js": "^2.7.62",
"fflate": "^0.8.2",
"foliate-js": "https://github.com/johnfactotum/foliate-js.git",
"handsontable": "^15.3.0",
"jszip": "^3.10.1",
"mammoth": "^1.9.1",
"pdfjs-dist": "5.3.31",
"react-icons": "^5.5.0",
"react-tooltip": "^5.28.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.15.29",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"@vitejs/plugin-react": "^4.5.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "^16.2.0",
"html-to-react": "^1.7.0",
"i18next": "^25.2.1",
"i18next-browser-languagedetector": "^8.1.0",
"lodash.debounce": "^4.0.8",
"postcss": "^8.5.4",
"postcss-import": "^16.1.0",
"postcss-nesting": "^13.0.1",
"prettier": "^3.5.3",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^15.5.2",
"sass-embedded": "^1.89.1",
"tailwindcss": "^3.4.17",
"tailwindcss-animated": "^2.0.0",
"terser": "^5.40.0",
"util": "^0.12.5",
"vite": "^6.3.5",
"vite-plugin-sass-dts": "^1.3.31",
"vite-plugin-static-copy": "^3.0.0",
"xmldom": "^0.6.0"
},
"packageManager": "yarn@4.7.0"
}