Files
actual/node_modules/@svgr/plugin-jsx/package.json
Rich In SQL 28d4ee94dd Init
2022-10-16 20:28:33 +01:00

47 lines
1.1 KiB
JSON

{
"name": "@svgr/plugin-jsx",
"description": "Transform SVG into JSX",
"version": "6.4.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
},
"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"
},
"dependencies": {
"@babel/core": "^7.18.5",
"@svgr/babel-preset": "^6.4.0",
"@svgr/hast-util-to-babel-ast": "^6.4.0",
"svg-parser": "^2.0.4"
},
"gitHead": "fd423ae712087c34ba044ecb9016e862ca32eac1"
}