Skip to content
Snippets Groups Projects
package.json 1.04 KiB
Newer Older
Sébastien DA ROCHA's avatar
Sébastien DA ROCHA committed
  "version": "2.0.0",
  "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": {
    "@turf/flip": "^6.5.0",
    "axios": "^0.21.1",
    "core-js": "^3.6.5",
    "leaflet": "^1.5.1",
    "leaflet-draw": "^1.0.4",
    "register-service-worker": "^1.7.1",
    "vue": "^2.6.11",
    "vue-frag": "^1.1.5",
    "vue-router": "^3.2.0",
    "vuex": "^3.6.2"
  },
  "devDependencies": {
    "@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",
    "vue-template-compiler": "^2.6.11"
  }
}