UNPKG

@interopio/desktop-cli

Version:

CLI tool for setting up, building and packaging io.Connect Desktop projects

29 lines (28 loc) 699 B
{ "name": "groups-react", "private": true, "version": "0.0.0", "type": "module", "scripts": { "start": "vite --port 5175", "build": "tsc -b && vite build" }, "dependencies": { "@interopio/desktop": "^6.8.4", "@interopio/groups-ui-react": "^2.4.0", "@interopio/react-hooks": "^3.4.7", "react": "18.0.0", "react-dom": "18.0.0", "react-scripts": "5.0.1", "typescript": "^4.6.4", "web-vitals": "^2.1.4" }, "devDependencies": { "@types/node": "^22.8.6", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.3", "globals": "^15.11.0", "vite": "^5.4.10" } }