41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"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",
|
|
"update-translations": "curl https://translate.cloudron.io/api/components/cloudron/dashboard/file/ -o lang.zip && unzip -jo lang.zip -d ./src/translation/ && rm lang.zip"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@git.cloudron.io:6000/cloudron/dashboard.git"
|
|
},
|
|
"author": "",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.4.0",
|
|
"bootstrap-sass": "^3.4.3",
|
|
"chart.js": "^4.3.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^8.0.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-cssnano": "^2.1.3",
|
|
"gulp-ejs": "^5.1.0",
|
|
"gulp-sass": "^5.1.0",
|
|
"gulp-serve": "^1.4.0",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"moment": "^2.29.4",
|
|
"monaco-editor": "^0.39.0",
|
|
"sass": "^1.63.3",
|
|
"xterm": "^5.2.1",
|
|
"xterm-addon-attach": "^0.8.0",
|
|
"xterm-addon-fit": "^0.7.0",
|
|
"yargs": "^17.7.2"
|
|
},
|
|
"eslintConfig": {
|
|
"env": {
|
|
"browser": true
|
|
}
|
|
}
|
|
}
|