Files
cloudron-box/dashboard/package.json

22 lines
639 B
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": {
2024-10-04 17:43:45 +02:00
"@eslint/js": "^9.11.1",
"@fontsource/noto-sans": "^5.0.21",
2024-04-20 13:41:04 +02:00
"@fortawesome/fontawesome-free": "^6.5.2",
2023-05-11 08:50:18 +02:00
"bootstrap-sass": "^3.4.3",
2024-03-11 18:49:30 +01:00
"chart.js": "^4.4.2",
2024-10-04 17:43:45 +02:00
"eslint-plugin-vue": "^9.28.0",
2024-10-04 14:30:44 +02:00
"jquery": "^3.7.1",
2024-03-11 18:49:30 +01:00
"moment": "^2.30.1",
2024-04-20 13:41:04 +02:00
"sass": "^1.75.0",
2024-10-04 17:43:45 +02:00
"vite": "^5.4.8"
}
}