{
    "name": "@mapsindoors/components",
    "version": "13.36.3",
    "description": "Web components for MapsIndoors",
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "es2015": "dist/esm/index.mjs",
    "es2017": "dist/esm/index.mjs",
    "types": "dist/types/components.d.ts",
    "collection": "dist/collection/collection-manifest.json",
    "collection:main": "dist/collection/index.js",
    "unpkg": "dist/mi-components/mi-components.js",
    "jsdelivr": "dist/mi-components/mi-components.js",
    "files": [
        "dist/",
        "loader/"
    ],
    "scripts": {
        "build": "stencil build --docs",
        "build.watch": "stencil build --watch",
        "docs.build": "eleventy && npm run docs.sass",
        "docs.clean": "rm -rf docs",
        "docs.eleventy": "eleventy",
        "docs.sass": "sass src/docs/_sass:docs --no-source-map",
        "docs.start": "eleventy --serve --port=3000 & npm run sass.watch",
        "generate": "stencil generate",
        "release": "sh ./release.sh",
        "sass.watch": "sass --watch src/docs/_sass:docs --no-source-map",
        "start": "stencil build --dev --watch --serve",
        "test.watch": "stencil test --spec --e2e --watchAll",
        "test": "stencil test --spec --e2e"
    },
    "dependencies": {
        "@googlemaps/js-api-loader": "^1.16.8",
        "@mapsindoors/typescript-interfaces": "^2.1.2",
        "@types/geojson": "^7946.0.16",
        "@types/google.maps": "^3.58.1",
        "date-fns": "^2.29.3",
        "debounce-decorator": "^1.0.6",
        "deepmerge": "^4.3.1",
        "fuzzysort": "^2.0.4",
        "normalize-text": "^2.6.0",
        "simple-keyboard": "^3.8.58",
        "ua-parser-js": "^2.0.3"
    },
    "devDependencies": {
        "@11ty/eleventy": "^3.1.0",
        "@mapsindoors/midt": "^18.1.1",
        "@stencil/core": "^4.43.1",
        "@csstools/normalize.css": "^12.1.1",
        "@mapsindoors/css": "^2.1.0",
        "@mapsindoors/eslint-config": "^1.5.0",
        "@mapsindoors/eslint-config-typescript": "^1.4.0",
        "@stencil-community/postcss": "^2.2.0",
        "@stencil/sass": "^3.2.1",
        "@types/jest": "^29.5.14",
        "@typescript-eslint/eslint-plugin": "^5.45.1",
        "@typescript-eslint/parser": "^5.45.1",
        "autoprefixer": "^10.4.13",
        "eslint": "^8.29.0",
        "eslint-plugin-react": "^7.37.5",
        "jest": "^29.7.0",
        "jest-cli": "^29.7.0",
        "postcss": "^8.5.4",
        "puppeteer": "^24.10.0",
        "sass": "^1.89.1"
    },
    "license": "MIT",
    "optionalDependencies": {
        "fsevents": "^2.3.2"
    },
    "engines": {
        "node": ">=22.0.0"
    }
}
