Files
svgr/packages/plugin-jsx/package.json
Greg Bergé 2536e19eca v6.1.0
2021-12-01 22:50:16 +01:00

40 lines
994 B
JSON

{
"name": "@svgr/plugin-jsx",
"description": "Transform SVG into JSX",
"version": "6.1.0",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"typings": "./dist/index.d.ts",
"repository": "https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx",
"author": "Greg Bergé <berge.greg@gmail.com>",
"publishConfig": {
"access": "public"
},
"keywords": [
"svgr-plugin"
],
"engines": {
"node": ">=10"
},
"homepage": "https://react-svgr.com",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/gregberge"
},
"license": "MIT",
"scripts": {
"reset": "rm -rf dist",
"build": "rollup -c ../../build/rollup.config.js",
"prepublishOnly": "npm run reset && npm run build"
},
"peerDependencies": {
"@svgr/core": "^6.0.0-alpha.0"
},
"dependencies": {
"@babel/core": "^7.15.5",
"@svgr/babel-preset": "^6.1.0",
"@svgr/hast-util-to-babel-ast": "^6.0.0",
"svg-parser": "^2.0.2"
}
}