{
  "name": "jmap-core-js",
  "version": "3.0.1",
  "description": "K2 Geospatial - JMap Core library implementation",
  "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/core' WEBPACK_PUBLIC_PATH='./core/'; gulp build-vps --gulpfile build/gulpfile.js;",
    "build-dev": "export NODE_ENV='development'; gulp --gulpfile build/gulpfile.js;",
    "build-dev-mac": "export NODE_ENV='development'; export BUILD_DIR='/Applications/JMap/applications/deployed/services/jmap'; gulp --gulpfile build/gulpfile.js; rm -rf ~/.cache/chrome",
    "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",
    "count-all-scss": "find ./src -name '*.scss*' | xargs wc -l",
    "start": "gulp --gulpfile build/gulpfile.js start",
    "start-tunnel": "lt --local-https true --allow-invalid-cert --port 8081 -s "
  },
  "author": "K2 Geospatial developer",
  "license": "ISC",
  "ignore": [
    "**/.*",
    "node_modules"
  ],
  "dependencies": {
    "@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.15",
    "@turf/turf": "^6.5.0",
    "@types/uuid": "^8.3.1",
    "ajv": "^8.6.2",
    "ajv-formats": "^2.1.1",
    "axios": "^0.21.4",
    "core-js": "^3.10.0",
    "date-fns": "2.23.0",
    "history": "^5.0.1",
    "html2canvas": "^1.3.2",
    "json-logic-js": "^2.0.1",
    "json-pointer": "^0.6.1",
    "mapbox-gl": "^1.13.1",
    "material-design-icons": "^3.0.1",
    "normalize-diacritics": "^3.0.0",
    "proj4": "^2.7.5",
    "rbush": "^3.0.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-pannellum": "^0.2.6",
    "react-redux": "^7.2.5",
    "react-rnd": "^10.3.4",
    "react-tooltip": "^4.2.21",
    "react-zoom-pan-pinch": "^2.1.3",
    "redux": "^4.1.1",
    "regenerator-runtime": "^0.13.9",
    "uuid": "^8.3.2",
    "wellknown": "^0.5.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/history": "^4.7.9",
    "@types/json-pointer": "^1.0.31",
    "@types/mapbox-gl": "^1.13.1",
    "@types/proj4": "^2.5.2",
    "@types/react": "^17.0.20",
    "@types/react-dom": "^17.0.9",
    "@types/react-redux": "^7.1.18",
    "@types/webpack-env": "^1.16.2",
    "@types/wellknown": "^0.5.1",
    "@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",
    "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-core": "3.0.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": "^6.1.2"
  }
}
