{
  "name": "conceptho",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "webmap:start": "parcel watch ./webmap/index.js -d /mnt/shared/pmdp/web/bundles/webmap",
    "webmap:build": "parcel build ./webmap/index.js -d /mnt/shared/pmdp/web/bundles/webmap",
    "reports:start": "parcel watch ./reports/index.js -d /mnt/shared/pmdp/web/bundles/reports",
    "reports:build": "parcel build ./reports/index.js -d /mnt/shared/pmdp/web/bundles/reports",
    "all:build": "npm run webmap:build && npm run reports:build"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@vue/component-compiler-utils": "^1.3.1",
    "autoprefixer": "^9.8.6",
    "husky": "^1.0.0-rc.13",
    "lint-staged": "^7.2.0",
    "node-sass": "^4.9.2",
    "parcel-bundler": "^1.9.7",
    "prettier": "1.13.7",
    "vue-template-compiler": "^2.5.16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,json,css,md}": [
      "prettier --write --single-quote",
      "git add"
    ]
  },
  "dependencies": {
    "axios": "^0.18.0",
    "babel-polyfill": "^6.26.0",
    "bootstrap": "^4.1.3",
    "dayjs": "^1.7.7",
    "lodash": "^4.17.11",
    "ol": "^5.1.2",
    "autoprefixer": "^9.8.6",
    "postcss": "^8.0.0",
    "postcss-cli": "^8.1.0",
    "rainbowvis.js": "^1.0.1",
    "vue": "^2.5.17",
    "vue-color": "^2.7.0",
    "vue-good-table": "^2.16.0",
    "vue-hot-reload-api": "^2.3.0"
  }
}
