{"_id":"@alloc/vite-plugin-react","_rev":"1-8007e460066ce1f8434429cdb3fd4ef0","name":"@alloc/vite-plugin-react","dist-tags":{"latest":"3.0.2"},"versions":{"3.0.2":{"name":"@alloc/vite-plugin-react","version":"3.0.2","description":"React fast refresh plugin for Vite","main":"dist/index.js","scripts":{"dev":"tsc -w -p .","build":"rm -rf dist && tsc -p .","prepublishOnly":"yarn build"},"keywords":["vite","react","hmr"],"author":{"name":"Evan You"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/vitejs/vite-plugin-react.git"},"bugs":{"url":"https://github.com/vitejs/vite-plugin-react/issues"},"homepage":"https://github.com/vitejs/vite-plugin-react/tree/master/#readme","dependencies":{"@babel/core":"^7.9.6","@babel/plugin-syntax-import-meta":"^7.10.4","@babel/types":"^7.9.6","react-refresh":"^0.8.2"},"peerDependencies":{"vite":">=1.0.0-beta.1"},"devDependencies":{"@types/node":"^14.0.3","typescript":"^3.9.2","vite":"^1.0.0-beta.1"},"gitHead":"37dcb3effbf7f5e38f3d5d9c20a921a414b15551","_id":"@alloc/vite-plugin-react@3.0.2","_nodeVersion":"12.19.0","_npmVersion":"6.14.8","dist":{"integrity":"sha512-969WXSC3yKbOs9H8IdsXpEmkNI7sdRnGp1zSJF1Fkog/b8RkTE2L5mVVDgcLJ0pvML07TBOntdKWCtGNNEnwtg==","shasum":"0a94e5058317cfc899a1f5a3071c0dcc0b9cf117","tarball":"https://registry.npmjs.org/@alloc/vite-plugin-react/-/vite-plugin-react-3.0.2.tgz","fileCount":15,"unpackedSize":13586,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfmeZrCRA9TVsSAnZWagAALz4P/iHybMgx8gZ3PowBiJJ1\ntp/esB4anOI4iVMgYsTGczJsA303yJ7j3xBmsHZ4gT40ByZF8IdW8fUGzCrz\nwhNuC7yXg4o1BWdoUWmLsl256zoRsHLUQ5liIoo/FW7GIFMC8K0APjEKd0pL\nCu2BKd/MBlAPw4wIycKs1UVUdPfbrICoK7+LN5MfOqJoVXc45fBJpJggSja2\nzzHsGMVzknlGH5eP/eiHQG5zvoD/sBoR3dPTAGU/Qtd2JmSc56V016DNXmo/\nbCh1M07v1Be5l+xbiis9m31f7/j7devPJU7G/RonFRa1c2BhY1Ws9moDu085\nRIwl5MWg/isVuIvgVfmcA1yv1u/TiyG8+ba1PYF1qvjZvkAnVaueQpfskKOe\n2U2Ajf0b62kIxExQQbq7J3F2OGoXcuAtHntpyc/9UhpCZG6R4fGnyM4Tfkb+\n5ZEH3avO1iUKz5WNbkLfpEKWE4PdUlxMDCt2Oezr14lm3dHo94ZN+HrleDcd\n3yllH/tQ5493XbqUJVnkJcKd++cxiUWvrym1WlZ8TggB7B3x5/mH5e5bdrqf\ny46h3sxDSlk/J2nMy2zIIeI9rTHeYb0TVS6RYwdkyAWbGNPHQSPICW1AGalr\n9+UoEal+xuUtvKGBhVNSY42tB/Xeh1CD33rgKH8AR8rkoXcf9jpgWTiw67V5\nI+FL\r\n=auLj\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQC2VzLZEbb+xTxVoGaB11ewX9MlUpH0ucQVaPi7tYLqUwIgMbIAd1GCu6mioutt8pUyXYiTXsTeHRwRsbAfFPm0Z4g="}]},"maintainers":[{"name":"aleclarson","email":"aleclarson@protonmail.com"}],"_npmUser":{"name":"aleclarson","email":"aleclarson@protonmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/vite-plugin-react_3.0.2_1603921514982_0.37680138625771664"},"_hasShrinkwrap":false}},"time":{"created":"2020-10-28T21:45:14.800Z","3.0.2":"2020-10-28T21:45:15.086Z","modified":"2022-04-04T13:33:44.898Z"},"maintainers":[{"name":"aleclarson","email":"aleclarson@protonmail.com"}],"description":"React fast refresh plugin for Vite","homepage":"https://github.com/vitejs/vite-plugin-react/tree/master/#readme","keywords":["vite","react","hmr"],"repository":{"type":"git","url":"git+https://github.com/vitejs/vite-plugin-react.git"},"author":{"name":"Evan You"},"bugs":{"url":"https://github.com/vitejs/vite-plugin-react/issues"},"license":"MIT","readme":"# vite-plugin-react\n\nProvides React Fast Refresh support for Vite.\n\nNote: Vite requires using `@pika/react` and `@pika/react-dom` which are ESM mirrors of the official React packages. This plugin automatically injects the correct alias for you so you can just `import React from 'react'` as usual.\n\nThis plugin is included by default in the [create-vite-app](https://github.com/vitejs/create-vite-app) React template.\n\n``` js\n// vite.config.js\nmodule.exports = {\n  jsx: 'react',\n  plugins: [require('vite-plugin-react')]\n}\n```\n","readmeFilename":"README.md"}