2d3c1b7702
the default one is bound on data. when data is not available, it appears buggy. it's better to show no data and always show the correct time line in the x-axis
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"update-translations": "curl https://translate.cloudron.io/api/components/cloudron/dashboard/file/ -o lang.zip && unzip -jo lang.zip -d ./public/translation/ && rm lang.zip",
|
|
"dev": "vite --strictPort --port 4000",
|
|
"build": "vite build"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fontsource/arimo": "^5.2.5",
|
|
"@fontsource/dm-sans": "^5.2.5",
|
|
"@fontsource/inter": "^5.2.5",
|
|
"@fontsource/noto-sans": "^5.2.7",
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
"@xterm/addon-attach": "^0.11.0",
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"anser": "^2.3.2",
|
|
"async": "^3.2.6",
|
|
"bootstrap-sass": "^3.4.3",
|
|
"chart.js": "^4.4.9",
|
|
"chartjs-adapter-moment": "^1.0.1",
|
|
"eslint": "^9.27.0",
|
|
"eslint-plugin-vue": "^10.1.0",
|
|
"filesize": "^10.1.6",
|
|
"jquery": "^3.7.1",
|
|
"marked": "^15.0.12",
|
|
"moment": "^2.30.1",
|
|
"moment-timezone": "^0.5.48",
|
|
"pankow": "^3.0.8",
|
|
"sass": "^1.89.0",
|
|
"vite": "^6.3.5",
|
|
"vue": "^3.5.14",
|
|
"vue-i18n": "^11.1.3",
|
|
"vue-router": "^4.5.1"
|
|
}
|
|
}
|