{
  "name": "@indietabletop/appkit",
  "version": "7.1.0",
  "description": "A collection of modules used in apps built by Indie Tabletop Club",
  "private": false,
  "type": "module",
  "scripts": {
    "release": "np",
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "vitest run",
    "test:dev": "vitest watch",
    "test:release": "npm run test && npm run typecheck",
    "storybook": "storybook dev --port 11111",
    "typecheck": "tsc --noEmit"
  },
  "exports": {
    ".": "./lib/index.ts",
    "./*.css.ts": "./lib/*.css.ts"
  },
  "files": [
    "/lib"
  ],
  "author": "Artur Müller",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/indietabletop/appkit.git"
  },
  "license": "UNLICENSED",
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@storybook/addon-docs": "^10.2.19",
    "@storybook/addon-links": "^10.2.19",
    "@storybook/react-vite": "^10.2.19",
    "@types/react": "^19.2.14",
    "fake-indexeddb": "^6.2.5",
    "msw": "^2.12.12",
    "msw-storybook-addon": "^2.0.6",
    "np": "^11.0.2",
    "storybook": "^10.2.19",
    "typescript": "^5.9.3",
    "vite": "^7.3.1",
    "vitest": "^4.1.0"
  },
  "dependencies": {
    "@ariakit/react": "^0.4.23",
    "@indietabletop/tooling": "^6.0.0",
    "@indietabletop/types": "^1.5.0",
    "@vanilla-extract/css": "^1.19.0",
    "@vanilla-extract/dynamic": "^2.1.5",
    "@vanilla-extract/recipes": "^0.5.7",
    "@vanilla-extract/sprinkles": "^1.6.5",
    "@xstate/react": "^6.1.0",
    "nanoid": "^5.1.7",
    "superstruct": "^2.0.2",
    "swr": "^2.4.1",
    "wouter": "^3.9.0",
    "xstate": "^5.28.0"
  },
  "msw": {
    "workerDirectory": [
      "public"
    ]
  },
  "np": {
    "testScript": "test:release"
  },
  "packageManager": "npm@11.7.0+sha512.c22099a6fff8d5b2286c2a09df5352b4858a7c0c716320f58989d60ad8b29ecf2ce6fdfe97ccb41c23ffb1272e1fa079f868487dd6b81d02a2a9e199c095a117"
}
