UNPKG

@fluentui/state

Version:

A set of utils to create framework agnostic and reusable state managers

39 lines (38 loc) 1.15 kB
{ "name": "@fluentui/state", "description": "A set of utils to create framework agnostic and reusable state managers", "version": "0.66.5", "author": "Oleksandr Fediashov <a@fedyashov.com>", "bugs": "https://github.com/microsoft/fluentui/issues", "dependencies": { "@babel/runtime": "^7.10.4" }, "devDependencies": { "@fluentui/eslint-plugin": "*", "@fluentui/scripts-babel": "*", "@fluentui/scripts-gulp": "*", "lerna-alias": "^3.0.3-0" }, "files": [ "dist" ], "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/state", "jsnext:main": "dist/es/index.js", "license": "MIT", "main": "dist/commonjs/index.js", "module": "dist/es/index.js", "publishConfig": { "access": "public" }, "repository": "microsoft/fluentui.git", "scripts": { "build": "gulp bundle:package:no-umd", "clean": "gulp bundle:package:clean", "lint": "eslint --ext .js,.ts,.tsx .", "lint:fix": "yarn lint --fix", "test:watch": "gulp test:watch" }, "sideEffects": false, "types": "dist/es/index.d.ts", "gitHead": "1686a4eba6f81f6e7b4b49ba3fad57bce5ea6d37" }