{
  "name": "@lynx-js/react-rsbuild-plugin",
  "version": "0.9.5",
  "description": "A rsbuild plugin for ReactLynx",
  "keywords": [
    "rsbuild",
    "Lynx",
    "ReactLynx"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lynx-family/lynx-stack.git",
    "directory": "packages/rspeedy/plugin-react"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Qingyu Wang",
    "email": "colinwang.0616@gmail.com"
  },
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "CHANGELOG.md",
    "README.md"
  ],
  "dependencies": {
    "@lynx-js/css-extract-webpack-plugin": "0.5.3",
    "@lynx-js/react-alias-rsbuild-plugin": "0.9.5",
    "@lynx-js/react-refresh-webpack-plugin": "0.3.2",
    "@lynx-js/react-webpack-plugin": "0.6.10",
    "@lynx-js/runtime-wrapper-webpack-plugin": "0.0.9",
    "@lynx-js/template-webpack-plugin": "0.6.8",
    "@lynx-js/web-webpack-plugin": "0.6.3"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "7.52.2",
    "@rollup/plugin-typescript": "^12.1.2",
    "@rsbuild/core": "1.3.2",
    "@rsbuild/plugin-sass": "1.3.1",
    "@rsbuild/plugin-typed-css-modules": "1.0.2",
    "@rsbuild/plugin-webpack-swc": "1.1.0",
    "@rsbuild/webpack": "1.3.0",
    "@samchon/openapi": "3.2.3",
    "tailwindcss": "^3.4.17",
    "type-fest": "^4.39.0",
    "typia": "8.1.1",
    "typia-rspack-plugin": "2.0.0",
    "@lynx-js/react": "0.106.3",
    "@lynx-js/rspeedy": "0.9.0",
    "@lynx-js/vitest-setup": "0.0.0"
  },
  "peerDependencies": {
    "@lynx-js/react": "^0.103.0 || ^0.104.0 || ^0.105.0 || ^0.106.0"
  },
  "peerDependenciesMeta": {
    "@lynx-js/react": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "api-extractor": "api-extractor run --verbose",
    "build": "rslib build",
    "test": "pnpm -w run test --project rspeedy/react"
  }
}