Files
cloudron-box/dashboard/package.json

34 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": "rm -rf ./dist/* && vite build --config ./vite.config.mjs && vite build --config ./vite.proxyauth.config.mjs"
},
2024-10-04 17:43:45 +02:00
"type": "module",
"dependencies": {
2026-03-15 22:11:31 +01:00
"@simplewebauthn/browser": "^13.3.0",
2026-03-30 13:54:26 +02:00
"@cloudron/pankow": "^4.1.8",
2025-09-17 11:15:30 +02:00
"@fontsource/inter": "^5.2.8",
2026-02-13 17:47:58 +01:00
"@fortawesome/fontawesome-free": "^7.2.0",
2026-03-16 08:37:19 +01:00
"@vitejs/plugin-vue": "^6.0.5",
2026-02-13 17:47:58 +01:00
"@xterm/addon-attach": "^0.12.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"anser": "^2.3.5",
2025-01-23 16:21:16 +01:00
"async": "^3.2.6",
2025-10-17 23:13:53 +02:00
"chart.js": "^4.5.1",
"chartjs-plugin-annotation": "^3.1.0",
2026-03-23 11:44:12 +01:00
"eslint": "^10.1.0",
2026-03-17 16:16:00 +01:00
"eslint-plugin-vue": "^10.8.0",
2026-03-23 11:44:12 +01:00
"marked": "^17.0.5",
"moment": "^2.30.1",
2026-03-23 11:44:12 +01:00
"moment-timezone": "^0.6.1",
2026-03-30 13:54:26 +02:00
"vite": "^8.0.3",
2026-03-16 08:37:19 +01:00
"vite-plugin-singlefile": "^2.3.2",
2026-03-30 13:54:26 +02:00
"vue": "^3.5.31",
2026-03-15 22:11:31 +01:00
"vue-i18n": "^11.3.0",
2026-03-23 11:44:12 +01:00
"vue-router": "^5.0.4"
}
}