| Server IP : 159.203.156.69 / Your IP : 216.73.216.37 Web Server : nginx/1.24.0 System : Linux main-ubuntu 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/tanviranik.com/node_modules/@vitejs/plugin-rsc/ |
Upload File : |
{
"name": "@vitejs/plugin-rsc",
"version": "0.5.26",
"description": "React Server Components (RSC) support for Vite.",
"keywords": [
"react",
"react-server-components",
"rsc",
"vite",
"vite-plugin"
],
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-rsc",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/vitejs/vite-plugin-react.git",
"directory": "packages/plugin-rsc"
},
"files": [
"dist",
"types"
],
"type": "module",
"exports": {
"./package.json": "./package.json",
"./types": "./types/index.d.ts",
".": "./dist/index.js",
"./transforms": "./dist/transforms/index.js",
"./*": "./dist/*.js"
},
"scripts": {
"test": "vitest",
"test-e2e": "playwright test --project=chromium",
"test-e2e-ci": "playwright test",
"tsc": "tsc -b ./tsconfig.json ./e2e/tsconfig.json ./examples/*/tsconfig.json",
"tsc-dev": "pnpm tsc --watch --preserveWatchOutput",
"dev": "tsdown --sourcemap --watch src",
"build": "tsdown",
"prepack": "tsdown"
},
"dependencies": {
"@rolldown/pluginutils": "1.0.0-rc.18",
"es-module-lexer": "^2.1.0",
"estree-walker": "^3.0.3",
"magic-string": "^0.30.21",
"srvx": "^0.11.15",
"strip-literal": "^3.1.0",
"turbo-stream": "^3.2.0",
"vitefu": "^1.1.3"
},
"devDependencies": {
"@hiogawa/utils": "^1.7.0",
"@playwright/test": "^1.59.1",
"@tsconfig/strictest": "^2.0.8",
"@types/estree": "^1.0.8",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "workspace:*",
"@vitejs/test-dep-cjs-and-esm": "./test-dep/cjs-and-esm",
"@vitejs/test-dep-cjs-falsy-primitive": "./test-dep/cjs-falsy-primitive",
"picocolors": "^1.1.1",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-server-dom-webpack": "^19.2.6",
"tinyexec": "^1.1.2",
"tsdown": "^0.21.10"
},
"peerDependencies": {
"react": "*",
"react-dom": "*",
"react-server-dom-webpack": "*",
"vite": "*"
},
"peerDependenciesMeta": {
"react-server-dom-webpack": {
"optional": true
}
},
"compatiblePackages": {
"schemaVersion": 1,
"rolldown": {
"type": "incompatible",
"reason": "Uses Vite-specific APIs"
},
"rollup": {
"type": "incompatible",
"reason": "Uses Vite-specific APIs"
}
}
}