-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.29 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.29 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
{
"name": "abstract-document",
"version": "18.2.45",
"description": "Dynamically create documents using code or JSX and render to any format",
"repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-document",
"main": "lib/index.js",
"types": "lib/index",
"sideEffects": false,
"type": "module",
"license": "MIT",
"exports": {
".": "./lib/index.js"
},
"files": [
"/lib",
"/src",
"package.json",
"CHANGELOG.md",
"LICENSE",
"README.md",
"!/**/__tests__"
],
"dependencies": {
"abstract-image": "^13.0.29",
"docx": "^6.0.3",
"fast-xml-parser": "^4.5.0",
"handlebars": "4.7.8",
"handlebars-xml": "^0.4.3",
"moment": "^2.30.1",
"pdfkit": "^0.17.2",
"remark-parse": "^6.0.3",
"remark-sub-super": "^1.0.19",
"svg-to-pdfkit": "^0.1.8",
"ts-exhaustive-check": "^1.0.0",
"unified": "^6.1.6"
},
"peerDependencies": {
"react": ">=17.0.0 <20.0.0"
},
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.34",
"@types/pdfkit": "^0.17.2",
"@types/react": "^19.0.10",
"diff-js-xml": "^1.0.8",
"jszip": "^3.10.1",
"pdf2json": "2.0.1",
"react": "^19.0.0",
"vite": "^6.0.1",
"vitest": "^2.1.6"
},
"gitHead": "17921b59da5eee6cc446fd37a2134165af4d1901"
}