39 lines
980 B
JSON
39 lines
980 B
JSON
|
|
{
|
||
|
|
"name": "@vitejs/plugin-react-swc",
|
||
|
|
"version": "4.2.2",
|
||
|
|
"license": "MIT",
|
||
|
|
"author": "Arnaud Barré (https://github.com/ArnaudBarre)",
|
||
|
|
"description": "Speed up your Vite dev server with SWC",
|
||
|
|
"keywords": [
|
||
|
|
"vite",
|
||
|
|
"vite-plugin",
|
||
|
|
"react",
|
||
|
|
"swc",
|
||
|
|
"react-refresh",
|
||
|
|
"fast refresh"
|
||
|
|
],
|
||
|
|
"type": "module",
|
||
|
|
"engines": {
|
||
|
|
"node": "^20.19.0 || >=22.12.0"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/vitejs/vite-plugin-react.git",
|
||
|
|
"directory": "packages/plugin-react-swc"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/vitejs/vite-plugin-react/issues"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc#readme",
|
||
|
|
"dependencies": {
|
||
|
|
"@rolldown/pluginutils": "1.0.0-beta.47",
|
||
|
|
"@swc/core": "^1.13.5"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"vite": "^4 || ^5 || ^6 || ^7"
|
||
|
|
},
|
||
|
|
"exports": {
|
||
|
|
".": "./index.js",
|
||
|
|
"./preamble": "./types/preamble.d.ts"
|
||
|
|
}
|
||
|
|
}
|