{
  "name": "@rsbuild/plugin-svgr",
  "version": "2.0.1",
  "description": "SVGR plugin for Rsbuild",
  "repository": {
    "type": "git",
    "url": "https://github.com/web-infra-dev/rsbuild",
    "directory": "packages/plugin-svgr"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@rsbuild/plugin-react": "^2.0.0",
    "@svgr/core": "8.1.0",
    "@svgr/plugin-jsx": "8.1.0",
    "@svgr/plugin-svgo": "8.1.0",
    "deepmerge": "^4.3.1",
    "loader-utils": "^3.3.1"
  },
  "devDependencies": {
    "@rsbuild/core-v1": "npm:@rsbuild/core@^1.7.5",
    "@rslib/core": "0.21.2",
    "@types/node": "^24.12.2",
    "svgo": "^3.3.3",
    "typescript": "^6.0.3",
    "@rsbuild/core": "2.0.0",
    "@scripts/test-helper": "1.0.0"
  },
  "peerDependencies": {
    "@rsbuild/core": "^2.0.0-0"
  },
  "peerDependenciesMeta": {
    "@rsbuild/core": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "rslib",
    "dev": "rslib -w"
  }
}