Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • a20d2561d2a458e9aac73aaa14b5384fdb3dda11
  • main default protected
2 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 1.55 KiB
    {
      "name": "vue-projectfirst-project-2nd-term",
      "version": "0.0.0",
      "private": true,
      "type": "module",
      "scripts": {
        "dev": "vite",
        "build": "run-p type-check \"build-only {@}\" --",
        "preview": "vite preview",
        "build-only": "vite build",
        "type-check": "vue-tsc --build --force",
        "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
        "format": "prettier --write src/"
      },
      "dependencies": {
        "@nestjs/swagger": "^7.3.1",
        "axios": "^1.6.8",
        "chart.js": "^4.4.8",
        "chartjs-plugin-dragdata": "^2.3.1",
        "class-transformer": "^0.5.1",
        "class-validator": "^0.14.1",
        "d3": "^7.9.0",
        "date-fns": "^4.1.0",
        "dayjs": "^1.11.10",
        "install": "^0.13.0",
        "jsplumb": "^2.15.6",
        "pinia": "^2.1.7",
        "vue": "^3.3.11",
        "vue-chartjs": "^5.3.0",
        "vue-ganttastic": "^0.9.34",
        "vue-horizontal-scroll": "^0.2.4",
        "vue-router": "^4.2.5",
        "vue-toastification": "^2.0.0-rc.5",
        "vuetify": "^3.5.13"
      },
      "devDependencies": {
        "@mdi/font": "^7.4.47",
        "@rushstack/eslint-patch": "^1.3.3",
        "@tsconfig/node18": "^18.2.2",
        "@types/node": "^18.19.3",
        "@vitejs/plugin-vue": "^4.5.2",
        "@vitejs/plugin-vue-jsx": "^3.1.0",
        "@vue/eslint-config-prettier": "^8.0.0",
        "@vue/eslint-config-typescript": "^12.0.0",
        "@vue/tsconfig": "^0.5.0",
        "eslint": "^8.49.0",
        "eslint-plugin-vue": "^9.17.0",
        "npm-run-all2": "^6.1.1",
        "prettier": "^3.0.3",
        "typescript": "~5.3.0",
        "vite": "^5.0.10",
        "vue-tsc": "^1.8.25"
      }
    }