package.json 945 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@svgr/plugin-jsx",
  3. "description": "Transform SVG into JSX",
  4. "version": "5.5.0",
  5. "main": "lib/index.js",
  6. "repository": "https://github.com/gregberge/svgr/tree/master/packages/plugin-jsx",
  7. "author": "Greg Bergé <berge.greg@gmail.com>",
  8. "publishConfig": {
  9. "access": "public"
  10. },
  11. "keywords": [
  12. "svgr-plugin"
  13. ],
  14. "engines": {
  15. "node": ">=10"
  16. },
  17. "homepage": "https://react-svgr.com",
  18. "funding": {
  19. "type": "github",
  20. "url": "https://github.com/sponsors/gregberge"
  21. },
  22. "license": "MIT",
  23. "scripts": {
  24. "prebuild": "rm -rf lib/",
  25. "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
  26. "prepublishOnly": "yarn run build"
  27. },
  28. "dependencies": {
  29. "@babel/core": "^7.12.3",
  30. "@svgr/babel-preset": "^5.5.0",
  31. "@svgr/hast-util-to-babel-ast": "^5.5.0",
  32. "svg-parser": "^2.0.2"
  33. },
  34. "gitHead": "b5920550bd966f876cb65c5e23af180461e5aa23"
  35. }