{
  "name": "@phila/pinboard",
  "description": "A generic app connected to a Carto endpoint, that allows users to search for a type of resource by location or keyword, and filter by resource type.",
  "version": "2.7.2",
  "author": "City of Philadelphia <maps@phila.gov>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CityOfPhiladelphia/vue3-pinboard.git"
  },
  "license": "MIT",
  "private": false,
  "type": "module",
  "main": "./dist/index.umd.cjs",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.umd.cjs"
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "build:development": "vite build --mode=development",
    "build:production": "vite build --mode=production",
    "build-watch": "vite build --watch",
    "serve": "vite serve",
    "preview": "vite preview",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix"
  },
  "dependencies": {
    "@creativebulma/bulma-tooltip": "^1.2.0",
    "@fortawesome/fontawesome-pro": "6.7.2",
    "@fortawesome/fontawesome-svg-core": "6.7.2",
    "@fortawesome/free-brands-svg-icons": "^6.7.2",
    "@fortawesome/free-solid-svg-icons": "6.7.2",
    "@fortawesome/vue-fontawesome": "^3.0.6",
    "@phila/phila-ui-app-footer": "0.0.18",
    "@phila/phila-ui-app-header": "0.0.25",
    "@phila/phila-ui-callout": "0.0.13",
    "@phila/phila-ui-checkbox": "0.0.5",
    "@phila/phila-ui-core": "1.0.21",
    "@phila/phila-ui-dropdown": "0.0.13",
    "@phila/phila-ui-lang-selector": "0.0.33",
    "@phila/phila-ui-mobile-nav": "0.0.16",
    "@phila/phila-ui-modal": "0.0.16",
    "@phila/phila-ui-nav-link": "0.0.11",
    "@phila/phila-ui-radio": "0.0.6",
    "@phila/phila-ui-textbox": "0.0.7",
    "@turf/area": "^7.0.0",
    "@turf/bbox": "^7.0.0",
    "@turf/bbox-polygon": "^7.0.0",
    "@turf/boolean-point-in-polygon": "^7.1.0",
    "@turf/buffer": "^7.0.0",
    "@turf/center-of-mass": "^7.1.0",
    "@turf/destination": "^7.0.0",
    "@turf/distance": "^7.0.0",
    "@turf/explode": "^7.0.0",
    "@turf/helpers": "^7.0.0",
    "@turf/midpoint": "^7.0.0",
    "@turf/nearest-point": "^7.0.0",
    "@turf/points-within-polygon": "^7.1.0",
    "axios": "^1.6.8",
    "bulma": "^0.9.4",
    "bulma-toast": "^2.4.4",
    "date-fns": "^3.6.0",
    "date-fns-tz": "^3.2.0",
    "fuse.js": "^7.1.0",
    "maplibre-gl": "^4.1.3",
    "pinia": "^3.0.4",
    "proj4": "^2.12.1",
    "qs": "^6.13.1",
    "unplugin-auto-import": "^0.18.3",
    "unplugin-vue-router": "^0.10.8",
    "vue": "^3.5.24",
    "vue-good-table-next": "^0.2.1",
    "vue-gtag": "^2.0.1",
    "vue-i18n": "^11.1.12",
    "vue-router": "^4.6.3"
  },
  "devDependencies": {
    "@eslint/js": "^9.38.0",
    "@vitejs/plugin-vue": "^6.0.1",
    "eslint": "^9.38.0",
    "eslint-plugin-vue": "^10.5.1",
    "sass": "^1.74.1",
    "vite": "^7.1.12",
    "vite-plugin-vue-devtools": "^8.0.3"
  }
}
