view client/package.json @ 568:99968a7394f7

feat: PurgeCSS added to remove unnecessary CSS weight For more info see: https://github.com/FullHuman/purgecss
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 05 Sep 2018 10:43:05 +0200
parents 4bc27eea4f09
children 7575cf0e15ff
line wrap: on
line source

{
  "name": "wamosjs",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "run:both": "concurrently \"../cmd/gemma/gemma\" \"vue-cli-service serve\"",
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "test:unit": "vue-cli-service test:unit",
    "test:e2e": "vue-cli-service test:e2e"
  },
  "dependencies": {
    "animate.css": "^3.7.0",
    "axios": "^0.18.0",
    "bootstrap": "^4.1.1",
    "cxlt-vue2-toastr": "^1.1.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-router": "^3.0.1",
    "vuex": "^3.0.1"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.0.0",
    "@vue/cli-plugin-e2e-nightwatch": "^3.0.0",
    "@vue/cli-plugin-eslint": "^3.0.0",
    "@vue/cli-plugin-unit-jest": "^3.0.0",
    "@vue/cli-service": "^3.0.0",
    "@vue/eslint-config-prettier": "^3.0.0",
    "@vue/test-utils": "^1.0.0-beta.20",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "^23.0.1",
    "concurrently": "^3.5.1",
    "copy-webpack-plugin": "^4.5.1",
    "easygettext": "^2.4.0",
    "node-sass": "^4.9.0",
    "pretty-quick": "^1.6.0",
    "sass-loader": "^7.0.1",
    "vue-gettext": "^2.0.31",
    "vue-template-compiler": "^2.5.17"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ]
}