UNPKG

934 BJSONView Raw
1{
2 "name": "@uifabric/merge-styles",
3 "version": "7.19.2",
4 "description": "Style loading utilities.",
5 "main": "lib-commonjs/index.js",
6 "module": "lib/index.js",
7 "sideEffects": [
8 "lib/version.js"
9 ],
10 "typings": "lib/index.d.ts",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/microsoft/fluentui"
14 },
15 "license": "MIT",
16 "scripts": {
17 "build": "just-scripts build",
18 "bundle": "just-scripts bundle",
19 "lint": "just-scripts lint",
20 "test": "just-scripts test",
21 "just": "just-scripts",
22 "clean": "just-scripts clean",
23 "code-style": "just-scripts code-style",
24 "start-test": "just-scripts jest-watch",
25 "update-api": "just-scripts update-api"
26 },
27 "devDependencies": {
28 "@fluentui/eslint-plugin": "^0.54.2",
29 "@types/jest": "~24.9.0",
30 "@uifabric/build": "^7.0.0"
31 },
32 "dependencies": {
33 "@uifabric/set-version": "^7.0.24",
34 "tslib": "^1.10.0"
35 }
36}