Opetushallitus/eperusteet-opintopolku

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "eperusteet-opintopolku-ui",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "serve": "vue-cli-service serve",
    "serve-dev": "set USE_SOURCEMAP=true && vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint --no-fix",
    "lint:fix": "vue-cli-service lint",
    "test:e2e": "vue-cli-service test:e2e",
    "test:unit": "vue-cli-service test:unit --ci --coverage --no-cache",
    "test:unit:dev": "vue-cli-service test:unit --watch --no-cache",
    "test:unit:report": "$BROWSER coverage/lcov-report/index.html"
  },
  "dependencies": {
    "@openapitools/openapi-generator-cli": "1.0.10-4.2.3",
    "@types/axios": "^0.14.0",
    "@types/jest": "^24.0.19",
    "@types/lodash": "^4.14.198",
    "@types/qs": "^6.9.1",
    "@types/uuid": "^7.0.0",
    "@types/vue-select": "^2.5.0",
    "@types/vuelidate": "^0.7.10",
    "@vue/cli-plugin-babel": "^4.5.19",
    "@vue/cli-plugin-e2e-cypress": "^4.5.19",
    "@vue/cli-plugin-eslint": "^5.0.8",
    "@vue/cli-plugin-pwa": "^4.5.19",
    "@vue/cli-plugin-router": "^4.5.19",
    "@vue/cli-plugin-typescript": "^4.5.19",
    "@vue/cli-plugin-unit-jest": "^4.5.19",
    "@vue/cli-plugin-vuex": "^4.5.19",
    "@vue/cli-service": "^4.5.19",
    "@vue/composition-api": "^0.3.4",
    "@vue/eslint-config-standard": "^4.0.0",
    "@vue/eslint-config-typescript": "^12.0.0",
    "@vue/test-utils": "1.0.0-beta.29",
    "animate.css": "^3.7.2",
    "apexcharts": "^3.15.2",
    "axios": "^0.21.1",
    "bootstrap-vue": "^2.21.2",
    "core-js": "^3.4.4",
    "deepdash-es": "^5.3.9",
    "eslint": "^8.45.0",
    "eslint-plugin-vue": "^9.19.2",
    "file-loader": "^5.0.2",
    "file-saver": "^2.0.5",
    "husky": "^4.2.3",
    "lint-staged": "^10.1.2",
    "lodash": "^4.17.21",
    "material-icons": "^1.13.11",
    "mime-types": "^2.1.25",
    "moment": "^2.24.0",
    "pretty": "^2.0.0",
    "qs": "^6.9.0",
    "register-service-worker": "^1.6.2",
    "sass": "~1.64.2",
    "sass-loader": "^9.0.3",
    "svg-url-loader": "^3.0.3",
    "tiptap": "^1.26.6",
    "tiptap-extensions": "^1.28.6",
    "ts-jest": "^24.3.0",
    "tslib": "^2.2.0",
    "typescript": "4.9.5",
    "uuid": "^7.0.2",
    "vue": "^2.7.16",
    "vue-apexcharts": "^1.5.2",
    "vue-axe": "^1.0.7",
    "vue-class-component": "^7.0.2",
    "vue-i18n": "^8.15.3",
    "vue-loading-overlay": "^3.2.0",
    "vue-matomo": "^3.13.0-2",
    "vue-meta": "^2.3.2",
    "vue-multiselect": "^2.1.6",
    "vue-notification": "^1.3.20",
    "vue-observe-visibility": "1.0.0",
    "vue-property-decorator": "^8.4.2",
    "vue-router": "^3.1.4",
    "vue-scrollto": "^2.17.1",
    "vue-select": "^3.9.5",
    "vue-social-sharing": "^2.4.7",
    "vue-sticky-directive": "^0.0.10",
    "vue-template-compiler": "^2.7.14",
    "vue-upload-component": "^2.8.22",
    "vue2-datepicker": "^3.3.0",
    "vuedraggable": "^2.23.2",
    "vuelidate": "^0.7.5",
    "vuelidate-property-decorators": "^1.0.28",
    "vuex": "^3.1.2",
    "xlsx": "^0.18.5"
  },
  "resolutions": {
    "dot-prop": "^5.2.0",
    "prosemirror-commands": "1.1.5",
    "prosemirror-state": "1.3.4",
    "prosemirror-view": "1.17.2"
  },
  "engines": {
    "node": "^16"
  }
}