view client/package.json @ 1234:1a5564655f2a

refac: Sidebar reorganized In order to make context switches between administrative tasks which are map related and those which are system related, we now have a category "administration" and "systemadministration". The Riverbedmorphology does nothing than display the map, so it is renamed to that (map). In case the context of "systemadministration" is chosen, the "map" brings you just back to the map.
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 20 Nov 2018 09:54:53 +0100
parents 6b3001f51c2c
children fdadfb4a3b60
line wrap: on
line source

{
  "name": "gemmajs",
  "version": "1.2.0-dev",
  "private": true,
  "scripts": {
    "run:both": "concurrently \"../cmd/gemma/gemma\" \"vue-cli-service serve\"",
    "serve": "VUE_APP_HGREV=$(hg log -r . --template \"{data|shortdate}-{node|short}\") vue-cli-service serve",
    "build": "VUE_APP_HGREV=$(hg log -r . --template \"{data|shortdate}-{node|short}\") vue-cli-service build",
    "lint": "vue-cli-service lint",
    "test:unit": "vue-cli-service test:unit",
    "test:e2e": "vue-cli-service test:e2e"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^1.2.8",
    "@fortawesome/free-solid-svg-icons": "^5.5.0",
    "@fortawesome/vue-fontawesome": "^0.1.2",
    "@turf/distance": "^6.0.1",
    "@turf/helpers": "^6.1.4",
    "@turf/line-intersect": "^6.0.2",
    "animate.css": "^3.7.0",
    "axios": "^0.18.0",
    "bootstrap": "^4.1.1",
    "cxlt-vue2-toastr": "^1.1.0",
    "d3": "^5.7.0",
    "debounce": "^1.2.0",
    "font-awesome": "^4.7.0",
    "glob-all": "^3.1.0",
    "locale2": "^2.2.0",
    "ol": "^5.0.0",
    "path": "^0.12.7",
    "purgecss-webpack-plugin": "^1.2.1",
    "v-tooltip": "^2.0.0-rc.33",
    "vue": "^2.5.16",
    "vue-clipboard2": "^0.2.1",
    "vue-color": "^2.6.0",
    "vue-highlightjs": "^1.3.3",
    "vue-router": "^3.0.1",
    "vuex": "^3.0.1",
    "webpack-cli": "^3.1.2"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.1.1",
    "@vue/cli-plugin-e2e-nightwatch": "^3.1.1",
    "@vue/cli-plugin-eslint": "^3.1.4",
    "@vue/cli-plugin-unit-jest": "^3.1.1",
    "@vue/cli-service": "^3.1.2",
    "@vue/eslint-config-prettier": "^4.0.0",
    "@vue/test-utils": "^1.0.0-beta.20",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "^23.0.1",
    "concurrently": "^4.0.1",
    "copy-webpack-plugin": "^4.6.0",
    "easygettext": "^2.4.0",
    "node-sass": "^4.10.0",
    "pretty-quick": "^1.6.0",
    "sass-loader": "^7.0.1",
    "vue-gettext": "^2.1.1",
    "vue-template-compiler": "^2.5.17",
    "webpack-bundle-analyzer": "^3.0.3"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ]
}