{
  "name": "jmap-core-js",
  "version": "0.5.0",
  "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-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",
    "start-dev": "export NODE_ENV='development'; gulp start-dev --gulpfile build/gulpfile.js;"
  },
  "author": "K2 Geospatial developer",
  "license": "ISC",
  "ignore": [
    "**/.*",
    "node_modules"
  ],
  "dependencies": {
    "@turf/turf": "^5.1.6",
    "babel-polyfill": "^6.26.0",
    "history": "^4.9.0",
    "mapbox-gl": "^1.6.0",
    "material-design-icons": "^3.0.1",
    "moment": "^2.22.2",
    "proj4": "^2.5.0",
    "rbush": "^2.0.2",
    "react": "^16.7.0",
    "react-dom": "^16.7.0",
    "react-redux": "^6.0.0",
    "redux": "^4.0.1"
  },
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/es6-promise": "^3.3.0",
    "@types/history": "^4.7.3",
    "@types/mapbox-gl": "^1.6.0",
    "@types/proj4": "^2.5.0",
    "@types/react": "^16.3.14",
    "@types/react-dom": "^16.0.5",
    "@types/react-redux": "^6.0.0",
    "@types/webpack-env": "^1.13.9",
    "awesome-typescript-loader": "^5.0.0",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.4",
    "babel-plugin-dynamic-import-webpack": "^1.1.0",
    "babel-plugin-es6-promise": "^1.1.1",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "css-loader": "^3.0.0",
    "del": "^2.2.2",
    "file-loader": "^1.1.11",
    "gulp": "^4.0.0",
    "gulp-plumber": "^1.2.0",
    "gulp-rewrite-css": "^1.0.4",
    "gulp-tslint": "^8.1.3",
    "jmap-core": "0.5.0",
    "moment-locales-webpack-plugin": "^1.0.7",
    "node-sass": "^4.9.4",
    "postcss-loader": "^2.1.4",
    "postcss-parent-selector": "^1.0.0",
    "sass-loader": "^7.0.1",
    "source-map-loader": "^0.2.3",
    "style-loader": "^0.20.3",
    "ts-loader": "^4.2.0",
    "tslint": "^5.11.0",
    "tslint-loader": "^3.5.4",
    "typescript": "^3.1.4",
    "uglifyjs-webpack-plugin": "^1.2.4",
    "vinyl-paths": "^2.1.0",
    "webpack": "^4.34.0",
    "webpack-bundle-analyzer": "^3.3.2",
    "webpack-dev-server": "^3.10.3",
    "webpack-stream": "^4.0.3"
  }
}
