Distroless / Updated deps / Update helm deps
Showing
- .dockerignore 2 additions, 1 deletion.dockerignore
- .eslintrc 0 additions, 4 deletions.eslintrc
- .gitlab-ci.yml 0 additions, 15 deletions.gitlab-ci.yml
- COPYING 661 additions, 0 deletionsCOPYING
- Dockerfile 32 additions, 2 deletionsDockerfile
- Gruntfile.js 22 additions, 0 deletionsGruntfile.js
- grunt/tasks/copy.js 22 additions, 0 deletionsgrunt/tasks/copy.js
- grunt/tasks/less.js 22 additions, 0 deletionsgrunt/tasks/less.js
- grunt/tasks/tasks.js 18 additions, 9 deletionsgrunt/tasks/tasks.js
- grunt/tasks/watch.js 18 additions, 9 deletionsgrunt/tasks/watch.js
- helm/core-user-guide/Chart.lock 3 additions, 3 deletionshelm/core-user-guide/Chart.lock
- helm/core-user-guide/Chart.yaml 3 additions, 3 deletionshelm/core-user-guide/Chart.yaml
- helm/core-user-guide/templates/deployment.yaml 10 additions, 3 deletionshelm/core-user-guide/templates/deployment.yaml
- helm/core-user-guide/templates/service.yaml 1 addition, 1 deletionhelm/core-user-guide/templates/service.yaml
- helm/core-user-guide/values.yaml 17 additions, 11 deletionshelm/core-user-guide/values.yaml
- package.json 7 additions, 15 deletionspackage.json
- yarn.lock 834 additions, 1857 deletionsyarn.lock
.eslintrc
deleted
100644 → 0
COPYING
0 → 100644
This diff is collapsed.
{ | ||
"name": "open-xchange-appsuite-help", | ||
"version": "7.10.5", | ||
"version": "8.0.0", | ||
"description": "App Suite UI Help", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://code.open-xchange.com/git/wd/frontend/web" | ||
"license": "AGPL-3.0-or-later", | ||
"scripts": { | ||
"test": "echo VGhpcyBpcyBmaW5lLi4u8J+UpQo= | base64 -d && true" | ||
}, | ||
"license": "CC-BY-NC-SA-2.5", | ||
"dependencies": { | ||
"bootstrap": "^3.4.1", | ||
"jquery": "^3.2.1" | ||
}, | ||
"optionalDependencies": { | ||
"assemble-less": "^0.7.0", | ||
"eslint": "^6.0.0", | ||
"eslint-config-open-xchange-appsuite": "^0.4.0", | ||
"grunt": "^1.0.4", | ||
"grunt": "^1.4.1", | ||
"grunt-bump": "^0.8.0", | ||
"grunt-check-dependencies": "^1.0.0", | ||
"grunt-contrib-clean": "^2.0.0", | ||
"grunt-contrib-concat": "^1.0.1", | ||
"grunt-contrib-concat": "^2.0.0", | ||
"grunt-contrib-copy": "^1.0.0", | ||
"grunt-contrib-uglify": "^4.0.1", | ||
"grunt-contrib-uglify": "^5.0.1", | ||
"grunt-eslint": "^22.0.0", | ||
"grunt-newer": "^1.3.0", | ||
"grunt-require-gettext": "^0.8.1", | ||
"open-xchange-shared-grunt-config": "^0.15.0-pre3", | ||
"underscore": "^1.8.3" | ||
}, | ||
"devDependencies": { | ||
"appserver": "^0.7.0", | ||
"grunt-contrib-connect": "^2.0.0", | ||
"grunt-contrib-watch": "^1.0.0" | ||
} | ||
} |
This diff is collapsed.
Please register or sign in to comment