mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
* feat(@vates/types): 2.0.1 * feat(@xen-orchestra/web): 0.60.1 * feat(xo-server): 5.208.1 * chore(CHANGELOG): update next
83 lines
2.4 KiB
JSON
83 lines
2.4 KiB
JSON
{
|
|
"name": "@xen-orchestra/web",
|
|
"version": "0.60.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",
|
|
"@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": "^2.0.1",
|
|
"@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.60.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"
|
|
}
|
|
}
|