UNPKG

brolostack

Version:

A Revolutionary, Zero-Cost Full-Stack Package Framework - Browser Local Stack

24 lines (23 loc) 574 B
{ "name": "brolostack-cloud-integration-example", "version": "1.0.0", "description": "Example demonstrating Brolostack's cloud integration capabilities", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" }, "dependencies": { "brolostack": "file:../../", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react": "^4.0.0", "typescript": "^5.0.0", "vite": "^4.4.0" } }