{
    "name": "@kwiz/fluentui",
    "version": "1.0.78",
    "description": "KWIZ common controls for FluentUI",
    "module": "dist/index.js",
    "types": "dist/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.js",
            "default": "./dist/index.js"
        },
        "./package.json": "./package.json"
    },
    "scripts": {
        "watch": "tsc -watch",
        "build": "npm run test && tsc",
        "build-explain": "tsc --explainFiles",
        "check-dependencies": "madge --circular ./src",
        "create-link": "npm link",
        "test": "depcruise src && node --import tsx --test src",
        "link-local-kwiz": "npm link @kwiz/common",
        "__update-kwiz-packages": "npm install @kwiz/common@latest",
        "npm-v-patch": "npm version patch && git push origin main:main && git push --tags",
        "npm-v-major": "npm version major && git push origin main:main && git push --tags",
        "npm-publish": "npm publish --access public",
        "reset-repo": "git fetch origin && git reset --hard origin/main",
        "clear-npm-cache": "npm cache clean --force"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/KWizCom/fluentui.git"
    },
    "keywords": [
        "KWIZ",
        "FluentUI"
    ],
    "author": "Shai Petel",
    "contributors": [
        "Shai Petel"
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/KWizCom/fluentui/issues",
        "email": "support@kwizcom.com"
    },
    "homepage": "https://github.com/KWizCom/fluentui#readme",
    "private": false,
    "engines": {
        "node": ">=16"
    },
    "packageManager": "npm@9.5.1",
    "devDependencies": {
        "@types/qrcode": "^1.5.5",
        "dependency-cruiser": "^16.8.0",
        "fs-extra": "^11.2.0",
        "madge": "^6.1.0",
        "tsx": "^4.7.1",
        "typescript": "^5.3.3"
    },
    "dependencies": {
        "@fluentui/react-datepicker-compat": "^0.4.53",
        "@fluentui/react-timepicker-compat": "^0.2.42",
        "@kwiz/common": "^1.0.128",
        "@mismerge/core": "^1.2.1",
        "@mismerge/react": "^1.0.1",
        "esbuild": "^0.19.12",
        "get-tsconfig": "^4.7.2",
        "jodit": "^4.2.47",
        "jodit-react": "^4.1.2",
        "qrcode": "^1.5.4",
        "react-dnd": "^16.0.1",
        "react-dnd-html5-backend": "^16.0.1",
        "react-pick-color": "^2.0.0",
        "resolve-pkg-maps": "^1.0.0"
    },
    "peerDependencies": {
        "@fluentui/react-components": ">=9.54.17 <10.0.0",
        "@fluentui/react-icons": "^2.0.269",
        "@types/react": ">=16.14.0 <19.0.0",
        "@types/react-dom": ">=16.9.0 <19.0.0",
        "react": ">=16.14.0 <19.0.0",
        "react-dom": ">=16.14.0 <19.0.0"
    }
}
