mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
86 lines
2.6 KiB
JSON
86 lines
2.6 KiB
JSON
{
|
|
"name": "@xen-orchestra/lite",
|
|
"version": "0.24.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "GIT_HEAD=$(git rev-parse HEAD) vite",
|
|
"build": "run-p type-check build-only",
|
|
"preview": "vite preview --port 4173",
|
|
"release": "./scripts/release.mjs",
|
|
"build-only": "yarn release --build",
|
|
"deploy": "yarn release --build --deploy",
|
|
"gh-release": "yarn release --build --tarball --gh-release",
|
|
"test": "yarn run type-check",
|
|
"type-check": "vue-tsc --build --force tsconfig.type-check.json"
|
|
},
|
|
"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/file-saver": "^2.0.7",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^18.19.80",
|
|
"@vates/types": "^1.30.1",
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"@vue/tsconfig": "^0.9.0",
|
|
"@vueuse/core": "^14.0.0",
|
|
"@vueuse/math": "^14.0.0",
|
|
"@vueuse/shared": "^14.0.0",
|
|
"@xen-orchestra/web-core": "^0.58.0",
|
|
"complex-matcher": "^1.1.1",
|
|
"d3-time-format": "^4.1.0",
|
|
"decorator-synchronized": "^0.6.0",
|
|
"file-saver": "^2.0.5",
|
|
"golike-defer": "^0.5.1",
|
|
"highlight.js": "^11.11.1",
|
|
"human-format": "^1.2.1",
|
|
"iterable-backoff": "^0.1.0",
|
|
"json-rpc-2.0": "^1.7.0",
|
|
"json5": "^2.2.3",
|
|
"limit-concurrency-decorator": "^0.6.0",
|
|
"lodash-es": "^4.18.0",
|
|
"make-error": "^1.3.6",
|
|
"marked": "^15.0.7",
|
|
"minimist": "^1.2.8",
|
|
"npm-run-all": "^4.1.5",
|
|
"pinia": "^3.0.1",
|
|
"placement.js": "^1.0.0-beta.5",
|
|
"postcss": "^8.5.3",
|
|
"postcss-color-function": "^4.1.0",
|
|
"postcss-custom-media": "^11.0.5",
|
|
"postcss-nested": "^7.0.2",
|
|
"semver": "^7.3.2",
|
|
"typescript": "^6.0.0",
|
|
"vite": "^8.0.0",
|
|
"vue": "~3.5.13",
|
|
"vue-i18n": "^11.1.2",
|
|
"vue-router": "5.0.6",
|
|
"vue-tsc": "~2.2.8",
|
|
"zx": "^7.2.3"
|
|
},
|
|
"private": true,
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/lite",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "@xen-orchestra/lite",
|
|
"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"
|
|
}
|
|
}
|