{
  "name": "@ornikar/kitt",
  "version": "41.2.4",
  "license": "MIT",
  "repository": {
    "directory": "@ornikar/kitt",
    "type": "git",
    "url": "https://github.com/ornikar/kitt.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/index-node-20.10.cjs.js",
  "types": "./dist/definitions/index.d.ts",
  "typesVersions": {
    ">=3.1": {
      "dist/theme-late-ocean": [
        "theme-late-ocean.d.ts"
      ],
      "dist/breakpoints": [
        "breakpoints.d.ts"
      ]
    }
  },
  "sideEffects": false,
  "browser": "./dist/index.es.js",
  "browserslist": [
    "extends @ornikar/browserslist-config"
  ],
  "engines": {
    "node": ">=20.10.0"
  },
  "scripts": {
    "lint:eslint": "yarn ../.. eslint --report-unused-disable-directives --quiet @ornikar/kitt",
    "post-build": "rm -f dist/index*.css ; ./build-themes.sh"
  },
  "peerDependencies": {
    "@ornikar/kitt-universal": "^25.45.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.23.2",
    "@ornikar/kitt-icons": "^11.12.0",
    "@types/react-portal": "^4.0.2",
    "downshift-legacy": "npm:downshift@1.31.7",
    "lodash.debounce": "^4.0.8",
    "mapbox-gl": "~1.13.1",
    "react-media": "^1.8.0",
    "react-transition-group": "^4.2.1",
    "type-fest": "^4.8.2",
    "use-debounce": "9.0.4"
  },
  "devDependencies": {
    "@ornikar/browserslist-config": "7.0.0",
    "@types/classnames": "2.2.11",
    "@types/googlemaps": "3.43.3",
    "@types/lodash.debounce": "4.0.9",
    "@types/mapbox-gl": "1.12.8",
    "@types/node": "18.18.13",
    "@types/react": "18.2.79",
    "@types/react-dom": "18.2.25",
    "@types/react-instantsearch": "5.2.3",
    "@types/react-instantsearch-core": "5.2.9",
    "@types/react-instantsearch-dom": "5.2.6",
    "@types/react-transition-group": "4.2.3",
    "postcss-cli": "6.1.3",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-instantsearch": "5.7.0"
  }
}