HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux wordpress-ubuntu-s-2vcpu-4gb-fra1-01 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/tana/frontend/package.json
{
  "name": "tana-web",
  "version": "1.0.0",
  "description": "Tana website.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "gulp": "gulp",
    "kss": "kss",
    "start": "npm run build:dev && npm run open:styleguide && concurrently \"gulp development\" \"npm run watch:styleguide\"",
    "build:dev": "gulp clean && gulp build && npm run build:styleguide",
    "build:prod": "gulp clean && gulp build --production && npm run build:styleguide",
    "sync": "git pull && npm start",
    "watch:styleguide": "onchange ./src/assets/style/**/*.scss -- npm run build:styleguide",
    "build:styleguide": "kss --config kss-config.json",
    "styleguide": "npm run build && npm run build:styleguide && npm run open:styleguide",
    "open:styleguide": "opn styleguide/index.html",
    "deploy": "npm run build && gulp deploy"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "autoprefixer": "^8.5.0",
    "browser-sync": "^2.24.5",
    "concurrently": "^3.6.0",
    "cssnano": "^3.10.0",
    "del": "^3.0.0",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.1",
    "gulp-if": "^3.0.0",
    "gulp-imagemin": "^4.1.0",
    "gulp-nunjucks-render": "^2.2.2",
    "gulp-plumber": "^1.2.0",
    "gulp-postcss": "^7.0.1",
    "gulp-sass": "^4.0.1",
    "gulp-uglify": "^3.0.0",
    "imagemin-pngquant": "^5.1.0",
    "kss": "^3.0.0-beta.23",
    "michelangelo": "^0.8.0",
    "natives": "^1.1.6",
    "onchange": "^4.1.0",
    "opn-cli": "^3.1.0",
    "vinyl-ftp": "^0.6.1",
    "yargs": "^14.0.0"
  }
}