Files
Xen-Orchestra-xen-orchestra…/@xen-orchestra/web/package.json
2026-03-31 14:52:50 +02:00

80 lines
2.3 KiB
JSON

{
"name": "@xen-orchestra/web",
"version": "0.46.1",
"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",
"@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.22.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.7.0",
"@vueuse/core": "^13.0.0",
"@vueuse/integrations": "^13.0.0",
"@vueuse/math": "^13.0.0",
"@vueuse/shared": "^13.0.0",
"@xen-orchestra/web-core": "^0.48.1",
"complex-matcher": "^1.1.0",
"d3-time-format": "^4.1.0",
"human-format": "^1.2.1",
"lodash-es": "^4.17.21",
"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": "~5.8.2",
"universal-cookie": "^7.2.2",
"unplugin-vue-router": "^0.12.0",
"value-matcher": "^0.2.0",
"vite": "^6.2.1",
"vue": "~3.5.13",
"vue-i18n": "^11.1.2",
"vue-router": "^4.5.0",
"vue-tsc": "~2.2.8",
"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"
}
}