{
  "name": "@viamedici-spc/configurator-react",
  "version": "3.1.0",
  "description": "React library to build configurator web applications based on the Viamedici Headless Configuration Engine (HCE).",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/viamedici-spc/configurator-react.git"
  },
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "scripts": {
    "build": "vite build",
    "test": "tsc -p ./tsconfig.test.json --noEmit && vitest --run",
    "test:watch": "vitest watch --reporter default",
    "typecheck": "tsc --noEmit",
    "postinstall": "npm-sort"
  },
  "keywords": [
    "viamedici",
    "product",
    "configuration",
    "spc",
    "hce",
    "csp",
    "constraint",
    "satisfaction",
    "problem",
    "solver",
    "react"
  ],
  "author": "Viamedici Software GmbH",
  "license": "MIT",
  "devDependencies": {
    "@testing-library/react": "^12.1.5",
    "@testing-library/react-hooks": "^8.0.1",
    "@types/react": "^17.0.2",
    "@vitest/coverage-istanbul": "^2.1.1",
    "jsdom": "^22.1.0",
    "npm-sort": "^0.0.4",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "typescript": "^5.6.2",
    "vite": "^5.4.7",
    "vite-plugin-dts": "^4.2.2",
    "vite-plugin-externalize-deps": "^0.8.0",
    "vitest": "^2.1.1"
  },
  "dependencies": {
    "@viamedici-spc/configurator-ts": "3.0.1",
    "@viamedici-spc/fp-ts-extensions": "^1.2.0",
    "dyna-guid": "^2.2.1",
    "fp-ts-react-stable-hooks": "^1.5.0",
    "jotai": "^2.10.0",
    "jotai-effect": "^1.0.3",
    "jotai-xstate": "^0.5.0",
    "p-defer": "^4.0.1",
    "xstate": "^5.18.2"
  },
  "peerDependencies": {
    "react": ">=17.0.1"
  }
}
