Skip to content
Snippets Groups Projects
package.json 1.11 KiB
Newer Older
Sébastien DA ROCHA's avatar
Sébastien DA ROCHA committed
  "version": "2.1.1",
  "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",