rollup-plugin-svg-icons
Version:
Bundles all svg icons from the speciefed folder to the single spritesheet svg file
42 lines (41 loc) • 1.01 kB
JSON
{
"name": "rollup-plugin-svg-icons",
"version": "1.3.1",
"description": "Bundles all svg icons from the speciefed folder to the single spritesheet svg file",
"main": "dist/index.min.js",
"module": "dist/index.esm.min.js",
"scripts": {
"build": "bili --format cjs-min --format es-min",
"test": "rollup -c test/rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexxNB/rollup-plugin-svg-icons.git"
},
"keywords": [
"rollup",
"rollup-plugin",
"svg",
"icons",
"sprite"
],
"files": [
"dist"
],
"author": "Alexey Schebelev",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlexxNB/rollup-plugin-svg-icons/issues"
},
"homepage": "https://github.com/AlexxNB/rollup-plugin-svg-icons#readme",
"devDependencies": {
"bili": "^4.8.0",
"rollup": "^1.16.2"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"html-minifier": "^4.0.0",
"pretty": "^2.0.0",
"svgo": "^1.2.2"
}
}