{
  "name": "@tesseract-design/web-multichoice-react",
  "version": "0.0.0",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=12"
  },
  "license": "MIT",
  "keywords": [
    "pridepack"
  ],
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/node": "^18.14.1",
    "@types/react": "^18.0.27",
    "@types/testing-library__jest-dom": "^5.14.7",
    "@vitest/coverage-v8": "^0.33.0",
    "eslint": "^8.35.0",
    "eslint-config-lxsmnsyc": "^0.5.0",
    "jsdom": "^21.1.0",
    "pridepack": "2.4.4",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-test-renderer": "^18.2.0",
    "tslib": "^2.5.0",
    "typescript": "^4.9.5",
    "vitest": "^0.33.0"
  },
  "peerDependencies": {
    "react": "^16.8 || ^17.0 || ^18.0",
    "react-dom": "^16.8 || ^17.0 || ^18.0"
  },
  "scripts": {
    "prepublishOnly": "pridepack clean && pridepack build",
    "build": "pridepack build",
    "type-check": "pridepack check",
    "lint": "pridepack lint",
    "clean": "pridepack clean",
    "watch": "pridepack watch",
    "start": "pridepack start",
    "dev": "pridepack dev",
    "test": "vitest"
  },
  "private": false,
  "description": "Tesseract components for selecting multiple values across an array of options.",
  "repository": {
    "url": "",
    "type": "git"
  },
  "homepage": "",
  "bugs": {
    "url": ""
  },
  "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@modal-sh/react-utils": "workspace:*",
    "@tesseract-design/web-base": "workspace:*",
    "clsx": "^1.2.1",
    "react-tag-input-component": "^2.0.2",
    "tailwindcss": "3.3.2"
  },
  "types": "./dist/types/index.d.ts",
  "main": "./dist/cjs/production/index.js",
  "module": "./dist/esm/production/index.js",
  "exports": {
    ".": {
      "development": {
        "require": "./dist/cjs/development/index.js",
        "import": "./dist/esm/development/index.js"
      },
      "require": "./dist/cjs/production/index.js",
      "import": "./dist/esm/production/index.js",
      "types": "./dist/types/index.d.ts"
    }
  },
  "typesVersions": {
    "*": {}
  }
}