mirror of
https://github.com/gosticks/svgr.git
synced 2026-04-16 01:34:34 +00:00
40 lines
994 B
JSON
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"
|
|
}
|
|
}
|