{
  "name": "@gouvfr-anct/cartographie-nationale",
  "version": "6.14.11",
  "private": false,
  "type": "module",
  "main": "./dist-wc/cartographie.umd.js",
  "module": "./dist-wc/cartographie.es.js",
  "types": "./dist-wc/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist-wc/cartographie.es.js",
      "require": "./dist-wc/cartographie.umd.js"
    }
  },
  "files": [
    "dist-wc"
  ],
  "browserslist": [
    "> 1%",
    "maintained node versions",
    "not IE 11",
    "not op_mini all",
    "not dead"
  ],
  "scripts": {
    "dev": "next dev --turbopack",
    "dev:wc": "vite --config vite.config.wc.ts",
    "build": "next build",
    "build:wc": "vite build --config vite.config.wc.ts",
    "preview:wc": "vite preview --config vite.config.wc.ts --outDir dist-wc",
    "postbuild": "next-sitemap",
    "test": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:infra": "vitest run --config vitest.config.infra.mjs",
    "test:e2e": "playwright test",
    "test:e2e:ui": "playwright test --ui",
    "test:e2e:debug": "playwright test --debug",
    "code:check": "biome check --write && nginx-linter --include 'infrastructure/nginx/*.conf'",
    "biome:ci": "pnpm exec biome ci",
    "lint:architecture": "depcruise src && folderslint",
    "doc:architecture": "depcruise src --include-only \"^src\" --output-type dot | dot -T svg > docs/architecture.svg",
    "lint:commit": "commitlint --from origin/main",
    "prepare": "husky"
  },
  "dependencies": {
    "@gouvfr-anct/lieux-de-mediation-numerique": "^2.3.0",
    "@mdx-js/loader": "^3.1.1",
    "@mdx-js/react": "^3.1.1",
    "@next/mdx": "^16.2.3",
    "@r2wc/react-to-web-component": "^2.1.1",
    "@radix-ui/react-dropdown-menu": "^2.1.16",
    "@radix-ui/react-popover": "^1.1.15",
    "@radix-ui/react-tooltip": "^1.2.8",
    "@socialgouv/matomo-next": "^1.13.1",
    "@tanstack/react-form": "^1.28.5",
    "@tanstack/react-query": "^5.95.2",
    "@tanstack/react-router": "^1.168.8",
    "@tanstack/router-zod-adapter": "^1.81.5",
    "carte-facile": "^0.9.0",
    "clsx": "^2.1.1",
    "daisyui": "^5.5.19",
    "date-fns-tz": "^3.2.0",
    "dotenv": "^17.3.1",
    "downshift": "^9.3.2",
    "effect": "^3.21.0",
    "framer-motion": "^12.38.0",
    "geojson": "^0.5.0",
    "maplibre-gl": "5.21.1",
    "mutable-supercluster": "^1.1.0",
    "next": "^16.2.3",
    "next-themes": "^0.4.6",
    "nuqs": "^2.8.9",
    "opening_hours": "^3.12.0",
    "piqure": "^2.1.2",
    "react": "^19.2.5",
    "react-dom": "^19.2.5",
    "react-hot-toast": "^2.6.0",
    "react-icons": "^5.6.0",
    "react-map-gl": "^8.1.0",
    "rxjs": "^7.8.2",
    "supercluster": "^8.0.1",
    "tailwind-merge": "^3.5.0",
    "tailwindcss-animate": "^1.0.7",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.9",
    "@commitlint/cli": "^20.5.0",
    "@commitlint/config-conventional": "^20.5.0",
    "@playwright/test": "^1.58.2",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/exec": "^7.1.0",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.6",
    "@tailwindcss/postcss": "^4.2.2",
    "@tailwindcss/typography": "^0.5.19",
    "@testing-library/react": "^16.3.2",
    "@types/geojson": "^7946.0.16",
    "@types/mdx": "^2.0.13",
    "@types/node": "^25.5.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@types/supercluster": "^7.1.3",
    "@vitejs/plugin-react": "^6.0.1",
    "@vitest/coverage-v8": "^4.1.2",
    "autoprefixer": "^10.4.27",
    "dependency-cruiser": "^17.3.10",
    "folderslint": "^1.2.0",
    "husky": "^9.1.7",
    "jsdom": "^29.0.1",
    "lint-staged": "^16.4.0",
    "next-sitemap": "^4.2.3",
    "nginx-linter": "^0.7.0",
    "postcss": "^8.5.8",
    "semantic-release": "^25.0.3",
    "tailwindcss": "^4.2.2",
    "testcontainers": "^11.14.0",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.2",
    "vite": "^8.0.3",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^4.1.2"
  }
}
