Skip to content
Snippets Groups Projects
This project manages its dependencies using npm. Learn more
package.json 1.56 KiB
{
  "name": "geocontrib-frontend",
  "version": "2.3.2-rc2",
  "private": true,
  "scripts": {
    "serve": "npm run init-proxy & npm run init-serve",
    "init-proxy": "lcp  --proxyUrl http://localhost: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",
    "@turf/flip": "^6.5.0",
    "axios": "^0.21.1",
    "core-js": "^3.6.5",
    "leaflet": "^1.5.1",
    "leaflet-draw": "^1.0.4",
    "leaflet.vectorgrid": "^1.3.0",
    "lodash": "^4.17.21",
    "pbf": "^3.2.1",
    "register-service-worker": "^1.7.1",
    "sortablejs": "^1.14.0",
    "vue": "^2.6.11",
    "vue-frag": "^1.1.5",
    "vue-multiselect": "~2.1.6",
    "vue-router": "^3.2.0",
    "vuex": "^3.6.2"
  },
  "devDependencies": {
    "@fortawesome/fontawesome-free": "^5.15.4",
    "@vue/cli-plugin-babel": "~4.5.0",
    "@vue/cli-plugin-eslint": "~4.5.0",
    "@vue/cli-plugin-pwa": "~4.5.0",
    "@vue/cli-plugin-router": "~4.5.0",
    "@vue/cli-service": "~4.5.0",
    "babel-eslint": "^10.1.0",
    "eslint": "^6.7.2",
    "eslint-plugin-vue": "^6.2.2",
    "less": "^3.0.4",
    "less-loader": "^5.0.0",
    "local-cors-proxy": "^1.1.0",
    "vue-template-compiler": "^2.6.11"
  }
}