@knowmax/pager-fluentuiv9
Version:
Knowmax Pager with Fluent V9 user interface implementation.
70 lines (69 loc) • 1.78 kB
JSON
{
"name": "@knowmax/pager-fluentuiv9",
"version": "1.1.5",
"description": "Knowmax Pager with Fluent V9 user interface implementation.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "rimraf ./dist && tsc",
"test": "ts-mocha ./src/**/*.test.ts",
"storybook": "storybook dev -p 6007",
"build-storybook": "storybook build"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/KnowmaxNL/pager.git"
},
"keywords": [
"knowmax",
"react",
"pager",
"pagination",
"fluent"
],
"author": "Knowmax BV",
"license": "MIT",
"bugs": {
"url": "https://github.com/KnowmaxNL/pager/issues"
},
"homepage": "https://github.com/KnowmaxNL/pager#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@fluentui/react-components": "^9.64.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@chromatic-com/storybook": "^4.0.0",
"@storybook/addon-docs": "^9.0.6",
"@storybook/addon-links": "^9.0.6",
"@storybook/addon-onboarding": "^9.0.6",
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
"@storybook/react-webpack5": "^9.0.6",
"@types/chai": "^5.2.2",
"@types/mocha": "^10.0.10",
"@types/node": "^22.15.30",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"chai": "^5.2.0",
"mocha": "^11.5.0",
"prop-types": "^15.8.1",
"rimraf": "^6.0.1",
"storybook": "^9.0.6",
"ts-mocha": "^11.1.0",
"typescript": "^5.8.3"
},
"overrides": {
"storybook": "$storybook"
}
}