{
  "name": "@nous-research/ui",
  "version": "0.13.2",
  "type": "module",
  "license": "MIT",
  "sideEffects": [
    "**/*.css"
  ],
  "files": [
    "dist",
    "README.md"
  ],
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./ui/*": {
      "types": "./dist/ui/*.d.ts",
      "import": "./dist/ui/*.js"
    },
    "./utils": {
      "types": "./dist/utils/index.d.ts",
      "import": "./dist/utils/index.js"
    },
    "./utils/*": {
      "types": "./dist/utils/*.d.ts",
      "import": "./dist/utils/*.js"
    },
    "./hooks/*": {
      "types": "./dist/hooks/*.d.ts",
      "import": "./dist/hooks/*.js"
    },
    "./assets/*": "./dist/assets/*",
    "./styles/globals.css": "./dist/ui/globals.css"
  },
  "scripts": {
    "dev": "storybook dev -p 6006",
    "prepublishOnly": "pnpm build",
    "build": "rm -rf dist && tsc -p tsconfig.build.json && cp -r src/assets dist/assets && cp -r src/fonts dist/fonts && cd src && find . -name '*.css' -exec sh -c 'mkdir -p \"../dist/$(dirname \"$1\")\" && cp \"$1\" \"../dist/$1\"' _ {} \\;",
    "build:watch": "pnpm build && tsc -p tsconfig.build.json --watch --preserveWatchOutput",
    "build-storybook": "storybook build -o storybook-static",
    "test": "pnpm type-check",
    "type-check": "tsc -p tsconfig.build.json --noEmit"
  },
  "dependencies": {
    "@nanostores/react": "^1.0.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "nanostores": "^1.0.1",
    "sanitize-html": "^2.16.0",
    "tailwind-merge": "^3.3.1",
    "tw-animate-css": "^1.4.0",
    "unicode-animations": "^1.0.3"
  },
  "devDependencies": {
    "@observablehq/plot": "^0.6.17",
    "@react-three/fiber": "^9.4.0",
    "@storybook/addon-a11y": "^10.3.1",
    "@storybook/addon-docs": "^10.3.1",
    "@storybook/react-vite": "^10.3.1",
    "@tailwindcss/cli": "^4",
    "@tailwindcss/vite": "^4",
    "@types/node": "25.6.0",
    "@types/react": "^19.2.3",
    "@types/react-dom": "^19.2.3",
    "@types/sanitize-html": "^2.16.0",
    "@types/three": "^0.183.1",
    "@vitejs/plugin-react": "^5.0.0",
    "gsap": "^3.13.0",
    "leva": "^0.10.1",
    "motion": "^12.38.0",
    "storybook": "^10.3.1",
    "tailwindcss": "^4",
    "three": "^0.180.0",
    "typescript": "^5",
    "vite": "^6.0.0"
  },
  "peerDependencies": {
    "@observablehq/plot": "^0.6.17",
    "@react-three/fiber": "^9.4.0",
    "gsap": "^3.13.0",
    "leva": "^0.10.1",
    "motion": "^12.38.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "three": "^0.180.0"
  },
  "peerDependenciesMeta": {
    "three": {
      "optional": true
    },
    "@react-three/fiber": {
      "optional": true
    },
    "@observablehq/plot": {
      "optional": true
    },
    "leva": {
      "optional": true
    },
    "gsap": {
      "optional": true
    }
  }
}
