2018-04-09 20:39:15 +02: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"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "ssh://git@git.cloudron.io:6000/cloudron/dashboard.git"
|
|
|
|
|
},
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
|
|
|
"dependencies": {
|
2020-07-30 13:20:28 +02:00
|
|
|
"@fortawesome/fontawesome-free": "^5.14.0",
|
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",
|
2018-04-09 20:39:15 +02:00
|
|
|
"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",
|
2018-04-09 20:39:15 +02:00
|
|
|
"gulp-serve": "^1.4.0",
|
2019-02-21 14:09:19 -08:00
|
|
|
"gulp-sourcemaps": "^2.6.5",
|
2020-07-13 18:58:22 +02:00
|
|
|
"monaco-editor": "^0.20.0",
|
2020-09-10 15:37:05 +02:00
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
|
"xterm": "^4.9.0",
|
2020-07-30 14:39:30 +02:00
|
|
|
"xterm-addon-attach": "^0.6.0",
|
|
|
|
|
"xterm-addon-fit": "^0.4.0",
|
2020-09-10 15:37:05 +02:00
|
|
|
"yargs": "^16.0.3"
|
2019-01-22 10:54:03 +01:00
|
|
|
},
|
|
|
|
|
"eslintConfig": {
|
|
|
|
|
"env": {
|
|
|
|
|
"browser": true
|
|
|
|
|
}
|
2018-04-09 20:39:15 +02:00
|
|
|
}
|
|
|
|
|
}
|