github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/dm/ui/plugins/vite-plugin-next-react-router/package.json (about)

     1  {
     2    "name": "vite-plugin-next-react-router",
     3    "version": "0.6.2",
     4    "main": "index.js",
     5    "module": "./index.mjs",
     6    "exports": {
     7      ".": {
     8        "require": "./index.js",
     9        "import": "./index.mjs",
    10        "types": "./index.d.ts"
    11      }
    12    },
    13    "dependencies": {
    14      "consola": "^2.15.3",
    15      "fast-glob": "^3.2.7",
    16      "lodash": "^4.17.21"
    17    },
    18    "peerDependencies": {
    19      "react-router-dom": ">=6",
    20      "vite": ">=2"
    21    }
    22  }