{
  "name": "@nar-bus/ui-kit",
  "version": "1.24.1",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./i18n": {
      "types": "./dist/i18n/resources.d.ts",
      "import": "./dist/i18n/resources.js"
    },
    "./map": {
      "types": "./dist/map.d.ts",
      "import": "./dist/map.js"
    },
    "./theme.css": "./dist/theme.css"
  },
  "files": [
    "dist"
  ],
  "sideEffects": [
    "**/*.css",
    "**/i18n/setup.*"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "vite build && node -e \"const fs=require('fs');const f=fs.readdirSync('dist').find(x=>x.endsWith('.css'));if(f&&f!=='theme.css')fs.copyFileSync('dist/'+f,'dist/theme.css')\"",
    "postbuild": "node scripts/verify-dist-i18n.mjs && node scripts/verify-dist-css.mjs",
    "dev": "vite build --watch",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src/",
    "test": "vitest run",
    "test:watch": "vitest",
    "storybook": "storybook dev -p 6006 --no-open",
    "build-storybook": "storybook build -o storybook-static",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-i18next": "^15.0.0",
    "i18next": "^24.0.0",
    "sonner": "^2.0.0",
    "@tanstack/react-table": "^8.0.0",
    "@tanstack/react-virtual": "^3.0.0",
    "tailwindcss": "^4.0.0",
    "maplibre-gl": "^5.24.0"
  },
  "peerDependenciesMeta": {
    "maplibre-gl": {
      "optional": true
    }
  },
  "devDependencies": {
    "postcss": "^8.5.15",
    "maplibre-gl": "^5.24.0",
    "@nar-bus/ui-shared": "*",
    "@storybook/addon-a11y": "^8.4.0",
    "@storybook/addon-essentials": "^8.6.18",
    "@storybook/addon-themes": "^8.4.0",
    "@storybook/react": "^8.4.0",
    "@storybook/react-vite": "^8.4.0",
    "@storybook/test": "^8.4.0",
    "@tailwindcss/vite": "^4.2.2",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@vitejs/plugin-react": "^4.7.0",
    "jsdom": "^25.0.1",
    "storybook": "^8.4.0",
    "tailwindcss": "^4.2.2",
    "typescript": "~5.9.3",
    "vite": "^6.2.5",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^2.1.9"
  },
  "dependencies": {
    "@fontsource-variable/geist": "^5.2.8",
    "@fontsource-variable/geist-mono": "^5.2.7",
    "@tiptap/extension-link": "^3.22.0",
    "@tiptap/extension-placeholder": "^3.22.0",
    "@tiptap/pm": "^3.22.0",
    "@tiptap/react": "^3.22.0",
    "@tiptap/starter-kit": "^3.22.0",
    "clsx": "^2.1.1",
    "date-fns": "^4.1.0",
    "lucide-react": "^0.475.0",
    "react-colorful": "^5.6.1",
    "tailwind-merge": "^3.0.2",
    "zod": "^3.25.76"
  }
}
