@kkurko/storybook-react-svgr
Version:
Storybook SVGR plugin for react to allow imports of .svg files
24 lines (23 loc) • 599 B
JSON
{
"name": "@kkurko/storybook-react-svgr",
"version": "1.1.0",
"description": "Storybook SVGR plugin for react to allow imports of .svg files",
"main": "index.js",
"bugs": {
"url": "https://github.com/KirillKurko/storybook-react-svgr"
},
"homepage": "https://github.com/KirillKurko/storybook-react-svgr",
"repository": "https://github.com/KirillKurko/storybook-react-svgr",
"keywords": [
"Storybook",
"SVGR",
"React",
"svg"
],
"author": "Kirill Kurko",
"license": "MIT",
"dependencies": {
"@svgr/webpack": "^5.3.1",
"file-loader": "^6.0.0"
}
}