UNPKG

@knowmax/genericlist-fluentuiv9

Version:

Knowmax Generic list with basic CRUD support with Fluent V9 user interface implementation.

80 lines (79 loc) 2.01 kB
{ "name": "@knowmax/genericlist-fluentuiv9", "version": "6.1.0", "description": "Knowmax Generic list with basic CRUD support with Fluent V9 user interface implementation.", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "sideEffects": false, "scripts": { "build": "tsup", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "files": [ "dist", "LICENSE", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/KnowmaxNL/genericlist.git" }, "keywords": [ "knowmax", "list", "crud", "react", "fluentui", "ui-component", "typescript" ], "author": "Knowmax BV", "license": "MIT", "bugs": { "url": "https://github.com/KnowmaxNL/genericlist/issues" }, "homepage": "https://github.com/KnowmaxNL/genericlist#readme", "publishConfig": { "access": "public" }, "dependencies": { "@knowmax/genericlist-core": "^5.1.0", "@knowmax/pager-fluentuiv9": "^2.2.0", "react-virtualized-auto-sizer": "^2.0.3" }, "peerDependencies": { "@fluentui/react-components": "^9.74.4", "@fluentui/react-datepicker-compat": "^0.6.34", "@griffel/react": "^1.7.5", "mobx": "^6.16.1", "mobx-react-lite": "^4.1.1", "react": "^18.3.1 || ^19.0.0", "react-dom": "^18.3.1 || ^19.0.0", "react-window": "^2.2.7" }, "devDependencies": { "@chromatic-com/storybook": "^5.2.1", "@storybook/addon-docs": "^10.5.0", "@storybook/addon-links": "^10.5.0", "@storybook/react-vite": "^10.5.0", "@types/node": "^26.1.1", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "storybook": "^10.5.0", "tsup": "^8.5.1", "typescript": "^6.0.0", "vite": "^8.1.5" }, "overrides": { "storybook": "$storybook" } }