Files
cloudron-box/dashboard/package.json
2024-11-08 18:33:44 +01:00

34 lines
986 B
JSON

{
"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"
},
"type": "module",
"dependencies": {
"@eslint/js": "^9.14.0",
"@fontsource/noto-sans": "^5.1.0",
"@fortawesome/fontawesome-free": "^6.6.0",
"@vitejs/plugin-vue": "^5.1.4",
"@xterm/addon-attach": "^0.11.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"anser": "^2.3.0",
"bootstrap-sass": "^3.4.3",
"chart.js": "^4.4.6",
"eslint-plugin-vue": "^9.30.0",
"filesize": "^10.1.6",
"jquery": "^3.7.1",
"marked": "^14.1.4",
"moment": "^2.30.1",
"pankow": "^2.3.4",
"pankow-viewers": "^1.0.9",
"sass": "^1.80.6",
"vite": "^5.4.10",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
}
}