Skip to content

Commit 7e0ba29

Browse files
committed
chore: sort package.json
1 parent 75dd1dc commit 7e0ba29

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

packages/plugin-rsc/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
{
22
"name": "@vitejs/plugin-rsc",
33
"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",
114
"description": "React Server Components (RSC) support for Vite.",
125
"keywords": [
136
"vite",
@@ -16,6 +9,13 @@
169
"react-server-components",
1710
"rsc"
1811
],
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",
1919
"type": "module",
2020
"exports": {
2121
"./package.json": "./package.json",
@@ -49,14 +49,14 @@
4949
"vitefu": "^1.0.5"
5050
},
5151
"devDependencies": {
52-
"@types/react": "^19.1.8",
53-
"@types/react-dom": "^19.1.6",
54-
"@vitejs/plugin-react": "workspace:*",
5552
"@hiogawa/utils": "^1.7.0",
5653
"@playwright/test": "^1.53.1",
5754
"@tsconfig/strictest": "^2.0.5",
5855
"@types/estree": "^1.0.8",
5956
"@types/node": "^22.14.1",
57+
"@types/react": "^19.1.8",
58+
"@types/react-dom": "^19.1.6",
59+
"@vitejs/plugin-react": "workspace:*",
6060
"react": "^19.1.0",
6161
"react-dom": "^19.1.0",
6262
"react-server-dom-webpack": "^19.1.0",

0 commit comments

Comments
 (0)