UNPKG

1.89 kBJSONView Raw
1{
2 "name": "@uifabric/utilities",
3 "version": "7.38.2",
4 "description": "Fluent UI React utilities for building components.",
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 "code-style": "just-scripts code-style",
23 "clean": "just-scripts clean",
24 "start-test": "just-scripts jest-watch",
25 "update-api": "just-scripts update-api",
26 "update-snapshots": "just-scripts jest -u"
27 },
28 "devDependencies": {
29 "@fluentui/eslint-plugin": "^0.54.2",
30 "@types/enzyme": "3.10.3",
31 "@types/enzyme-adapter-react-16": "1.0.3",
32 "@types/jest": "~24.9.0",
33 "@types/node": "^10.3.2",
34 "@types/prop-types": "15.7.1",
35 "@types/react": "16.8.25",
36 "@types/react-dom": "16.8.4",
37 "@types/react-test-renderer": "^16.0.0",
38 "@types/sinon": "2.2.2",
39 "@uifabric/build": "^7.0.0",
40 "@uifabric/jest-serializer-merge-styles": "^7.2.6",
41 "@uifabric/test-utilities": "^7.3.5",
42 "enzyme": "~3.10.0",
43 "enzyme-adapter-react-16": "^1.15.0",
44 "react": "16.8.6",
45 "react-app-polyfill": "~1.0.1",
46 "react-dom": "16.8.6",
47 "react-test-renderer": "^16.3.0",
48 "sinon": "^4.1.3"
49 },
50 "dependencies": {
51 "@fluentui/dom-utilities": "^1.1.2",
52 "@uifabric/merge-styles": "^7.20.2",
53 "@uifabric/set-version": "^7.0.24",
54 "prop-types": "^15.7.2",
55 "tslib": "^1.10.0"
56 },
57 "peerDependencies": {
58 "@types/react": ">=16.8.0 <18.0.0",
59 "@types/react-dom": ">=16.8.0 <18.0.0",
60 "react": ">=16.8.0 <18.0.0",
61 "react-dom": ">=16.8.0 <18.0.0"
62 }
63}