{
  "name": "jmap-app-js",
  "version": "2.22.0",
  "description": "K2 Geospatial Web API",
  "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/ng-legacy/app' WEBPACK_PUBLIC_PATH='./app/' CORE_INDEX_FILE_URL='./core/index.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": {
    "@date-io/date-fns": "^1.3.13",
    "@fortawesome/fontawesome-pro": "^5.15.0",
    "@fortawesome/fontawesome-svg-core": "^1.2.31",
    "@fortawesome/pro-duotone-svg-icons": "^5.15.0",
    "@fortawesome/pro-light-svg-icons": "^5.15.0",
    "@fortawesome/pro-regular-svg-icons": "^5.15.0",
    "@fortawesome/pro-solid-svg-icons": "^5.15.0",
    "@fortawesome/react-fontawesome": "^0.1.11",
    "@mapbox/mapbox-gl-draw": "1.3.0",
    "@material-ui/core": "^4.12.3",
    "@material-ui/icons": "^4.11.2",
    "@material-ui/lab": "^4.0.0-alpha.60",
    "@material-ui/pickers": "^3.3.10",
    "@turf/circle": "^6.5.0",
    "@turf/helpers": "6.5.0",
    "axios": "^0.21.4",
    "babel-polyfill": "^6.26.0",
    "color": "^3.1.3",
    "core-js": "^3.10.0",
    "date-fns": "^2.23.0",
    "formik": "^2.2.9",
    "geometric": "^2.5.0",
    "hast-util-to-html": "^8.0.3",
    "jmap-core-js": "2.22.0",
    "json-pointer": "^0.6.1",
    "jspdf": "^2.3.1",
    "mapbox-gl": "^1.13.1",
    "material-design-icons": "^3.0.1",
    "normalize-diacritics": "^3.0.0",
    "react": "^17.0.2",
    "react-color": "^2.19.3",
    "react-dom": "^17.0.2",
    "react-redux": "^7.2.5",
    "react-select": "^4.3.1",
    "react-swipeable-views": "^0.14.0",
    "react-window": "^1.8.6",
    "redux": "^4.1.1",
    "regenerator-runtime": "^0.13.9",
    "svg-parser": "^2.0.4",
    "uuid": "^8.3.2",
    "xlsx": "^0.17.1"
  },
  "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/chai": "^4.2.21",
    "@types/color": "^3.0.2",
    "@types/geometric": "^2.2.0",
    "@types/json-pointer": "^1.0.31",
    "@types/mapbox-gl": "^1.13.1",
    "@types/mocha": "^9.0.0",
    "@types/react": "^17.0.20",
    "@types/react-color": "^3.0.5",
    "@types/react-dom": "^17.0.9",
    "@types/react-redux": "^7.1.18",
    "@types/react-swipeable-views": "^0.13.1",
    "@types/react-window": "^1.8.5",
    "@types/svg-parser": "^2.0.3",
    "@types/uuid": "^8.3.1",
    "@types/webpack-env": "^1.16.2",
    "@typescript-eslint/eslint-plugin": "^5.29.0",
    "@typescript-eslint/eslint-plugin-tslint": "^5.29.0",
    "@typescript-eslint/parser": "^5.29.0",
    "babel-engine-plugin": "^0.3.0",
    "babel-loader": "^8.2.2",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "chai": "^4.2.4",
    "chai-http": "^4.3.0",
    "css-loader": "^6.2.0",
    "del": "^6.0.0",
    "eslint": "^8.18.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsdoc": "^39.3.3",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "file-loader": "^6.2.0",
    "gulp": "^4.0.2",
    "gulp-eslint": "^6.0.0",
    "gulp-plumber": "^1.2.1",
    "gulp-rewrite-css": "^1.1.2",
    "jmap-app": "2.22.0",
    "jmap-core": "2.22.0",
    "postcss-loader": "^6.1.1",
    "postcss-parent-selector": "^1.0.0",
    "source-map-loader": "^3.0.0",
    "style-loader": "^3.2.1",
    "terser-webpack-plugin": "^5.2.4",
    "ts-loader": "^9.2.5",
    "typescript": "^4.4.2",
    "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"
  }
}
