UNPKG

@svgr/parcel-plugin-svgr

Version:

SVGR Parcel plugin.

46 lines (45 loc) 1.19 kB
{ "name": "@svgr/parcel-plugin-svgr", "description": "SVGR Parcel plugin.", "version": "5.5.0", "main": "lib/index.js", "repository": "https://github.com/gregberge/svgr/tree/master/packages/parcel-plugin-svgr", "author": "Mario Pabon <me@mariopabon.com>", "publishConfig": { "access": "public" }, "keywords": [ "svgr", "svg", "react", "parcel", "parcel-plugin" ], "engines": { "node": ">=10" }, "homepage": "https://react-svgr.com", "funding": { "type": "github", "url": "https://github.com/sponsors/gregberge" }, "license": "MIT", "scripts": { "prebuild": "rm -rf lib/", "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src", "prepublishOnly": "yarn run build" }, "dependencies": { "@babel/core": "^7.12.3", "@babel/plugin-transform-react-constant-elements": "^7.12.1", "@babel/preset-env": "^7.12.1", "@babel/preset-react": "^7.12.5", "@svgr/core": "^5.5.0", "@svgr/plugin-jsx": "^5.5.0", "@svgr/plugin-svgo": "^5.5.0" }, "devDependencies": { "parcel": "^1.10.0" }, "gitHead": "b5920550bd966f876cb65c5e23af180461e5aa23" }