{
  "name": "@tracktor/map",
  "description": "A React library to easily display map with multiple tools",
  "private": false,
  "license": "UNLICENSED",
  "version": "1.8.18",
  "type": "module",
  "main": "dist/main.umd.cjs",
  "module": "dist/main.js",
  "types": "dist/main.d.ts",
  "exports": {
    ".": {
      "types": "./dist/main.d.ts",
      "import": "./dist/main.js",
      "require": "./dist/main.umd.cjs"
    }
  },
  "scripts": {
    "sandbox": "vite --config vite.config.sandbox.ts",
    "build:sandbox": "vite build --config vite.config.sandbox.ts",
    "deploy:sandbox": "bun run build:sandbox && cp dist-sandbox/index.html dist-sandbox/404.html && gh-pages -d dist-sandbox",
    "build": "bunx tsc && bunx vite build",
    "lint": "bunx biome check --diagnostic-level=error . && bunx tsc --noEmit --incremental",
    "lint:fix": "bunx biome check . --write",
    "prepublishOnly": "bun run build",
    "preview": "bunx vite preview",
    "release": "bun run build && bun publish --access public",
    "version": "bunx standard-version",
    "prepare": "husky",
    "test": "bun test --preload ./test/setup.ts",
    "test:watch": "bun test --watch --preload ./test/setup.ts"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@mui/icons-material": "^5.17.1",
    "@mui/x-license": "^8.6.0",
    "@tracktor/design-system": "^4.33.3",
    "@tracktor/react-utils": "^1.28.3",
    "@types/react-map-gl": "^6.1.8",
    "mapbox-gl": "^3.20.0",
    "react-map-gl": "7.0.20"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@tracktor/biome-config-react": "^1.4.0",
    "@types/jsdom": "^27.0.0",
    "@types/mapbox-gl": "^3.4.1",
    "@types/node": "^22.14.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@vitejs/plugin-react": "^6.0.1",
    "bun-types": "^1.3.1",
    "gh-pages": "^6.3.0",
    "husky": "^9.1.7",
    "jsdom": "^27.0.1",
    "prism-react-renderer": "^2.4.1",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-router-dom": "^7.9.4",
    "standard-version": "^9.5.0",
    "typescript": "~5.8.3",
    "unplugin-dts": "^1.0.0-beta.6",
    "vite": "8.0.3",
    "vite-plugin-css-injected-by-js": "^3.5.2"
  },
  "peerDependencies": {
    "@mui/icons-material": "*",
    "@mui/x-license": "*",
    "@tracktor/design-system": ">=4.0.0",
    "@tracktor/react-utils": ">=1.0.0",
    "mapbox-gl": ">=3.0.0",
    "react": "^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "engines": {
    "bun": ">=1.1.0"
  },
  "packageManager": "bun@1.1.34"
}
