Skip to content
Snippets Groups Projects
Select Git revision
  • e59ff2d5ee3d35455ef074bf80deb2e5e2097202
  • develop default protected
  • met-opti-big-data
  • geocontrib-nuxt3
  • redmine-issues/25708
  • 5.4.X
  • 5.5.X
  • redmine-issues/21034
  • license
  • 5.3.X
  • 5.2.X
  • 5.0.X
  • 4.2.X
  • 5.1.X
  • main
  • 3.3.x
  • 2.3.x protected
  • 3.0.X
  • master protected
  • migration-openlayers
  • 6.5.0 protected
  • 6.4.5-rc9 protected
  • 6.4.5-rc8 protected
  • 6.4.5-rc7 protected
  • 6.4.5-rc6 protected
  • 6.4.5-rc5 protected
  • 6.4.5-rc4 protected
  • 6.4.5-rc3 protected
  • 6.4.5-rc1 protected
  • 6.4.5-rc2 protected
  • 6.4.4 protected
  • 6.4.4-rc4 protected
  • 6.4.4-rc3 protected
  • 6.4.4-rc2 protected
  • 6.4.4-rc1 protected
  • 6.4.3 protected
  • 6.4.2 protected
  • 6.4.2-rc1 protected
  • 6.4.1 protected
  • 6.4.1-rc1 protected
40 results

.dockerignore

Blame
  • package.json 1.60 KiB
    {
      "name": "geocontrib-frontend",
      "version": "5.3.0",
      "private": true,
      "scripts": {
        "serve": "npm run init-proxy & npm run init-serve",
        "init-proxy": "lcp --credentials --proxyUrl http://127.0.0.1:8000 --origin http://localhost:8080 --proxyPartial ''",
        "init-serve": "vue-cli-service serve",
        "build": "vue-cli-service build",
        "lint": "vue-cli-service lint"
      },
      "dependencies": {
        "@fortawesome/fontawesome-svg-core": "^1.2.36",
        "@fortawesome/free-brands-svg-icons": "^5.15.4",
        "@fortawesome/free-regular-svg-icons": "^5.15.4",
        "@fortawesome/free-solid-svg-icons": "^5.15.4",
        "@fortawesome/vue-fontawesome": "^2.0.6",
        "@mapbox/vector-tile": "^1.3.1",
        "axios": "^0.21.1",
        "core-js": "^3.20.2",
        "csvtojson": "^2.0.10",
        "lodash": "^4.17.21",
        "ol": "6.8.1",
        "ol-mapbox-style": "^6.8.3",
        "pbf": "^3.2.1",
        "qrcode": "^1.5.1",
        "register-service-worker": "^1.7.1",
        "rxjs": "^6.6.7",
        "sortablejs": "^1.14.0",
        "textarea-markdown": "^1.3.1",
        "vue": "^2.6.11",
        "vue-multiselect": "~2.1.6",
        "vue-router": "^3.5.3",
        "vuex": "^3.6.2"
      },
      "devDependencies": {
        "@babel/eslint-parser": "^7.15.8",
        "@fortawesome/fontawesome-free": "^5.15.4",
        "@vue/cli-plugin-babel": "~4.5.0",
        "@vue/cli-plugin-eslint": "^5.0.0-beta.6",
        "@vue/cli-plugin-pwa": "~4.5.0",
        "@vue/cli-plugin-router": "~4.5.0",
        "@vue/cli-service": "~4.5.0",
        "eslint": "^7.32.0",
        "eslint-plugin-vue": "^7.20.0",
        "less": "^3.0.4",
        "less-loader": "^5.0.0",
        "local-cors-proxy": "^1.1.0",
        "vue-template-compiler": "^2.6.11"
      }
    }