{
  "_args": [
    [
      "@vitejs/plugin-react@3.1.0",
      "/data/DATAPROJECTS/playground/daniel/laravel-react-sample-app"
    ]
  ],
  "_development": true,
  "_from": "@vitejs/plugin-react@3.1.0",
  "_id": "@vitejs/plugin-react@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-AfgcRL8ZBhAlc3BFdigClmTUMISmmzHn7sB2h9U1odvc5U/MjWXsAaz18b/WoppUTDBzxOJwo2VdClfUcItu9g==",
  "_location": "/@vitejs/plugin-react",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@vitejs/plugin-react@3.1.0",
    "name": "@vitejs/plugin-react",
    "escapedName": "@vitejs%2fplugin-react",
    "scope": "@vitejs",
    "rawSpec": "3.1.0",
    "saveSpec": null,
    "fetchSpec": "3.1.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-3.1.0.tgz",
  "_spec": "3.1.0",
  "_where": "/data/DATAPROJECTS/playground/daniel/laravel-react-sample-app",
  "author": {
    "name": "Evan You"
  },
  "bugs": {
    "url": "https://github.com/vitejs/vite-plugin-react/issues"
  },
  "contributors": [
    {
      "name": "Alec Larson"
    },
    {
      "name": "Arnaud Barré"
    }
  ],
  "dependencies": {
    "@babel/core": "^7.20.12",
    "@babel/plugin-transform-react-jsx-self": "^7.18.6",
    "@babel/plugin-transform-react-jsx-source": "^7.19.6",
    "magic-string": "^0.27.0",
    "react-refresh": "^0.14.0"
  },
  "description": "The all-in-one Vite plugin for React projects.",
  "engines": {
    "node": "^14.18.0 || >=16.0.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
  "license": "MIT",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "name": "@vitejs/plugin-react",
  "peerDependencies": {
    "vite": "^4.1.0-beta.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vitejs/vite-plugin-react.git",
    "directory": "packages/plugin-react"
  },
  "scripts": {
    "build": "unbuild && pnpm run patch-cjs && tsx scripts/copyRefreshUtils.ts",
    "dev": "unbuild --stub",
    "patch-cjs": "tsx ../../scripts/patchCJS.ts",
    "prepublishOnly": "npm run build"
  },
  "types": "./dist/index.d.ts",
  "version": "3.1.0"
}
