{
  "name": "jmapcloud-dashboard-js",
  "version": "0.0.71",
  "description": "K2 Geospatial - JMap Cloud Portal - JMap Cloud administration",
  "private": false,
  "main": "public/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "export NODE_ENV='production'; gulp lint --gulpfile build/gulpfile.js;",
    "build": "export NODE_ENV='production'; gulp --gulpfile build/gulpfile.js;",
    "build-vps": "export NODE_ENV='production' SERVER_JS_PATH='/var/www/html/portal/js'; gulp build-vps --gulpfile build/gulpfile.js;",
    "build-dev": "export NODE_ENV='development'; gulp --gulpfile build/gulpfile.js;",
    "build-win": "gulp --gulpfile build/gulpfile.js",
    "copy": "export NODE_ENV='development'; gulp copy-html --gulpfile build/gulpfile.js;",
    "count-all": "find ./src -name '*.ts*' | xargs wc -l",
    "count-test": "find ./src -name '*.spec.ts' | xargs wc -l",
    "start": "gulp --gulpfile build/gulpfile.js start",
    "start-tunnel": "lt --local-https true --allow-invalid-cert --port 8082 -s "
  },
  "author": "K2 Geospatial developer",
  "license": "ISC",
  "ignore": [
    "**/.*",
    "node_modules"
  ],
  "dependencies": {
    "@auth0/auth0-spa-js": "^2.0.8",
    "@date-io/date-fns": "^2.13.1",
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "@fortawesome/fontawesome-svg-core": "^6.1.1",
    "@fortawesome/pro-duotone-svg-icons": "^6.1.1",
    "@fortawesome/pro-light-svg-icons": "^6.1.1",
    "@fortawesome/pro-regular-svg-icons": "^6.1.1",
    "@fortawesome/pro-solid-svg-icons": "^6.1.1",
    "@fortawesome/pro-thin-svg-icons": "^6.1.1",
    "@fortawesome/react-fontawesome": "^0.1.18",
    "@icons/material": "^0.4.1",
    "@mui/icons-material": "^5.10.9",
    "@mui/lab": "^5.0.0-alpha.76",
    "@mui/material": "^5.6.0",
    "@mui/private-theming": "^5.6.0",
    "@mui/styled-engine": "^5.6.0",
    "@mui/system": "^5.6.0",
    "@mui/utils": "^5.6.0",
    "@mui/x-data-grid": "^5.8.0",
    "@mui/x-date-pickers": "^5.0.0-alpha.0",
    "@reduxjs/toolkit": "^1.9.3",
    "@turf/bbox": "6.5.0",
    "@types/uuid": "^8.3.1",
    "auth0-js": "^9.19.0",
    "axios": "^0.21.4",
    "buffer": "^6.0.3",
    "color": "^4.2.3",
    "core-js": "^3.10.0",
    "date-fns": "^2.28.0",
    "filesize": "^10.0.7",
    "formik": "^2.2.9",
    "history": "^5.3.0",
    "intl-messageformat": "^10.3.4",
    "json-pointer": "^0.6.1",
    "jspdf": "^2.3.1",
    "jwt-decode": "^3.1.2",
    "mapbox-gl": "npm:empty-npm-package@^1.0.0",
    "maplibre-gl": "^2.4.0",
    "normalize-diacritics": "^3.0.8",
    "p-limit": "^4.0.0",
    "proj4": "^2.8.0",
    "react": "^17.0.2",
    "react-color": "^2.19.3",
    "react-dom": "^17.0.2",
    "react-dropzone": "^14.2.3",
    "react-favicon": "^2.0.3",
    "react-hook-form": "^7.40.0",
    "react-map-gl": "^7.0.23",
    "react-redux": "^7.2.5",
    "react-router-dom": "^6.0.2",
    "redux": "^4.1.1",
    "regenerator-runtime": "^0.13.9",
    "tslib": "^2.4.0",
    "tus-js-client": "^3.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/plugin-proposal-decorators": "^7.15.4",
    "@babel/plugin-transform-arrow-functions": "^7.14.5",
    "@babel/plugin-transform-object-assign": "^7.14.5",
    "@babel/plugin-transform-react-jsx": "7.14.9",
    "@babel/plugin-transform-runtime": "^7.15.0",
    "@babel/preset-env": "^7.15.4",
    "@babel/preset-react": "7.14.5",
    "@babel/preset-typescript": "^7.15.0",
    "@babel/runtime": "^7.15.4",
    "@types/auth0-js": "^9.14.6",
    "@types/color": "^3.0.3",
    "@types/json-pointer": "^1.0.31",
    "@types/proj4": "^2.5.2",
    "@types/react": "^17.0.20",
    "@types/react-color": "^3.0.6",
    "@types/react-dom": "^17.0.9",
    "@types/react-redux": "^7.1.18",
    "@types/webpack-env": "^1.16.2",
    "assert": "^2.0.0",
    "babel-engine-plugin": "^0.3.0",
    "babel-loader": "^8.2.2",
    "babel-plugin-macros": "^3.1.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "css-loader": "^6.2.0",
    "del": "^6.0.0",
    "file-loader": "^6.2.0",
    "gulp": "^4.0.2",
    "gulp-plumber": "^1.2.1",
    "gulp-rewrite-css": "^1.1.2",
    "gulp-tslint": "^8.1.4",
    "os-browserify": "^0.3.0",
    "path-browserify": "^1.0.1",
    "resolve-from": "^5.0.0",
    "source-map-loader": "^3.0.0",
    "style-loader": "^3.2.1",
    "terser-webpack-plugin": "^5.2.4",
    "ts-loader": "^9.2.5",
    "tslint": "^5.20.1",
    "tslint-loader": "^3.5.4",
    "typescript": "^4.4.2",
    "util": "^0.12.4",
    "vinyl-paths": "^4.0.0",
    "webpack": "^5.52.0",
    "webpack-bundle-analyzer": "^4.4.2",
    "webpack-dev-server": "^3.11.2",
    "webpack-stream": "^7.0.0"
  }
}
