-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 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
{
"name": "abstract-image",
"version": "13.0.30",
"description": "Dynamically create images using code or JSX and render to any format",
"repository": "https://github.com/dividab/abstract-visuals/tree/master/packages/abstract-image",
"main": "lib/index.js",
"types": "lib/index",
"sideEffects": false,
"type": "module",
"license": "MIT",
"exports": {
".": "./lib/index.js",
"./dynamic-image": "./lib/dynamic-image/index.js"
},
"files": [
"/lib",
"/src",
"package.json",
"CHANGELOG.md",
"LICENSE",
"README.md",
"!/**/__tests__"
],
"dependencies": {
"base64-js": "^1.5.1",
"fast-xml-parser": "^4.5.0",
"handlebars": "4.7.8",
"handlebars-xml": "^0.4.3",
"iconv-lite": "^0.7.2",
"jsxpression": "^0.1.28"
},
"peerDependencies": {
"react": ">=17.0.0 <20.0.0"
},
"devDependencies": {
"@types/base64-js": "^1.3.2",
"@types/react": "^19.0.10",
"react": "^19.0.0",
"vite": "^6.0.1",
"vitest": "^2.1.6"
},
"gitHead": "17921b59da5eee6cc446fd37a2134165af4d1901"
}