{
  "name": "@websolutespa/bom-mixer-ui",
  "version": "3.0.1",
  "description": "Mixer UI module of the BOM Repository",
  "keywords": [
    "bom",
    "mixer",
    "ui"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/websolutespa/bom.git"
  },
  "scripts": {
    "dev:vars": "bom vars ./src/theme/theme.json watch",
    "dev": "run-s dev:*",
    "lint": "eslint *.ts*",
    "test": "vitest run",
    "test-watch": "vitest",
    "coverage:integration": "npm run test -- --coverage.enabled --coverage.provider=istanbul --coverage.all",
    "coverage": "run-s -c --silent coverage:*",
    "compile": "tsdown",
    "prepack": "bom prepack",
    "postpack": "bom postpack",
    "types": "tsc --noemit"
  },
  "peerDependencies": {
    "@ariakit/react": "0.4.17",
    "@axe-core/react": "4.10.2",
    "@websolutespa/bom-core": "^3.0.1",
    "@websolutespa/bom-mixer-forms": "^3.0.1",
    "@websolutespa/bom-mixer-hooks": "^3.0.1",
    "@websolutespa/bom-mixer-icons": "^3.0.1",
    "@websolutespa/bom-mixer-models": "^3.0.2",
    "@websolutespa/bom-mixer-store": "^3.0.1",
    "html-to-text": "9.0.5",
    "iron-session": "8.0.4",
    "motion": "12.23.12",
    "next": "16.1.6",
    "react-dom": "19.2.3",
    "react-error-boundary": "4.1.2",
    "react-lottie-player": "2.1.0",
    "react": "19.2.3",
    "styled-components": "5.3.11",
    "swiper": "11.2.10",
    "zustand": "4.5.7"
  },
  "devDependencies": {
    "@ariakit/react": "0.4.17",
    "@axe-core/react": "4.10.2",
    "@types/html-to-text": "9.0.4",
    "@types/react-dom": "19.2.3",
    "@types/react": "19.2.10",
    "@types/styled-components": "5.1.34",
    "@websolutespa/bom-cli": "^3.0.1",
    "@websolutespa/test": "^3.0.1",
    "@websolutespa/tsconfig": "^3.0.0",
    "@websolutespa/eslint-config": "^3.0.0",
    "eslint": "9.31.0",
    "npm-run-all": "4.1.5",
    "raw-loader": "4.0.2",
    "react-dom": "19.2.3",
    "react-error-boundary": "4.1.2",
    "react-lottie-player": "2.1.0",
    "react": "19.2.3",
    "schema-dts": "1.1.5",
    "styled-components": "5.3.11",
    "swiper": "11.2.10",
    "zustand": "4.5.7",
    "typescript": "5.8.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "type": "module",
  "prepack": {
    "types": "./dist/index.d.ts",
    "main": "./dist/index.js",
    "source": "./src/index.ts",
    "exports": {
      ".": {
        "import": "./dist/index.js",
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "postpack": {
    "types": "./src/index.ts",
    "main": "./src/index.ts",
    "exports": {
      ".": {
        "import": "./src/index.ts",
        "types": "./src/index.ts",
        "default": "./src/index.ts"
      }
    }
  },
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "source": "./src/index.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  }
}