{
  "name": "flexium-ui",
  "version": "0.18.0",
  "description": "Column/Row based UI component library for Flexium",
  "type": "module",
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest",
    "storybook": "storybook dev -p 6006",
    "storybook:build": "storybook build"
  },
  "peerDependencies": {
    "flexium": ">=0.17.2"
  },
  "devDependencies": {
    "@flexium/tsconfig": "workspace:*",
    "@storybook/addon-docs": "^9.1.20",
    "@vitest/coverage-v8": "^2.1.9",
    "@storybook/html": "^9.1.20",
    "@storybook/html-vite": "^9.1.20",
    "flexium": "workspace:*",
    "storybook": "^9.1.20",
    "tsup": "^8.0.0",
    "typescript": "^5.0.0",
    "vitest": "^2.1.9"
  },
  "keywords": [
    "flexium",
    "ui",
    "components",
    "column",
    "row",
    "flex"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Wick-Lim/flexium.js.git",
    "directory": "packages/flexium-ui"
  },
  "bugs": {
    "url": "https://github.com/Wick-Lim/flexium.js/issues"
  },
  "homepage": "https://github.com/Wick-Lim/flexium.js/tree/main/packages/flexium-ui#readme"
}
