REST Service for POPCORN - ILIAS
alex
2025-08-26 02d04e050d250ea34edfbb9f7b1543e47674d80b
package.json
@@ -9,7 +9,8 @@
    "start": "node app.js",
    "dev": "nodemon app.js",
    "dev-ui": "vite",
    "build": "vite build"
    "build": "vite build",
    "php": "bash copyPhp"
  },
  "dependencies": {
    "@fastify/compress": "^8.0.1",
@@ -17,6 +18,7 @@
    "@vueuse/core": "^13.3.0",
    "@vueuse/router": "^13.3.0",
    "chai": "^5.2.0",
    "colors": "^1.4.0",
    "dayjs": "^1.11.13",
    "dotenv": "^16.5.0",
    "enquirer": "^2.4.1",