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": {
|
2024-12-12 11:19:38 +01:00
|
|
|
"@eslint/js": "^9.16.0",
|
2024-10-30 12:28:07 +01:00
|
|
|
"@fontsource/noto-sans": "^5.1.0",
|
2024-12-12 11:19:38 +01:00
|
|
|
"@fortawesome/fontawesome-free": "^6.7.1",
|
|
|
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
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",
|
2024-10-04 20:47:49 +02:00
|
|
|
"anser": "^2.3.0",
|
2023-05-11 08:50:18 +02:00
|
|
|
"bootstrap-sass": "^3.4.3",
|
2024-12-12 11:19:38 +01:00
|
|
|
"chart.js": "^4.4.7",
|
|
|
|
|
"eslint-plugin-vue": "^9.32.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",
|
2024-12-12 11:19:38 +01:00
|
|
|
"marked": "^15.0.3",
|
2024-03-11 18:49:30 +01:00
|
|
|
"moment": "^2.30.1",
|
2024-12-12 11:19:38 +01:00
|
|
|
"pankow": "^2.4.2",
|
|
|
|
|
"pankow-viewers": "^1.0.11",
|
|
|
|
|
"sass": "^1.82.0",
|
|
|
|
|
"vite": "^6.0.3",
|
|
|
|
|
"vue": "^3.5.13",
|
|
|
|
|
"vue-i18n": "^10.0.5",
|
|
|
|
|
"vue-router": "^4.5.0"
|
2023-02-24 23:40:15 +01:00
|
|
|
}
|
|
|
|
|
}
|