forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.09 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
{
"name": "theming-designer",
"description": "Theming designer for @fluentui/react.",
"version": "7.0.0",
"private": true,
"scripts": {
"build": "just-scripts build",
"bundle": "just-scripts bundle",
"lint": "just-scripts lint",
"test": "just-scripts test",
"just": "just-scripts",
"clean": "just-scripts clean",
"code-style": "just-scripts code-style",
"start": "just-scripts dev"
},
"devDependencies": {
"@fluentui/eslint-plugin": "^0.54.1",
"@types/react": "16.8.25",
"@types/react-dom": "16.8.4",
"@types/webpack-env": "1.15.1",
"@fluentui/scripts": "^7.0.0"
},
"dependencies": {
"@fluentui/react": "^7.142.0",
"@fluentui/merge-styles": "^7.19.1",
"@fluentui/react-docsite-components": "^7.15.18",
"@fluentui/foundation-legacy": "^7.9.9",
"@fluentui/scheme-utilities": "^7.2.21",
"@fluentui/set-version": "^7.0.23",
"@fluentui/font-icons-mdl2": "^7.5.8",
"@microsoft/load-themed-styles": "^1.10.26",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
"tslib": "^1.10.0"
}
}