Files
starface-outlook-sync-addin/node_modules/@fluentui/style-utilities/package.json
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

43 lines
1.1 KiB
JSON

{
"name": "@fluentui/style-utilities",
"version": "8.15.0",
"description": "Styling helpers for Fluent UI React.",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/fluentui"
},
"license": "MIT",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"sideEffects": [
"lib/version.js",
"lib/index.js"
],
"typings": "lib/index.d.ts",
"scripts": {
"build": "just-scripts build",
"clean": "just-scripts clean",
"code-style": "just-scripts code-style",
"just": "just-scripts",
"lint": "just-scripts lint",
"start-test": "just-scripts jest-watch",
"test": "just-scripts test",
"update-snapshots": "just-scripts jest -u"
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.10.26",
"@fluentui/theme": "^2.7.2",
"@fluentui/merge-styles": "^8.6.14",
"@fluentui/set-version": "^8.2.24",
"@fluentui/utilities": "^8.17.2",
"tslib": "^2.1.0"
},
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./lib-commonjs/index.js"
}
}
}