{
  "name": "@rsbuild/plugin-svgr",
  "version": "1.3.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",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "compiled"
  ],
  "dependencies": {
    "@rsbuild/plugin-react": "^1.4.6",
    "@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.3",
    "@rslib/core": "0.20.0",
    "@types/node": "^24.12.0",
    "file-loader": "6.2.0",
    "prebundle": "1.6.2",
    "svgo": "^3.3.3",
    "typescript": "^5.9.3",
    "url-loader": "4.1.1",
    "@rsbuild/core": "2.0.0-beta.8",
    "@scripts/test-helper": "1.0.0"
  },
  "peerDependencies": {
    "@rsbuild/core": "^1.0.0 || ^2.0.0-0"
  },
  "peerDependenciesMeta": {
    "@rsbuild/core": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "rslib build",
    "dev": "rslib build -w",
    "prebundle": "prebundle",
    "bump": "pnpx bumpp --no-tag"
  }
}