UNPKG

@kwiz/fluentui

Version:
91 lines (90 loc) 3.16 kB
{ "name": "@kwiz/fluentui", "version": "1.0.203", "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 --onSuccess \"yalc push --sig\"", "build": "npm run test && tsc", "build-explain": "tsc --explainFiles", "check-dependencies": "madge --circular ./src", "npm-v-patch": "npm version patch && git push origin main:main && git push --tags && npm run clear-npm-cache", "npm-v-major": "npm version major && git push origin main:main && git push --tags && npm run clear-npm-cache", "npm-publish": "npm publish --access public", "yalc-link": "yalc publish", "test": "npm run prestart && depcruise src && node --import tsx --test src", "__update-kwiz-packages": "npm install @kwiz/common@latest", "reset-repo": "git fetch origin && git reset --hard origin/main", "clear-npm-cache": "npm cache clean --force", "prestart": "check-node-version --node 18" }, "repository": { "type": "git", "url": "git+https://github.com/SnapOn-Software/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", "check-node-version": "^4.2.1", "dependency-cruiser": "^16.8.0", "fs-extra": "^11.2.0", "madge": "^6.1.0", "tsc-watch": "^7.2.0", "tsx": "^4.7.1", "typescript": "^5.3.3" }, "dependencies": { "@fluentui/react-datepicker-compat": "^0.4.53", "@fluentui/react-file-type-icons": "^8.17.0", "@fluentui/react-timepicker-compat": "^0.2.42", "@kwiz/common": "^1.0.251", "@mismerge/core": "^1.2.1", "@mismerge/react": "^1.0.1", "@monaco-editor/react": "^4.7.0", "esbuild": "^0.19.12", "get-tsconfig": "^4.7.2", "jodit": "^4.6.2", "jodit-react": "^5.2.19", "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", "@fluentui/react-utilities": "^9.18.20", "@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" } }