{
  "name": "wacomm",
  "version": "2.13.0",
  "main": "dist/wacomm.cjs.js",
  "module": "dist/wacomm.es.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/wacomm.es.js",
      "require": "./dist/wacomm.cjs.js",
      "types": "./dist/index.d.ts"
    },
    "./dist/wacomm.css": "./dist/wacomm.css"
  },
  "scripts": {
    "test": "vitest",
    "build": "vite build",
    "clean": "rm -rf dist node_modules package-lock.json && npm cache clean --force",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "lint": "eslint .",
    "lint:fix": "eslint --fix",
    "format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc",
    "deploy": "npm run build && npm publish"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "devDependencies": {
    "@storybook/addon-docs": "^9.0.18",
    "@storybook/react-vite": "^9.0.18",
    "@tailwindcss/vite": "^4.1.7",
    "@testing-library/jest-dom": "^6.6.4",
    "@testing-library/react": "^16.3.0",
    "@types/jest": "^30.0.0",
    "@types/react": "^19.1.5",
    "@types/react-dom": "^19.1.5",
    "@types/react-modal": "^3.16.3",
    "@types/react-slick": "^0.23.13",
    "@vitejs/plugin-react-swc": "^3.9.0",
    "@vitest/coverage-v8": "^3.2.4",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.3",
    "jsdom": "^26.1.0",
    "prettier": "^3.6.2",
    "storybook": "^9.0.18",
    "tailwindcss": "^4.1.7",
    "vite": "^6.3.5",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^3.2.4"
  },
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@mapbox/search-js-react": "^1.0.0-beta.22",
    "@mui/material": "^7.1.0",
    "@mui/x-date-pickers": "^8.4.0",
    "@tailwindcss/forms": "^0.5.10",
    "mapbox-gl": "^3.0.1",
    "maplibre-gl": "^4.7.1",
    "path": "^0.12.7",
    "react-easy-crop": "^5.5.7",
    "react-error-boundary": "^6.1.1",
    "react-hook-form": "^7.56.4",
    "react-loading-skeleton": "^3.5.0",
    "react-map-gl": "^7.1.6",
    "react-modal": "^3.16.3",
    "react-select": "^5.10.1",
    "react-slick": "^0.31.0",
    "react-switch": "^7.1.0",
    "react-textarea-autosize": "^8.5.9",
    "react-tooltip": "^5.28.1",
    "slick-carousel": "^1.8.1",
    "tiny-invariant": "^1.3.3",
    "wasvg": "^1.29.2",
    "waujs": "^1.32.0",
    "wenum": "^1.89.0"
  }
}
