forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 914 Bytes
/
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
{
"name": "perf-test",
"description": "Perf tests for @fluentui/react.",
"version": "7.0.0",
"private": true,
"scripts": {
"build": "just-scripts build",
"bundle": "just-scripts bundle",
"lint": "just-scripts lint",
"just": "just-scripts",
"clean": "just-scripts clean",
"code-style": "just-scripts code-style"
},
"dependencies": {
"@fluentui/eslint-plugin": "^0.54.1",
"@fluentui/react": "^7.142.0",
"@fluentui/react-avatar": "^0.6.5",
"@fluentui/react-button": "^0.14.3",
"@microsoft/load-themed-styles": "^1.10.26",
"@types/react": "16.8.25",
"@types/react-dom": "16.8.4",
"@types/webpack-env": "1.15.1",
"@fluentui/scripts": "^7.0.0",
"@fluentui/set-version": "^7.0.23",
"flamegrill": "0.2.0",
"lodash": "^4.17.15",
"querystring": "^0.2.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"tslib": "^1.10.0"
}
}