@files-preview-app/preview-file 1.0.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@files-preview-app/preview-file",
3
- "version": "1.0.0",
4
- "description": "All-in-one universal file preview for React, Angular, Vue, and Vanilla JS. Preview PDF, Word, Excel, CSV, Images, Video, Audio, and Code with built-in toolbar.",
3
+ "version": "1.1.1",
4
+ "description": "All-in-one universal file preview for React, Angular, Vue, and Vanilla JS. Preview PDF, Word, Excel, PowerPoint, CSV, ZIP, Markdown, 3D Models (STL/OBJ), Images, Video, Audio, and Code with built-in toolbar.",
5
5
  "keywords": [
6
6
  "file-preview",
7
7
  "preview-file",
@@ -9,7 +9,11 @@
9
9
  "pdf-viewer",
10
10
  "docx-preview",
11
11
  "excel-preview",
12
+ "pptx-preview",
12
13
  "csv-viewer",
14
+ "zip-viewer",
15
+ "markdown-preview",
16
+ "3d-viewer",
13
17
  "react",
14
18
  "vue",
15
19
  "angular",
@@ -71,9 +75,13 @@
71
75
  "dompurify": "^3.2.4",
72
76
  "docx-preview": "^0.3.2",
73
77
  "exceljs": "^4.4.0",
78
+ "fflate": "^0.8.3",
74
79
  "highlight.js": "^11.9.0",
80
+ "marked": "^18.0.13",
75
81
  "papaparse": "^5.4.1",
76
- "pdfjs-dist": "^4.10.38"
82
+ "pdfjs-dist": "^4.10.38",
83
+ "pptx-browser": "^4.1.5",
84
+ "three": "^0.186.0"
77
85
  },
78
86
  "peerDependencies": {
79
87
  "@angular/common": ">=17.0.0",
@@ -94,16 +102,21 @@
94
102
  "@angular/core": "^19.0.0",
95
103
  "@patel.sumit51/angular": "workspace:*",
96
104
  "@patel.sumit51/core": "workspace:*",
105
+ "@patel.sumit51/plugin-3d": "workspace:*",
106
+ "@patel.sumit51/plugin-archive": "workspace:*",
97
107
  "@patel.sumit51/plugin-code": "workspace:*",
98
108
  "@patel.sumit51/plugin-csv": "workspace:*",
99
109
  "@patel.sumit51/plugin-docx": "workspace:*",
100
110
  "@patel.sumit51/plugin-excel": "workspace:*",
111
+ "@patel.sumit51/plugin-markdown": "workspace:*",
101
112
  "@patel.sumit51/plugin-media": "workspace:*",
102
113
  "@patel.sumit51/plugin-pdf": "workspace:*",
114
+ "@patel.sumit51/plugin-pptx": "workspace:*",
103
115
  "@patel.sumit51/react": "workspace:*",
104
116
  "@patel.sumit51/vue": "workspace:*",
105
117
  "@types/react": "^18.3.0",
106
118
  "@types/react-dom": "^18.3.0",
119
+ "@types/three": "^0.186.0",
107
120
  "react": "^18.3.0",
108
121
  "react-dom": "^18.3.0",
109
122
  "rimraf": "^6.0.0",
@@ -111,4 +124,4 @@
111
124
  "typescript": "~5.8.2",
112
125
  "vue": "^3.5.0"
113
126
  }
114
- }
127
+ }