UNPKG

@gouvfr-anct/cartographie-nationale

Version:

<h2 id="about">🪧 À propos</h2>

138 lines (137 loc) • 4.42 kB
{ "name": "@gouvfr-anct/cartographie-nationale", "version": "6.27.1", "private": false, "packageManager": "pnpm@11.5.2", "type": "module", "main": "./dist-wc/cartographie.umd.js", "module": "./dist-wc/cartographie.es.js", "types": "./dist-wc/web-components/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:email": "email dev --dir src", "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": { "@arckit/daisyui": "^1.2.2", "@arckit/form": "^2.0.1", "@arckit/nextjs": "^2.2.2", "@arckit/pipeline": "^1.0.0", "@arckit/resultset": "^2.1.0", "@arckit/telemetry": "^1.5.0", "@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.10", "@r2wc/react-to-web-component": "^2.1.1", "@radix-ui/react-dropdown-menu": "^2.1.18", "@radix-ui/react-popover": "^1.1.17", "@radix-ui/react-tooltip": "^1.2.10", "@sentry/nextjs": "^10.62.0", "@tanstack/react-form": "^1.33.0", "@tanstack/react-query": "^5.101.1", "@tanstack/react-router": "^1.170.16", "@tanstack/router-zod-adapter": "^1.81.5", "carte-facile": "^0.9.0", "clsx": "^2.1.1", "daisyui": "^5.6.3", "date-fns-tz": "^3.2.0", "dotenv": "^17.4.2", "downshift": "^9.3.6", "effect": "^3.21.4", "framer-motion": "^12.42.0", "geojson": "^0.5.0", "maplibre-gl": "^5.24.0", "mutable-supercluster": "^1.1.0", "next": "^16.2.10", "next-themes": "^0.4.6", "nodemailer": "^9.0.1", "nuqs": "^2.8.9", "opening_hours": "^3.13.0", "pino": "^10.3.1", "piqure": "^2.2.1", "react": "^19.2.7", "react-dom": "^19.2.7", "react-email": "^6.6.5", "react-hot-toast": "^2.6.0", "react-icons": "^5.6.0", "react-map-gl": "^8.1.1", "rxjs": "^7.8.2", "supercluster": "^8.0.1", "tailwind-merge": "^3.6.0", "tailwindcss-animate": "^1.0.7", "zod": "^4.4.3" }, "devDependencies": { "@biomejs/biome": "^2.5.1", "@commitlint/cli": "^21.1.0", "@commitlint/config-conventional": "^21.1.0", "@playwright/test": "^1.61.1", "@react-email/ui": "^6.6.5", "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^12.0.8", "@tailwindcss/postcss": "^4.3.1", "@tailwindcss/typography": "^0.5.20", "@testing-library/react": "^16.3.2", "@types/geojson": "^7946.0.16", "@types/mdx": "^2.0.14", "@types/node": "^26.0.1", "@types/nodemailer": "^8.0.1", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "@types/supercluster": "^7.1.3", "@vitejs/plugin-react": "^6.0.3", "@vitest/coverage-v8": "^4.1.9", "autoprefixer": "^10.5.2", "dependency-cruiser": "^18.0.0", "folderslint": "^1.2.0", "husky": "^9.1.7", "jsdom": "^29.1.1", "lint-staged": "^17.0.8", "next-sitemap": "^4.2.3", "nginx-linter": "^0.7.0", "postcss": "^8.5.15", "semantic-release": "^25.0.5", "tailwindcss": "^4.3.1", "testcontainers": "^12.0.3", "ts-node": "^10.9.2", "typescript": "^6.0.3", "vite": "^8.1.0", "vite-plugin-dts": "^5.0.3", "vitest": "^4.1.9" } }