{
  "name": "@higgsfield/quanta",
  "version": "0.0.0",
  "private": true,
  "description": "Higgsfield design tokens and theming runtime",
  "author": "support@higgsfield.ai",
  "type": "module",
  "sideEffects": [
    "**/*.css"
  ],
  "files": [
    "ai",
    "src"
  ],
  "scripts": {
    "tokens:read": "tsx scripts/tokens-read/read.ts",
    "tokens:emit": "tsx scripts/tokens-emit/emit.ts",
    "test": "vitest run",
    "test:watch": "vitest",
    "storybook": "storybook dev -p 6007",
    "storybook:build": "storybook build",
    "ci:deploy": "wrangler deploy",
    "typecheck": "tsc -p tsconfig.json && tsc -p scripts/tsconfig.json",
    "typecheck:native": "tsgo -p tsconfig.json && tsgo -p scripts/tsconfig.json"
  },
  "dependencies": {
    "@base-ui/react": "1.5.0"
  },
  "optionalDependencies": {
    "@higgsfield-ai/icons": "^3.2.0"
  },
  "devDependencies": {
    "@storybook/addon-a11y": "^10.1.11",
    "@storybook/addon-docs": "^10.1.11",
    "@storybook/addon-themes": "^10.1.11",
    "@storybook/react": "^10.1.11",
    "@storybook/react-vite": "^10.1.11",
    "@tailwindcss/vite": "^4.1.4",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.1.0",
    "@testing-library/user-event": "^14.5.2",
    "@types/node": "^20.11.0",
    "@types/react": "19.2.1",
    "@types/react-dom": "^19.0.0",
    "@typescript/native-preview": "7.0.0-dev.20260619.1",
    "@vitejs/plugin-react": "^4.3.0",
    "dotenv": "^16.4.5",
    "happy-dom": "^20.9.0",
    "storybook": "^10.2.10",
    "tailwindcss": "^4.1.4",
    "tsx": "^4.19.0",
    "typescript": "^5.8.3",
    "vite": "^6.0.0",
    "vitest": "^4.0.17"
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "exports": {
    "./tailwind.css": "./src/css/tailwind/index.css",
    "./theme.css": "./src/css/theme/index.css",
    "./primitives.css": "./src/css/primitives/index.css",
    "./runtime": "./src/runtime/index.ts",
    "./*": "./src/components/*/index.ts",
    "./package.json": "./package.json"
  }
}
