UNPKG

react-svg-sprites

Version:

Extension to generate SVG sprites and provide an Icon component

60 lines (59 loc) 1.33 kB
{ "name": "react-svg-sprites", "version": "2.1.3", "description": "Extension to generate SVG sprites and provide an Icon component", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "bin": { "react-svg-sprites": "dist/cli.js" }, "files": [ "dist" ], "scripts": { "build": "tsup", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/pintoderian/react-svg-sprites.git" }, "keywords": [ "nextjs", "svg", "sprites", "remix", "astro", "react", "sprite" ], "author": "Derian Pinto", "license": "MIT", "bugs": { "url": "https://github.com/pintoderian/react-svg-sprites/issues" }, "homepage": "https://github.com/pintoderian/react-svg-sprites#readme", "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "dependencies": { "esbuild": "^0.25.5", "node-html-parser": "^7.0.1", "svg-sprite": "^2.0.4" }, "devDependencies": { "@types/node": "^22.15.23", "@types/react": "^19.1.6", "@types/react-dom": "^19.1.5", "@types/svg-sprite": "^0.0.39", "ora": "^8.2.0", "react-dom": "^19.1.0", "svgo": "^3.3.2", "tsup": "^8.5.0", "typescript": "^5.8.3" }, "engines": { "node": ">=16" } }