web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.3 KiB

  1. {
  2. "name": "@svgr/webpack",
  3. "description": "SVGR webpack loader.",
  4. "version": "5.5.0",
  5. "main": "lib/index.js",
  6. "repository": "https://github.com/gregberge/svgr/tree/master/packages/webpack",
  7. "author": "Greg Bergé <berge.greg@gmail.com>",
  8. "publishConfig": {
  9. "access": "public"
  10. },
  11. "keywords": [
  12. "svgr",
  13. "svg",
  14. "react",
  15. "webpack",
  16. "webpack-loader"
  17. ],
  18. "engines": {
  19. "node": ">=10"
  20. },
  21. "homepage": "https://react-svgr.com",
  22. "funding": {
  23. "type": "github",
  24. "url": "https://github.com/sponsors/gregberge"
  25. },
  26. "license": "MIT",
  27. "scripts": {
  28. "prebuild": "rm -rf lib/",
  29. "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
  30. "prepublishOnly": "yarn run build"
  31. },
  32. "dependencies": {
  33. "@babel/core": "^7.12.3",
  34. "@babel/plugin-transform-react-constant-elements": "^7.12.1",
  35. "@babel/preset-env": "^7.12.1",
  36. "@babel/preset-react": "^7.12.5",
  37. "@svgr/core": "^5.5.0",
  38. "@svgr/plugin-jsx": "^5.5.0",
  39. "@svgr/plugin-svgo": "^5.5.0",
  40. "loader-utils": "^2.0.0"
  41. },
  42. "devDependencies": {
  43. "babel-loader": "^8.2.1",
  44. "memory-fs": "^0.5.0",
  45. "url-loader": "^4.1.1",
  46. "webpack": "^5.4.0"
  47. },
  48. "gitHead": "b5920550bd966f876cb65c5e23af180461e5aa23"
  49. }