-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
71 lines (71 loc) · 1.84 KB
/
package.json
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
{
"name": "plugin-responsive-images",
"version": "4.2.8",
"private": true,
"description": "A tiny content plugin that creates a few different sized images on the fly and also updates the markup to use the well established and supported HTML5 image tag srcset",
"scripts": {
"test": "eleventy",
"build": "node build.js",
"build:site": "eleventy",
"serve": "eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/ttc-freebies/plugin-responsive-images.git"
},
"author": "Dimitris Grammatikogiannis",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/ttc-freebies/plugin-responsive-images/issues"
},
"homepage": "https://github.com/ttc-freebies/plugin-responsive-images#readme",
"devDependencies": {
"@11ty/eleventy": "3.0.0",
"@11ty/eleventy-img": "5.0.0",
"@11ty/eleventy-navigation": "0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "5.0.0",
"@rollup/plugin-node-resolve": "16.0.0",
"@zip.js/zip.js": "2.7.54",
"adm-zip": "0.5.16",
"fs-extra": "11.2.0",
"markdown-it-anchor": "9.2.0",
"naf-css": "3.0.3",
"nunjucks": "3.2.4",
"postcss": "8.4.49",
"postcss-cli": "11.0.0",
"postcss-import": "16.1.0",
"rimraf": "6.0.1",
"rollup": "3.29.5",
"semver": "7.6.3",
"uhtml": "4.7.0"
},
"data": {
"repo": "ooo"
},
"pkgs_": {
"responsive": {
"files": [],
"zips": [
{
"name": "responsive",
"type": "plugins",
"subType": "content"
},
{
"name": "responsive",
"type": "plugins",
"subType": "media-action"
},
{
"name": "Ttc",
"type": "libraries",
"subType": ""
}
]
}
},
"doNotZip": [
"system/responsiveplgoverrides",
".DS_Store"
]
}