podman-desktop/packages/main/package.json
dependabot[bot] 743567c5f0 chore(deps-dev): bump msw from 2.13.3 to 2.13.4
Bumps [msw](https://github.com/mswjs/msw) from 2.13.3 to 2.13.4.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v2.13.3...v2.13.4)

---
updated-dependencies:
- dependency-name: msw
  dependency-version: 2.13.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-17 10:59:43 +02:00

76 lines
2 KiB
JSON

{
"name": "@podman-desktop/main",
"version": "1.27.0-next",
"description": "main package (running Node.js part of the application)",
"type": "module",
"license": "Apache-2.0",
"files": [
"dist",
"!dist/**/*.spec.*"
],
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest run --coverage --passWithNoTests",
"test:watch": "vitest watch --coverage --passWithNoTests"
},
"devDependencies": {
"@docker/extension-api-client-types": "0.4.2",
"@types/adm-zip": "^0.5.8",
"@types/culori": "^4.0.1",
"@types/dockerode": "^3.3.47",
"@types/express": "^5.0.6",
"@types/getos": "^3.0.4",
"@types/js-yaml": "^4.0.9",
"@types/minimist": "^1.2.5",
"@types/node": "^24",
"@types/semver": "^7.7.1",
"@types/stream-json": "^1.7.8",
"@types/tar-fs": "^2.0.4",
"@types/validator": "^13.15.10",
"@types/winreg": "^1.2.36",
"msw": "^2.13.4",
"vitest": "^4.1.4"
},
"dependencies": {
"@expo/sudo-prompt": "^9.3.2",
"@kubernetes/client-node": "^1.4.0",
"@podman-desktop/core-api": "workspace:*",
"@segment/analytics-node": "^3.0.0",
"adm-zip": "^0.5.17",
"check-disk-space": "^3.4.0",
"chokidar": "^3.6.0",
"culori": "^4.0.2",
"date.js": "^0.3.3",
"dockerode": "^4.0.9",
"electron": "41.2.1",
"electron-context-menu": "4.1.2",
"electron-updater": "6.8.3",
"electron-util": "^1.0.0",
"express": "^5.2.1",
"fzstd": "^0.1.1",
"get-tsconfig": "^4.14.0",
"getos": "^3.2.1",
"got": "^15.0.2",
"hpagent": "^1.2.0",
"inversify": "^8.1.0",
"js-yaml": "^4.1.1",
"minimist": "^1.2.8",
"moment": "^2.30.1",
"os-locale": "^8.0.0",
"proxy": "^3.0.0",
"semver": "^7.7.4",
"stream-json": "^1.9.1",
"tar": "^7.5.13",
"tar-fs": "^3.1.2",
"tar-stream": "^3.1.8",
"undici": "^7.25.0",
"validator": "^13.15.35",
"win-ca": "^3.5.1",
"winreg": "^1.2.5",
"yaml": "^2.8.3",
"zod": "^4.3.6"
}
}