2023-02-24 23:40:15 +01:00
|
|
|
{
|
2024-10-04 17:43:45 +02:00
|
|
|
"private": true,
|
2023-02-24 23:40:15 +01:00
|
|
|
"scripts": {
|
2024-10-04 15:22:11 +02:00
|
|
|
"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"
|
2023-02-24 23:40:15 +01:00
|
|
|
},
|
2024-10-04 17:43:45 +02:00
|
|
|
"type": "module",
|
2023-02-24 23:40:15 +01:00
|
|
|
"dependencies": {
|
2025-05-05 15:46:00 +02:00
|
|
|
"@fontsource/noto-sans": "^5.2.7",
|
2024-12-27 22:24:43 +01:00
|
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
2025-06-26 19:57:33 +02:00
|
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
2024-10-04 21:04:08 +02:00
|
|
|
"@xterm/addon-attach": "^0.11.0",
|
|
|
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
|
|
|
"@xterm/xterm": "^5.5.0",
|
2025-02-16 14:20:03 +01:00
|
|
|
"anser": "^2.3.2",
|
2025-01-23 16:21:16 +01:00
|
|
|
"async": "^3.2.6",
|
2025-06-26 19:57:33 +02:00
|
|
|
"chart.js": "^4.5.0",
|
2025-07-04 15:16:52 +02:00
|
|
|
"chartjs-plugin-annotation": "^3.1.0",
|
2025-07-02 20:54:14 +02:00
|
|
|
"eslint": "^9.30.1",
|
|
|
|
|
"eslint-plugin-vue": "^10.3.0",
|
|
|
|
|
"marked": "^16.0.0",
|
2025-05-22 18:10:46 +02:00
|
|
|
"moment": "^2.30.1",
|
2025-05-27 14:57:33 +02:00
|
|
|
"moment-timezone": "^0.6.0",
|
2025-07-08 14:27:27 +02:00
|
|
|
"pankow": "^3.1.7",
|
|
|
|
|
"vite": "^7.0.3",
|
2025-06-26 19:57:33 +02:00
|
|
|
"vue": "^3.5.17",
|
2025-07-03 10:43:29 +02:00
|
|
|
"vue-i18n": "^11.1.9",
|
2025-05-05 15:46:00 +02:00
|
|
|
"vue-router": "^4.5.1"
|
2023-02-24 23:40:15 +01:00
|
|
|
}
|
|
|
|
|
}
|