forked from patrickxchong/eleventy-plugin-svg-sprite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 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
{
"name": "eleventy-plugin-svg-sprite",
"version": "2.4.2",
"description": "A high performance Eleventy universal plugin that compiles a directory of SVG files into a single SVG Sprite and adds shortcodes to embed SVG Sprite and SVG content in Eleventy templates.",
"publishConfig": {
"access": "public"
},
"main": ".eleventy.js",
"repository": {
"type": "git",
"url": "git+https://github.com/patrickxchong/eleventy-plugin-svg-sprite.git"
},
"funding": "https://ko-fi.com/patrickxchong",
"keywords": [
"eleventy",
"eleventy-plugin"
],
"author": {
"name": "Patrick Chong",
"email": "[email protected]",
"url": "https://www.patrickxchong.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/patrickxchong/eleventy-plugin-svg-sprite/issues"
},
"homepage": "https://github.com/patrickxchong/eleventy-plugin-svg-sprite/",
"peerDependencies": {
"@11ty/eleventy": ">=0.5.4"
},
"dependencies": {
"glob": "^10.3.3",
"lodash": "^4.17.21",
"svg-sprite": "2.0.0",
"vinyl": "^3.0.0"
}
}