87 lines
2.3 KiB
JSON
87 lines
2.3 KiB
JSON
{
|
|
"_from": "@vitejs/plugin-react@^4.2.0",
|
|
"_id": "@vitejs/plugin-react@4.3.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==",
|
|
"_location": "/@vitejs/plugin-react",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@vitejs/plugin-react@^4.2.0",
|
|
"name": "@vitejs/plugin-react",
|
|
"escapedName": "@vitejs%2fplugin-react",
|
|
"scope": "@vitejs",
|
|
"rawSpec": "^4.2.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^4.2.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@vitejs/plugin-react/-/plugin-react-4.3.4.tgz",
|
|
"_shasum": "c64be10b54c4640135a5b28a2432330e88ad7c20",
|
|
"_spec": "@vitejs/plugin-react@^4.2.0",
|
|
"_where": "/Users/hongbin9/www/botgroup.chat",
|
|
"author": {
|
|
"name": "Evan You"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/vitejs/vite-plugin-react/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Alec Larson"
|
|
},
|
|
{
|
|
"name": "Arnaud Barré"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@babel/plugin-transform-react-jsx-self": "^7.25.9",
|
|
"@babel/plugin-transform-react-jsx-source": "^7.25.9",
|
|
"@types/babel__core": "^7.20.5",
|
|
"react-refresh": "^0.14.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "The default Vite plugin for React projects.",
|
|
"devDependencies": {
|
|
"unbuild": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.0.0"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"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.2.0 || ^5.0.0 || ^6.0.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": "4.3.4"
|
|
}
|