Files
cloudron-box/package.json

39 lines
1.1 KiB
JSON
Raw Normal View History

{
"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/download/cloudron/dashboard/?format=zip -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": {
2021-01-30 12:17:29 +01:00
"@fortawesome/fontawesome-free": "^5.15.2",
2019-02-21 14:09:19 -08:00
"bootstrap-sass": "^3.4.1",
2020-09-10 15:37:05 +02:00
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
2020-09-10 15:37:05 +02:00
"gulp-ejs": "^5.1.0",
"gulp-sass": "^4.1.0",
"gulp-serve": "^1.4.0",
2021-01-30 12:17:29 +01:00
"gulp-sourcemaps": "^3.0.0",
2021-03-10 10:38:12 +01:00
"monaco-editor": "^0.23.0",
2020-09-10 15:37:05 +02:00
"rimraf": "^3.0.2",
2021-03-10 10:36:38 +01:00
"xterm": "^4.11.0",
2020-07-30 14:39:30 +02:00
"xterm-addon-attach": "^0.6.0",
2021-01-30 12:17:29 +01:00
"xterm-addon-fit": "^0.5.0",
"yargs": "^16.2.0"
},
"eslintConfig": {
"env": {
"browser": true
}
}
}