Files
cloudron-box/dashboard/package.json

33 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": {
2025-09-25 09:45:21 +02:00
"@cloudron/pankow": "^3.2.22",
2025-09-17 11:15:30 +02:00
"@fontsource/inter": "^5.2.8",
2025-09-10 20:07:29 +02:00
"@fortawesome/fontawesome-free": "^7.0.1",
2025-08-01 12:54:42 +02:00
"@vitejs/plugin-vue": "^6.0.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",
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",
"chartjs-plugin-annotation": "^3.1.0",
2025-09-22 19:11:15 +02:00
"eslint": "^9.36.0",
"eslint-plugin-vue": "^10.5.0",
2025-09-17 11:15:30 +02:00
"marked": "^16.3.0",
"moment": "^2.30.1",
2025-05-27 14:57:33 +02:00
"moment-timezone": "^0.6.0",
2025-09-22 19:11:15 +02:00
"vite": "^7.1.7",
"vite-plugin-singlefile": "^2.3.0",
2025-09-25 09:45:21 +02:00
"vue": "^3.5.22",
2025-09-10 20:07:29 +02:00
"vue-i18n": "^11.1.12",
2025-05-05 15:46:00 +02:00
"vue-router": "^4.5.1"
}
}