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-06-09 22:18:15 +02:00
|
|
|
"@fontsource/arimo": "^5.2.6",
|
|
|
|
|
"@fontsource/dm-sans": "^5.2.6",
|
|
|
|
|
"@fontsource/inter": "^5.2.6",
|
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-05-12 10:36:33 +02:00
|
|
|
"@vitejs/plugin-vue": "^5.2.4",
|
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",
|
2023-05-11 08:50:18 +02:00
|
|
|
"bootstrap-sass": "^3.4.3",
|
2025-04-19 15:59:52 +02:00
|
|
|
"chart.js": "^4.4.9",
|
2025-06-02 22:54:46 +02:00
|
|
|
"eslint": "^9.28.0",
|
2025-06-09 22:18:15 +02:00
|
|
|
"eslint-plugin-vue": "^10.2.0",
|
2024-10-04 21:37:17 +02:00
|
|
|
"filesize": "^10.1.6",
|
2024-10-04 14:30:44 +02:00
|
|
|
"jquery": "^3.7.1",
|
2025-05-22 12:41:26 +02:00
|
|
|
"marked": "^15.0.12",
|
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-06-11 09:53:42 +02:00
|
|
|
"pankow": "^3.1.3",
|
2025-06-09 22:18:15 +02:00
|
|
|
"sass": "^1.89.2",
|
2025-05-05 15:46:00 +02:00
|
|
|
"vite": "^6.3.5",
|
2025-06-02 22:54:46 +02:00
|
|
|
"vue": "^3.5.16",
|
2025-05-28 10:05:03 +02:00
|
|
|
"vue-i18n": "^11.1.5",
|
2025-05-05 15:46:00 +02:00
|
|
|
"vue-router": "^4.5.1"
|
2023-02-24 23:40:15 +01:00
|
|
|
}
|
|
|
|
|
}
|