forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.54 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@fluentui/react",
"version": "8.53.0",
"description": "Reusable React components for building web experiences.",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"sideEffects": [
"*.scss*",
"lib/version.js"
],
"repository": {
"type": "git",
"url": "https://github.com/microsoft/fluentui"
},
"license": "MIT",
"scripts": {
"build": "just-scripts build",
"bundle": "just-scripts bundle",
"build-storybook": "cross-env NODE_OPTIONS=--max-old-space-size=3072 just-scripts storybook:build",
"clean": "just-scripts clean",
"code-style": "just-scripts code-style",
"codepen": "node ../../scripts/local-codepen.js",
"just": "just-scripts",
"lint": "just-scripts lint",
"start": "cross-env NODE_OPTIONS=--max-old-space-size=3072 just-scripts dev:storybook",
"start:legacy": "yarn workspace @fluentui/public-docsite-resources start",
"start-test": "just-scripts jest-watch",
"test": "just-scripts test",
"update-snapshots": "just-scripts jest -u",
"mf": "just-scripts mf"
},
"devDependencies": {
"@fluentui/common-styles": "^1.0.26",
"@fluentui/eslint-plugin": "*",
"@fluentui/example-data": "^8.3.0",
"@fluentui/jest-serializer-merge-styles": "^8.0.15",
"@fluentui/react-conformance": "*",
"@fluentui/scripts": "^1.0.0",
"@fluentui/test-utilities": "^8.2.0",
"@fluentui/webpack-utilities": "^8.1.6",
"@types/enzyme": "3.10.3",
"@types/enzyme-adapter-react-16": "1.0.3",
"@types/react": "16.9.42",
"@types/react-dom": "16.9.10",
"@types/react-test-renderer": "^16.0.0",
"enzyme": "~3.10.0",
"enzyme-adapter-react-16": "^1.15.0",
"office-ui-fabric-core": "^11.0.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-test-renderer": "^16.3.0"
},
"dependencies": {
"@fluentui/date-time-utilities": "^8.3.0",
"@fluentui/foundation-legacy": "^8.1.20",
"@fluentui/font-icons-mdl2": "^8.1.21",
"@fluentui/merge-styles": "^8.3.0",
"@fluentui/react-focus": "^8.3.16",
"@fluentui/react-hooks": "^8.3.10",
"@fluentui/react-window-provider": "^2.1.6",
"@fluentui/set-version": "^8.1.5",
"@fluentui/style-utilities": "^8.5.3",
"@fluentui/theme": "^2.4.7",
"@fluentui/utilities": "^8.3.10",
"@microsoft/load-themed-styles": "^1.10.26",
"tslib": "^2.1.0"
},
"peerDependencies": {
"@types/react": ">=16.8.0 <18.0.0",
"@types/react-dom": ">=16.8.0 <18.0.0",
"react": ">=16.8.0 <18.0.0",
"react-dom": ">=16.8.0 <18.0.0"
}
}