60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "@fluentui/react-focus",
|
|
"version": "8.9.18",
|
|
"description": "Focus helpers to be used in React applications.",
|
|
"main": "lib-commonjs/index.js",
|
|
"module": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"sideEffects": [
|
|
"lib/version.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/fluentui"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "just-scripts build",
|
|
"clean": "just-scripts clean",
|
|
"code-style": "just-scripts code-style",
|
|
"just": "just-scripts",
|
|
"lint": "just-scripts lint",
|
|
"start": "just-scripts dev:storybook",
|
|
"start-test": "just-scripts jest-watch",
|
|
"test": "just-scripts test",
|
|
"update-snapshots": "just-scripts jest -u"
|
|
},
|
|
"devDependencies": {
|
|
"@fluentui/eslint-plugin": "*",
|
|
"@fluentui/react-conformance": "*",
|
|
"@fluentui/test-utilities": "*",
|
|
"@fluentui/jest-serializer-merge-styles": "*",
|
|
"@fluentui/scripts-api-extractor": "*",
|
|
"@fluentui/scripts-jest": "*",
|
|
"@fluentui/scripts-tasks": "*",
|
|
"@fluentui/scripts-webpack": "*"
|
|
},
|
|
"dependencies": {
|
|
"@fluentui/keyboard-key": "^0.4.23",
|
|
"@fluentui/merge-styles": "^8.6.13",
|
|
"@fluentui/set-version": "^8.2.23",
|
|
"@fluentui/style-utilities": "^8.11.4",
|
|
"@fluentui/utilities": "^8.15.19",
|
|
"tslib": "^2.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@types/react": ">=16.8.0 <19.0.0",
|
|
"react": ">=16.8.0 <19.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./lib/index.d.ts",
|
|
"import": "./lib/index.js",
|
|
"require": "./lib-commonjs/index.js"
|
|
}
|
|
}
|
|
}
|