{
  "name": "jmapserver-ng-core",
  "version": "2.12.4",
  "description": "K2 Geospatial - JMap Server NG Core library implementation",
  "private": false,
  "main": "public/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "export NODE_ENV='production'; node build/buildfile.js lint;",
    "build": "node build/buildfile.js build ",
    "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": "export NODE_ENV='development'; node build/buildfile.js start;"
  },
  "author": "K2 Geospatial developer",
  "license": "ISC",
  "ignore": [
    "**/.*",
    "node_modules"
  ],
  "overrides": {
    "react-pannellum": {
      "react": "$react",
      "react-dom": "$react-dom",
      "postcss": "^8.4.28"
    }
  },
  "dependencies": {
    "@fortawesome/fontawesome-pro": "^6.5.2",
    "@fortawesome/fontawesome-svg-core": "^6.5.2",
    "@fortawesome/pro-duotone-svg-icons": "^6.5.2",
    "@fortawesome/pro-light-svg-icons": "^6.5.2",
    "@fortawesome/pro-regular-svg-icons": "^6.5.2",
    "@fortawesome/pro-solid-svg-icons": "^6.5.2",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@turf/boolean-intersects": "6.5.0",
    "@turf/turf": "^6.5.0",
    "ajv": "^8.13.0",
    "ajv-formats": "^3.0.1",
    "axios": "^1.6.8",
    "core-js": "^3.37.1",
    "date-fns": "^3.6.0",
    "history": "^5.3.0",
    "html2canvas": "^1.4.1",
    "json-logic-js": "^2.0.2",
    "json-pointer": "^0.6.2",
    "maplibre-gl": "^4.5.0",
    "material-design-icons": "^3.0.1",
    "normalize-diacritics": "^5.0.0",
    "proj4": "^2.11.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-pannellum": "^0.2.14",
    "react-redux": "^9.1.2",
    "react-rnd": "^10.4.10",
    "react-tooltip": "^5.26.4",
    "react-zoom-pan-pinch": "^3.4.4",
    "rbush": "^3.0.1",
    "rbush.geojson": "^0.0.1",
    "redux": "^5.0.1",
    "regenerator-runtime": "^0.14.1",
    "uuid": "^9.0.1",
    "wellknown": "^0.5.0"
  },
  "devDependencies": {
    "@babel/core": "^7.24.5",
    "@babel/plugin-proposal-decorators": "^7.24.1",
    "@babel/plugin-transform-arrow-functions": "^7.24.1",
    "@babel/plugin-transform-class-properties": "^7.24.1",
    "@babel/plugin-transform-object-assign": "^7.24.1",
    "@babel/plugin-transform-react-jsx": "^7.23.4",
    "@babel/plugin-transform-runtime": "^7.24.3",
    "@babel/preset-env": "^7.24.5",
    "@babel/preset-react": "^7.24.1",
    "@babel/preset-typescript": "^7.24.1",
    "@babel/runtime": "^7.24.5",
    "@types/json-pointer": "^1.0.34",
    "@types/proj4": "^2.5.5",
    "@types/react": "^18.3.2",
    "@types/react-dom": "^18.3.0",
    "@types/uuid": "^9.0.8",
    "@types/wellknown": "^0.5.8",
    "@typescript-eslint/eslint-plugin": "^7.9.0",
    "@typescript-eslint/parser": "^7.9.0",
    "babel-loader": "^9.1.3",
    "copy-webpack-plugin": "^12.0.2",
    "css-loader": "^7.1.1",
    "del": "^6.1.1",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jsdoc": "^48.2.5",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "file-loader": "^6.2.0",
    "jmapserver-ng-core-types": "2.12.1",
    "postcss-loader": "^8.1.1",
    "postcss-parent-selector": "^1.0.0",
    "style-loader": "^4.0.0",
    "terser-webpack-plugin": "^5.3.10",
    "ts-loader": "^9.5.1",
    "typescript": "^5.4.5",
    "webpack": "^5.91.0",
    "webpack-bundle-analyzer": "^4.10.2",
    "webpack-dev-server": "^5.0.4"
  }
}
