-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
87 lines (87 loc) · 2.84 KB
/
Copy pathcomposer.json
File metadata and controls
87 lines (87 loc) · 2.84 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
83
84
85
86
87
{
"name": "chubes4/static-site-importer",
"type": "wordpress-plugin",
"description": "Materialize compiled website artifacts into WordPress block themes.",
"license": "GPL-2.0-or-later",
"repositories": [
{
"type": "package",
"package": {
"name": "automattic/blocks-engine-php-transformer",
"version": "0.2.6",
"description": "PHP primitives for transforming HTML, Markdown, and website artifacts into WordPress block outputs.",
"type": "library",
"license": "GPL-3.0-or-later",
"source": {
"type": "git",
"url": "https://github.com/Automattic/blocks-engine.git",
"reference": "908c76a8d9b7679c87f59aa183f09b12ea9f89e6"
},
"dist": {
"type": "zip",
"url": "https://github.com/Automattic/blocks-engine/archive/refs/tags/php-transformer-v0.2.6.zip",
"reference": "908c76a8d9b7679c87f59aa183f09b12ea9f89e6"
},
"autoload": {
"psr-4": {
"Automattic\\BlocksEngine\\PhpTransformer\\": "php-transformer/src/"
}
},
"require": {
"league/commonmark": "^2.5",
"league/html-to-markdown": "^5.1",
"php": ">=8.1"
}
}
},
{
"type": "package",
"package": {
"name": "automattic/blocks-engine-figma-transformer",
"version": "0.1.2",
"description": "PHP primitives for transforming Figma designs into static HTML website artifacts.",
"type": "library",
"license": "GPL-3.0-or-later",
"source": {
"type": "git",
"url": "https://github.com/Automattic/blocks-engine.git",
"reference": "467f9f6647f41bfa9a64984b40007a8d97f1a072"
},
"dist": {
"type": "zip",
"url": "https://github.com/Automattic/blocks-engine/archive/refs/tags/figma-transformer-v0.1.2.zip",
"reference": "467f9f6647f41bfa9a64984b40007a8d97f1a072"
},
"autoload": {
"psr-4": {
"Automattic\\BlocksEngine\\FigmaTransformer\\": "figma-transformer/src/"
}
},
"bin": [
"figma-transformer/bin/figma-transformer",
"figma-transformer/bin/figma-visual-attribution"
],
"require": {
"php": ">=8.1"
},
"suggest": {
"ext-zstd": "Decode zstd-compressed canvas.fig chunks when inspecting .fig archives.",
"ext-zip": "Read zipped .fig archives when the extension is not provided by the host PHP build."
}
}
}
],
"require": {
"automattic/blocks-engine-figma-transformer": "^0.1.1",
"automattic/blocks-engine-php-transformer": "^0.2.6",
"php": "^8.1"
},
"minimum-stability": "dev",
"prefer-stable": true,
"config": {
"platform": {
"php": "8.2.0"
},
"sort-packages": true
}
}