{ "name": "vinext-app-router-nitro", "type": "module", "private": true, "scripts": { "dev": "vp dev", "build": "vp build", "preview": "vp preview" }, "dependencies": { "@vitejs/plugin-react": "catalog:", "react": "catalog:", "react-dom": "catalog:", "vite": "catalog:", "vinext": "workspace:*", "nitro": "catalog:" }, "devDependencies": { "vite-plus": "catalog:" } }