{ "name": "realworld-api-rest", "private": true, "type": "module", "scripts": { "dev": "vp dev", "build": "vp build", "start": "node dist/server/entry.js" }, "dependencies": { "@vitejs/plugin-react": "catalog:", "react": "catalog:", "react-dom": "catalog:", "swr": "catalog:", "vite": "catalog:", "vinext": "workspace:*" }, "devDependencies": { "@cloudflare/vite-plugin": "catalog:", "@types/node": "catalog:", "@types/react": "catalog:", "@types/react-dom": "catalog:", "typescript": "catalog:", "wrangler": "catalog:", "vite-plus": "catalog:" } }