forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 829 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": "ssr-tests",
"version": "7.0.0",
"description": "Server-side rendering tests for @fluentui/react.",
"private": true,
"scripts": {
"build": "just-scripts build",
"bundle": "just-scripts bundle",
"test": "just-scripts test",
"code-style": "node -v",
"clean": "",
"just": "just-scripts"
},
"license": "MIT",
"devDependencies": {
"@fluentui/react": "^7.142.0",
"@microsoft/load-themed-styles": "^1.10.26",
"@types/mocha": "^7.0.2",
"@types/webpack-env": "1.15.1",
"@fluentui/scripts": "^7.0.0",
"@fluentui/public-docsite-resources": "^7.8.18",
"just-scripts-utils": "^0.8.3",
"mocha": "^3.3.0",
"raw-loader": "^0.5.1",
"react": "16.8.6",
"react-dom": "16.8.6",
"webpack": "4.43.0"
},
"dependencies": {
"tslib": "^1.10.0"
}
}