-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 948 Bytes
/
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
{
"name": "gatsby-plugin-svgr-svgo",
"version": "2.0.0",
"description": "Plugin allows you to use SVGs as react components, configure SVGO(SVG optimization) settings and declare rules for SVG url loader with or without optimization.",
"main": "index.js",
"author": "pixel-point",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/pixel-point/gatsby-plugin-svgr-svgo.git"
},
"bugs": {
"url": "https://github.com/pixel-point/gatsby-plugin-svgr-svgo/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/pixel-point/gatsby-plugin-svgr-svgo",
"keywords": [
"gatsby",
"gatsby-plugin",
"svgr",
"svgo",
"inline-svg",
"url-loader",
"react-svg",
"react-svgo",
"svg"
],
"dependencies": {
"svgo": "^2.8.0",
"svgo-loader": "^3.0.0"
},
"peerDependencies": {
"@svgr/webpack": ">=5.0.0",
"gatsby": ">3.0.0"
}
}