{ "name": "geocontrib-frontend", "version": "4.2.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", "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" } }