UNPKG

postcss-inline-svg

Version:

PostCSS plugin to reference an SVG file and control its attributes with CSS syntax

54 lines (53 loc) 1.13 kB
{ "name": "postcss-inline-svg", "version": "5.0.0", "description": "PostCSS plugin to reference an SVG file and control its attributes with CSS syntax", "keywords": [ "postcss", "css", "postcss-plugin", "svg", "inline" ], "main": "lib/index.js", "files": [ "lib" ], "scripts": { "test": "jest" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.js": [ "prettier --write", "git add" ] }, "author": "Bogdan Chadkin <trysound@yandex.ru>", "license": "MIT", "repository": "TrySound/postcss-inline-svg", "bugs": { "url": "https://github.com/TrySound/postcss-inline-svg/issues" }, "homepage": "https://github.com/TrySound/postcss-inline-svg", "dependencies": { "css-select": "^3.1.0", "dom-serializer": "^1.1.0", "htmlparser2": "^5.0.1", "postcss-value-parser": "^4.0.0" }, "peerDependencies": { "postcss": "^8.1.4" }, "devDependencies": { "husky": "^4.3.0", "jest": "^26.6.1", "lint-staged": "^10.5.0", "postcss": "^8.1.4", "prettier": "^2.1.2" } }