@interopio/desktop-cli
Version:
CLI tool for setting up, building and packaging io.Connect Desktop projects
29 lines • 761 B
JSON
{
"name": "workspaces-app-template",
"version": "2.3.6",
"private": true,
"type": "module",
"scripts": {
"start": "vite --port 5176",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@interopio/desktop": "^6.8.4",
"@interopio/react-hooks": "^3.4.6",
"@interopio/workspaces-api": "^3.4.3",
"@interopio/workspaces-ui-react": "^3.4.7",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@types/node": "^22.8.6",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@vitejs/plugin-react": "^4.3.3",
"globals": "^15.11.0",
"typescript": "~5.6.2",
"vite": "^5.4.10",
"web-vitals": "^0.2.4"
}
}