{
  "name": "@lattice-php/lattice",
  "version": "0.77.0",
  "description": "Server-driven React components for Laravel and Inertia.",
  "license": "MIT",
  "author": "Manuel Christlieb <manuel@christlieb.eu>",
  "type": "module",
  "homepage": "https://latticephp.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lattice-php/lattice.git",
    "directory": "packages/framework"
  },
  "bugs": {
    "url": "https://github.com/lattice-php/lattice/issues"
  },
  "keywords": [
    "laravel",
    "inertia",
    "react",
    "server-driven-ui"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./css": "./dist/lattice.css",
    "./css-full": "./dist-standalone/lattice.css",
    "./components": {
      "types": "./dist/components.d.ts",
      "import": "./dist/components.js"
    },
    "./preview": {
      "types": "./dist/preview.d.ts",
      "import": "./dist/preview.js"
    },
    "./appearance": {
      "types": "./dist/appearance/index.d.ts",
      "import": "./dist/appearance/index.js"
    },
    "./dnd": {
      "types": "./dist/dnd/index.d.ts",
      "import": "./dist/dnd/index.js"
    },
    "./inertia": {
      "types": "./dist/inertia.d.ts",
      "import": "./dist/inertia.js"
    },
    "./layout": {
      "types": "./dist/layout/index.d.ts",
      "import": "./dist/layout/index.js"
    },
    "./notifications": {
      "types": "./dist/notifications/index.d.ts",
      "import": "./dist/notifications/index.js"
    },
    "./page": {
      "types": "./dist/page.d.ts",
      "import": "./dist/page.js"
    },
    "./provider": {
      "types": "./dist/provider.d.ts",
      "import": "./dist/provider.js"
    },
    "./registry": {
      "types": "./dist/registry.d.ts",
      "import": "./dist/registry.js"
    },
    "./runtime": {
      "types": "./dist/runtime.d.ts",
      "import": "./dist/runtime.js"
    },
    "./remote": {
      "types": "./dist/remote/index.d.ts",
      "import": "./dist/remote/index.js"
    },
    "./ssr": {
      "types": "./dist/ssr.d.ts",
      "import": "./dist/ssr.js"
    },
    "./types": {
      "types": "./dist/types/index.d.ts"
    },
    "./types/generated": {
      "types": "./dist/types/generated.d.ts"
    },
    "./svg-sprite-client": {
      "types": "./dist/svg-sprite-client.d.ts"
    },
    "./vite": {
      "types": "./dist/vite.d.ts",
      "import": "./dist/vite.js"
    },
    "./vite-client": {
      "types": "./dist/vite-client.d.ts"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist",
    "dist-standalone"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build",
    "build:bench": "vite build --config vite.bench.ts",
    "build:standalone": "vite build --mode standalone",
    "prepack": "npm run build",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@lattice-php/action": "0.77.0",
    "@lattice-php/core": "0.77.0",
    "@lattice-php/form": "0.77.0",
    "@lattice-php/table": "0.77.0",
    "@lattice-php/ui": "0.77.0",
    "@lattice-php/vite-svg-sprite": "^0.3.0",
    "@atlaskit/pragmatic-drag-and-drop": "^2.0.2",
    "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^3.0.0",
    "@atlaskit/pragmatic-drag-and-drop-hitbox": "^2.0.0",
    "@atlaskit/pragmatic-drag-and-drop-live-region": "^2.0.0"
  },
  "peerDependencies": {
    "@inertiajs/core": "^3.0.0",
    "@inertiajs/react": "^3.0.0",
    "@laravel/echo-react": "^2.0.0",
    "pusher-js": "^8.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "vite": "^7.0.0 || ^8.0.0"
  },
  "peerDependenciesMeta": {
    "@laravel/echo-react": {
      "optional": true
    },
    "pusher-js": {
      "optional": true
    },
    "vite": {
      "optional": true
    }
  }
}
