Files
cloudron-box/dashboard/package.json

37 lines
1.1 KiB
JSON
Raw Normal View History

{
2024-10-04 17:43:45 +02:00
"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"
},
2024-10-04 17:43:45 +02:00
"type": "module",
"dependencies": {
2025-03-02 10:04:58 +01:00
"@fontsource/arimo": "^5.2.5",
"@fontsource/dm-sans": "^5.2.5",
"@fontsource/inter": "^5.2.5",
2025-03-16 11:12:49 +01:00
"@fontsource/noto-sans": "^5.2.6",
2024-12-27 22:24:43 +01:00
"@fortawesome/fontawesome-free": "^6.7.2",
"@vitejs/plugin-vue": "^5.2.3",
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-04-22 17:27:10 +02:00
"eslint": "^9.25.1",
2025-03-09 20:46:56 +01:00
"eslint-plugin-vue": "^10.0.0",
"filesize": "^10.1.6",
2024-10-04 14:30:44 +02:00
"jquery": "^3.7.1",
2025-04-24 16:10:10 +02:00
"marked": "^15.0.10",
2025-03-27 14:47:34 +01:00
"moment-timezone": "^0.5.48",
2025-04-24 16:10:10 +02:00
"pankow": "^3.0.5",
2025-04-22 17:27:10 +02:00
"sass": "^1.87.0",
2025-04-24 16:10:10 +02:00
"vite": "^6.3.3",
2024-12-12 11:19:38 +01:00
"vue": "^3.5.13",
2025-04-07 14:42:51 +02:00
"vue-i18n": "^11.1.3",
2024-12-12 11:19:38 +01:00
"vue-router": "^4.5.0"
}
}