package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "@svgr/babel-preset",
  3. "description": "SVGR preset that apply transformations from config",
  4. "version": "5.5.0",
  5. "main": "lib/index.js",
  6. "repository": "https://github.com/gregberge/svgr/tree/master/packages/babel-preset",
  7. "author": "Greg Bergé <berge.greg@gmail.com>",
  8. "publishConfig": {
  9. "access": "public"
  10. },
  11. "keywords": [
  12. "babel-plugin",
  13. "babel-preset"
  14. ],
  15. "engines": {
  16. "node": ">=10"
  17. },
  18. "homepage": "https://react-svgr.com",
  19. "funding": {
  20. "type": "github",
  21. "url": "https://github.com/sponsors/gregberge"
  22. },
  23. "license": "MIT",
  24. "scripts": {
  25. "prebuild": "rm -rf lib/",
  26. "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
  27. "prepublishOnly": "yarn run build"
  28. },
  29. "dependencies": {
  30. "@svgr/babel-plugin-add-jsx-attribute": "^5.4.0",
  31. "@svgr/babel-plugin-remove-jsx-attribute": "^5.4.0",
  32. "@svgr/babel-plugin-remove-jsx-empty-expression": "^5.0.1",
  33. "@svgr/babel-plugin-replace-jsx-attribute-value": "^5.0.1",
  34. "@svgr/babel-plugin-svg-dynamic-title": "^5.4.0",
  35. "@svgr/babel-plugin-svg-em-dimensions": "^5.4.0",
  36. "@svgr/babel-plugin-transform-react-native-svg": "^5.4.0",
  37. "@svgr/babel-plugin-transform-svg-component": "^5.5.0"
  38. },
  39. "gitHead": "b5920550bd966f876cb65c5e23af180461e5aa23"
  40. }