|
1 | 1 | { |
2 | 2 | "name": "@vitejs/plugin-rsc", |
3 | 3 | "version": "0.4.10-alpha.1", |
4 | | - "homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-rsc", |
5 | | - "repository": { |
6 | | - "type": "git", |
7 | | - "url": "git+https://github.com/vitejs/vite-plugin-react.git", |
8 | | - "directory": "packages/plugin-rsc" |
9 | | - }, |
10 | | - "license": "MIT", |
11 | 4 | "description": "React Server Components (RSC) support for Vite.", |
12 | 5 | "keywords": [ |
13 | 6 | "vite", |
|
16 | 9 | "react-server-components", |
17 | 10 | "rsc" |
18 | 11 | ], |
| 12 | + "homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-rsc", |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "git+https://github.com/vitejs/vite-plugin-react.git", |
| 16 | + "directory": "packages/plugin-rsc" |
| 17 | + }, |
| 18 | + "license": "MIT", |
19 | 19 | "type": "module", |
20 | 20 | "exports": { |
21 | 21 | "./package.json": "./package.json", |
|
49 | 49 | "vitefu": "^1.0.5" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
52 | | - "@types/react": "^19.1.8", |
53 | | - "@types/react-dom": "^19.1.6", |
54 | | - "@vitejs/plugin-react": "workspace:*", |
55 | 52 | "@hiogawa/utils": "^1.7.0", |
56 | 53 | "@playwright/test": "^1.53.1", |
57 | 54 | "@tsconfig/strictest": "^2.0.5", |
58 | 55 | "@types/estree": "^1.0.8", |
59 | 56 | "@types/node": "^22.14.1", |
| 57 | + "@types/react": "^19.1.8", |
| 58 | + "@types/react-dom": "^19.1.6", |
| 59 | + "@vitejs/plugin-react": "workspace:*", |
60 | 60 | "react": "^19.1.0", |
61 | 61 | "react-dom": "^19.1.0", |
62 | 62 | "react-server-dom-webpack": "^19.1.0", |
|
0 commit comments