UNPKG

1.21 kBJSONView Raw
1{
2 "name": "@uifabric/styling",
3 "version": "7.20.2",
4 "description": "Styling helpers for Fluent UI React.",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/microsoft/fluentui"
8 },
9 "license": "MIT",
10 "main": "lib-commonjs/index.js",
11 "module": "lib/index.js",
12 "sideEffects": [
13 "lib/version.js",
14 "lib/index.js"
15 ],
16 "typings": "lib/index.d.ts",
17 "scripts": {
18 "build": "just-scripts build",
19 "bundle": "just-scripts bundle",
20 "lint": "just-scripts lint",
21 "test": "just-scripts test",
22 "just": "just-scripts",
23 "clean": "just-scripts clean",
24 "code-style": "just-scripts code-style",
25 "start-test": "just-scripts jest-watch",
26 "update-api": "just-scripts update-api",
27 "update-snapshots": "just-scripts jest -u"
28 },
29 "devDependencies": {
30 "@fluentui/eslint-plugin": "^0.54.2",
31 "@types/jest": "~24.9.0",
32 "@types/webpack-env": "1.15.1",
33 "@uifabric/build": "^7.0.0"
34 },
35 "dependencies": {
36 "@microsoft/load-themed-styles": "^1.10.26",
37 "@fluentui/theme": "^1.7.6",
38 "@uifabric/merge-styles": "^7.19.2",
39 "@uifabric/set-version": "^7.0.24",
40 "@uifabric/utilities": "^7.34.1",
41 "tslib": "^1.10.0"
42 }
43}