Files
Xen-Orchestra-xen-orchestra…/@xen-orchestra/web/package.json
Bastien Nollet 9cdaf6bb41 feat: technical release (#10305)
* feat(@xen-orchestra/async-map): 0.1.4

* feat(xo-common): 0.11.0

* feat(xen-api): 4.9.0

* feat(@vates/types): 1.30.2

* feat(@xen-orchestra/acl): 1.6.0

* feat(@xen-orchestra/xapi): 8.10.3

* feat(@xen-orchestra/backups): 0.74.0

* feat(@xen-orchestra/backups-cli): 1.1.14

* feat(@xen-orchestra/disk-cli): 2.2.1

* feat(@xen-orchestra/immutable-backups): 3.0.5

* feat(@xen-orchestra/web-core): 0.59.0

* feat(@xen-orchestra/mixins): 0.20.2

* feat(@xen-orchestra/proxy): 0.31.7

* feat(@xen-orchestra/proxy-cli): 0.3.3

* feat(@xen-orchestra/qa-test): 1.2.0

* feat(@xen-orchestra/rest-api): 0.38.0

* feat(@xen-orchestra/upload-ova): 0.1.9

* feat(@xen-orchestra/web): 0.58.0

* feat(xo-acl-resolver): 0.5.4

* feat(xo-cli): 0.32.4

* feat(xo-server): 5.207.3

* feat(xo-server-audit): 0.15.2

* feat(xo-server-ipmi-sensors): 2.1.0

* feat(xo-server-netbox): 1.13.2

* feat(xo-server-sdn-controller): 1.4.1

* feat(xo-web): 5.202.0

* chore(CHANGELOG): update next
2026-08-25 16:19:35 +02:00

83 lines
2.4 KiB
JSON

{
"name": "@xen-orchestra/web",
"version": "0.58.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"optimize": "vite optimize --force",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"prepublishOnly": "yarn run build-only"
},
"devDependencies": {
"@csstools/postcss-global-data": "^3.0.0",
"@floating-ui/vue": "^1.1.6",
"@fontsource/poppins": "^5.2.5",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@intlify/unplugin-vue-i18n": "^6.0.3",
"@novnc/novnc": "~1.5.0",
"@regle/core": "^1.26.0",
"@regle/rules": "^1.26.0",
"@regle/schemas": "^1.20.2",
"@tsconfig/node18": "^18.2.4",
"@types/d3-time-format": "^4.0.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^18.19.80",
"@vates/types": "^1.30.2",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/tsconfig": "^0.9.0",
"@vueuse/core": "^14.0.0",
"@vueuse/integrations": "^14.0.0",
"@vueuse/math": "^14.0.0",
"@vueuse/shared": "^14.0.0",
"@xen-orchestra/web-core": "^0.59.0",
"complex-matcher": "^1.1.1",
"d3-time-format": "^4.1.0",
"human-format": "^1.2.1",
"lodash-es": "^4.18.0",
"ndjson-readablestream": "^1.3.0",
"npm-run-all2": "^7.0.2",
"pinia": "^3.0.1",
"postcss": "^8.5.3",
"postcss-color-function": "^4.1.0",
"postcss-custom-media": "^11.0.5",
"postcss-nested": "^7.0.2",
"typescript": "^6.0.0",
"universal-cookie": "^7.2.2",
"unplugin-vue-router": "^0.12.0",
"value-matcher": "^0.2.0",
"vite": "^8.0.0",
"vue": "~3.5.13",
"vue-i18n": "^11.1.2",
"vue-router": "5.0.6",
"vue-tsc": "^3.0.0",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"overrides": {
"vite": {
"rollup": "npm:@rollup/wasm-node"
}
},
"private": true,
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/web",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
"directory": "@xen-orchestra/web",
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"author": {
"name": "Vates SAS",
"url": "https://vates.fr"
},
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=18"
}
}