{
  "name": "@radiantearth/stac-browser",
  "version": "4.0.1",
  "description": "A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs.",
  "main": "src/main.js",
  "scripts": {
    "start": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "build:report": "vue-cli-service build --report",
    "build:minimal": "vue-cli-service build --noSourceMaps",
    "lint": "vue-cli-service lint",
    "i18n:fields": "node helpers/fields_locales.js"
  },
  "bugs": {
    "url": "https://github.com/radiantearth/stac-browser/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/radiantearth/stac-browser.git"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/m-mohr"
  },
  "author": "Radiant Earth Foundation <hello@radiant.earth>",
  "contributors": [
    {
      "name": "Seth Fitzsimmons"
    },
    {
      "name": "Rob Emanuele"
    },
    {
      "name": "Matthias Mohr"
    }
  ],
  "license": "ISC",
  "dependencies": {
    "@apidevtools/json-schema-ref-parser": "^14.0.0",
    "@musement/iso-duration": "^1.0.0",
    "@radiantearth/stac-fields": "~1.5.7",
    "@radiantearth/stac-migrate": "~2.0.2",
    "@turf/mask": "^7.2.0",
    "ajv-i18n": "^4.2.0",
    "axios": "^1.2.0",
    "bootstrap-vue": "^2.21.2",
    "chart.js": "^4.3.0",
    "commonmark": "^0.31.2",
    "core-js": "^3.6.5",
    "node-polyfill-webpack-plugin": "^4.0.0",
    "oidc-client-ts": "^3.0.1",
    "ol": "~10.6.0",
    "ol-stac": "^1.1.0",
    "proj4": "^2.15.0",
    "remove-markdown": "^0.6.2",
    "stac-js": "~0.1.9",
    "stac-node-validator": "2.0.0-rc.1",
    "streamsaver-js": "^2.0.7",
    "urijs": "^1.19.11",
    "v-clipboard": "3.0.0-next.1",
    "vue": "^2.7.0",
    "vue-chartjs": "^5.2.0",
    "vue-i18n": "^8.28.2",
    "vue-multiselect": "^2.1.6",
    "vue-read-more-smooth": "^0.1.8",
    "vue-router": "^3.2.0",
    "vue2-datepicker": "^3.9.2",
    "vuex": "^3.4.0",
    "yargs": "^17.0.1"
  },
  "devDependencies": {
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-optional-chaining": "^7.21.0",
    "@vue/cli-plugin-babel": "^5.0.4",
    "@vue/cli-plugin-eslint": "^5.0.4",
    "@vue/cli-plugin-router": "^5.0.4",
    "@vue/cli-plugin-vuex": "^5.0.4",
    "@vue/cli-service": "^5.0.4",
    "babel-eslint": "^10.1.0",
    "eslint": "^8.17.0",
    "eslint-plugin-vue": "^8.7.1",
    "sass": "^1.26.5",
    "sass-loader": "^13.2.0",
    "vue-cli-plugin-i18n": "~2.3.1",
    "vue-template-compiler": "^2.6.12"
  },
  "optionalDependencies": {
    "ol-mapbox-style": "~13.0.1"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not dead"
  ]
}
