-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.47 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "plugin-restricted-fs",
"version": "1.3.2",
"private": true,
"description": "A tiny Joomla 4.0+ plugin that jails the filesystem to a restricted directory",
"scripts": {
"get-joomla": "node joomla-tools.mjs -i",
"link": "joomla-tools -l",
"build": "joomla-tools -b media_source",
"release": "joomla-tools -r",
"init": "joomla-tools -i && joomla-tools -l && joomla-tools -b media_source",
"lint-css": "npx stylelint ./media_source/.",
"lint-js": "npx eslint .",
"lint": "npm run lint-css && npm run lint-js",
"update:browserlist": "npx browserslist@latest --update-db",
"test": "eleventy",
"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": "6.0.1",
"@11ty/eleventy-navigation": "0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "5.0.0",
"@dgrammatiko/joomla-tools": "^0.0.487",
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-terser": "^0.4.0",
"markdown-it-anchor": "9.2.0",
"naf-css": "3.0.3",
"postcss-import": "^16.0.0",
"rollup-plugin-html-literals": "^1.1.6",
"semver": "7.7.1"
},
"joomla-extensions": {
"components": [],
"libraries": [],
"modules": {
"administrator": [],
"site": []
},
"plugins": {
"actionlog": [],
"api-authentication": [],
"authentication": [],
"behaviour": [],
"captcha": [],
"content": [],
"editors": [],
"editors-xtd": [],
"extension": [],
"fields": [],
"filesystem": [],
"finder": [],
"installer": [],
"media-action": [],
"multifactorauth": [],
"privacy": [],
"quickicon": [],
"sampledata": [],
"system": [
{
"name": "restrictedfs",
"version": "1.3.2"
}
],
"task": [],
"user": [],
"webservices": [],
"workflow": []
},
"templates": {
"administrator": [],
"site": []
}
},
"joomlaVersion": "5.1.2",
"dependencies": {
"@quentinadam/zip": "npm:@jsr/quentinadam__zip@^0.1.0"
}
}