2023-02-24 23:40:15 +01:00
|
|
|
{
|
|
|
|
|
"name": "dashboard",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "[Cloudron](https://cloudron.io) is the best way to run apps on your server.",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2024-10-04 15:06:30 +02:00
|
|
|
"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"
|
2023-02-24 23:40:15 +01:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "ssh://git@git.cloudron.io:6000/cloudron/dashboard.git"
|
|
|
|
|
},
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
|
|
|
"dependencies": {
|
2024-03-28 17:03:53 +01:00
|
|
|
"@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",
|
2023-02-24 23:40:15 +01:00
|
|
|
"gulp": "^4.0.2",
|
|
|
|
|
"gulp-concat": "^2.6.1",
|
|
|
|
|
"gulp-ejs": "^5.1.0",
|
|
|
|
|
"gulp-sass": "^5.1.0",
|
|
|
|
|
"gulp-serve": "^1.4.0",
|
|
|
|
|
"gulp-sourcemaps": "^3.0.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 14:30:44 +02:00
|
|
|
"vite": "^5.4.8",
|
2023-05-11 08:50:18 +02:00
|
|
|
"yargs": "^17.7.2"
|
2023-02-24 23:40:15 +01:00
|
|
|
},
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"env": {
|
|
|
|
|
"browser": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|