{
  "name": "@genesislcap/foundation-ui",
  "description": "Genesis Foundation UI",
  "version": "14.428.1",
  "sideEffects": false,
  "license": "SEE LICENSE IN license.txt",
  "main": "dist/esm/index.js",
  "types": "dist/dts/index.d.ts",
  "engines": {
    "node": ">=22.0.0"
  },
  "config": {
    "PORT": 4010
  },
  "genx": {
    "federation": {
      "exposes": {
        "./index": "./src/index.federated.ts",
        "./utils": "./src/utils/index.ts",
        "./Anchor": "./src/anchor/index.ts",
        "./Badge": "./src/badge/index.ts",
        "./Button": "./src/button/index.ts",
        "./Card": "./src/card/index.ts",
        "./Checkbox": "./src/checkbox/index.ts",
        "./DataGrid": "./src/data-grid/index.ts",
        "./DesignSystemProvider": "./src/design-system-provider/index.ts",
        "./Dialog": "./src/dialog/index.ts",
        "./Disclosure": "./src/disclosure/index.ts",
        "./Divider": "./src/divider/index.ts",
        "./Flipper": "./src/flipper/index.ts",
        "./ListboxOption": "./src/listbox-option/index.ts",
        "./Modal": "./src/modal/index.ts",
        "./Radio": "./src/radio/index.ts",
        "./RadioGroup": "./src/radio-group/index.ts",
        "./Select": "./src/select/index.ts",
        "./Skeleton": "./src/skeleton/index.ts",
        "./Tab": "./src/tab/index.ts",
        "./TabPanel": "./src/tab-panel/index.ts",
        "./Tabs": "./src/tabs/index.ts",
        "./TextField": "./src/text-field/index.ts",
        "./Toolbar": "./src/toolbar/index.ts",
        "./Tooltip": "./src/tooltip/index.ts",
        "./FoundationDesignSystem": "./src/index.ts"
      },
      "shared": [
        "@microsoft/fast-components",
        "@microsoft/fast-element",
        "@microsoft/fast-foundation"
      ]
    }
  },
  "scripts": {
    "build": "npm run build:copy-ms-manifest && genx build -b ts",
    "build:rollup": "genx build -b rollup",
    "build:rollup:stats": "genx analyze -b rollup",
    "build:webpack": "genx build",
    "build:webpack:stats": "genx analyze",
    "build:copy-ms-manifest": "copyfiles -u 1 ms-fast-components/custom-elements.json ../../../node_modules/@microsoft/fast-components/dist/",
    "circular": "npx -y madge --extensions ts --circular ./src",
    "clean": "rimraf dist temp tsconfig.tsbuildinfo",
    "dev": "npm run dev:tsc",
    "dev:rollup": "genx dev -b rollup",
    "dev:tsc": "genx dev -b ts",
    "dev:webpack": "genx dev -b webpack",
    "serve": "genx serve",
    "test": "genx test",
    "test:modal": "genx test --match modal.test.ts",
    "test:coverage": "genx test --coverage",
    "test:coverage:browser": "genx test --coverage --browser",
    "test:e2e": "genx test --e2e",
    "test:e2e:debug": "genx test --e2e --debug",
    "test:e2e:ui": "genx test --e2e --interactive",
    "test:unit:browser": "genx test --browser",
    "test:unit:browser:watch": "genx test --browser --watch",
    "test:unit:watch": "genx test --watch",
    "test:debug": "genx test --debug",
    "lint": "genx lint --profile",
    "lint:fix": "genx lint --fix"
  },
  "madge": {
    "detectiveOptions": {
      "ts": {
        "skipTypeImports": true
      }
    }
  },
  "devDependencies": {
    "@genesislcap/foundation-testing": "14.428.1",
    "@genesislcap/genx": "14.428.1",
    "@genesislcap/rollup-builder": "14.428.1",
    "@genesislcap/ts-builder": "14.428.1",
    "@genesislcap/uvu-playwright-builder": "14.428.1",
    "@genesislcap/vite-builder": "14.428.1",
    "@genesislcap/webpack-builder": "14.428.1",
    "copyfiles": "^2.4.1"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^6.2.1",
    "@fortawesome/free-brands-svg-icons": "^6.2.1",
    "@fortawesome/free-regular-svg-icons": "^6.2.1",
    "@fortawesome/free-solid-svg-icons": "^6.2.1",
    "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
    "@genesislcap/expression-builder": "14.428.1",
    "@genesislcap/foundation-ai": "14.428.1",
    "@genesislcap/foundation-comms": "14.428.1",
    "@genesislcap/foundation-criteria": "14.428.1",
    "@genesislcap/foundation-errors": "14.428.1",
    "@genesislcap/foundation-events": "14.428.1",
    "@genesislcap/foundation-logger": "14.428.1",
    "@genesislcap/foundation-notifications": "14.428.1",
    "@genesislcap/foundation-user": "14.428.1",
    "@genesislcap/foundation-utils": "14.428.1",
    "@microsoft/fast-colors": "5.3.1",
    "@microsoft/fast-components": "2.30.6",
    "@microsoft/fast-element": "1.14.0",
    "@microsoft/fast-foundation": "2.50.0",
    "@microsoft/fast-router": "0.4.8",
    "@microsoft/fast-web-utilities": "5.4.1",
    "@popperjs/core": "^2.11.0",
    "dayjs": "^1.11.7",
    "dialog-polyfill": "^0.5.6",
    "lodash.debounce": "^4.0.8",
    "rxjs": "^7.5.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/genesislcap/foundation-ui.git",
    "directory": "packages/foundation/foundation-ui"
  },
  "publishConfig": {
    "access": "public"
  },
  "customElements": "dist/custom-elements.json",
  "exports": {
    ".": {
      "types": "./dist/dts/index.d.ts",
      "default": "./dist/esm/index.js"
    },
    "./react": {
      "types": "./dist/dts/react.d.ts",
      "import": "./dist/react.mjs",
      "require": "./dist/react.cjs"
    }
  },
  "gitHead": "d0e41cc5c5065743cafe34d97ccf4a83480436f1"
}
