HEX
Server: LiteSpeed
System: Linux d8 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: wbwebdes (3015)
PHP: 8.1.31
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/wbwebdes/domains/files.wb-cloud.nl/private_html/apps/recommendations/package.json
{
  "name": "recommendations",
  "description": "Shows recommended files in Nextcloud",
  "version": "5.0.0-dev.0",
  "private": true,
  "scripts": {
    "build": "webpack --node-env production --progress",
    "postbuild": "build-js/npm-post-build.sh",
    "dev": "webpack --node-env development --progress",
    "watch": "webpack --node-env development --progress --watch",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint --ext .js,.vue src",
    "lint:fix": "eslint --ext .js,.vue src --fix",
    "stylelint": "stylelint src",
    "stylelint:fix": "stylelint src --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ChristophWurst/files_recommendation.git"
  },
  "author": "Christoph Wurst",
  "license": "AGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/ChristophWurst/files_recommendation/issues"
  },
  "homepage": "https://github.com/ChristophWurst/files_recommendation#readme",
  "dependencies": {
    "@nextcloud/axios": "^2.5.1",
    "@nextcloud/files": "^3.10.2",
    "@nextcloud/l10n": "^3.2.0",
    "@nextcloud/paths": "^2.1.0",
    "@nextcloud/router": "^3.0.1",
    "@nextcloud/vue": "^8.27.0",
    "lodash": "^4.17.21",
    "vue": "^2.7.16",
    "vue-material-design-icons": "^5.3.1",
    "vuex": "^3.6.2"
  },
  "devDependencies": {
    "@nextcloud/babel-config": "^1.2.0",
    "@nextcloud/browserslist-config": "^3.0.1",
    "@nextcloud/eslint-config": "^8.4.2",
    "@nextcloud/stylelint-config": "^3.1.0",
    "@nextcloud/webpack-vue-config": "^6.3.0"
  },
  "engines": {
    "node": "^22.0.0",
    "npm": "^10.5.0"
  },
  "browserslist": [
    "extends @nextcloud/browserslist-config"
  ]
}