-
-
Notifications
You must be signed in to change notification settings - Fork 241
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 667 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "@vitejs/plugin-rsc-examples-browser-mode",
"version": "0.0.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "rm -rf ./node_modules/.vite && vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@storybook/nextjs-vite-rsc": "0.0.0-pr-32412-sha-b8362176",
"storybook": "0.0.0-pr-32412-sha-b8362176",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"next": "^15.5.4"
},
"devDependencies": {
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "latest",
"@vitejs/plugin-rsc": "latest",
"vite": "^7.1.9"
}
}