forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.74 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
{
"name": "vr-tests",
"version": "7.0.0",
"private": true,
"description": "Visual regression tests for Fluent UI React",
"scripts": {
"build": "just-scripts build",
"clean": "",
"code-style": "just-scripts code-style",
"just": "just-scripts",
"lint": "just-scripts lint",
"screener": "screener-storybook --conf screener.config.js",
"screener:local": "screener-storybook --conf screener.local.config.js --debug",
"start": "start-storybook --port 5555"
},
"dependencies": {
"@babel/core": "^7.10.4",
"@fluentui/eslint-plugin": "^0.54.1",
"@fluentui/font-icons-mdl2": "^7.5.8",
"@fluentui/react": "^7.142.0",
"@fluentui/react-button": "^0.14.3",
"@fluentui/react-icons-mdl2": "^0.3.5",
"@fluentui/storybook": "^0.5.1",
"@storybook/addon-options": "^5.3.8",
"@storybook/addons": "^5.3.8",
"@storybook/channels": "^5.3.8",
"@storybook/react": "^5.3.8",
"@types/react": "16.8.25",
"@types/react-dom": "16.8.4",
"@types/webpack-env": "1.15.1",
"@fluentui/scripts": "^7.0.0",
"@uifabric/date-time": "^7.17.16",
"@fluentui/example-data": "^7.1.5",
"@fluentui/react-experiments": "^7.33.1",
"@fluentui/react-cards": "^0.113.3",
"@uifabric/react-hooks": "^7.13.5",
"@fluentui/set-version": "^7.0.23",
"awesome-typescript-loader": "^3.2.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.5.3",
"csstype": "^2.6.7",
"file-loader": "^0.11.1",
"postcss-loader": "^3.0.0",
"raw-loader": "^0.5.1",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
"screener-runner": "^0.10.43",
"screener-storybook": "^0.18.6",
"style-loader": "^1.2.1",
"tslib": "^1.10.0",
"typescript": "3.7.2"
}
}