forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "server-rendered-app",
"description": "Sample server-rendered todo app using @fluentui/react.",
"version": "0.0.1",
"private": true,
"sideEffects": [
"lib/version.js"
],
"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": "node ./server/index.js"
},
"devDependencies": {
"@fluentui/eslint-plugin": "^0.54.1",
"@types/react": "16.8.25",
"@types/react-dom": "16.8.4",
"@types/webpack-env": "1.15.1",
"express": "^4.15.4",
"compression": "^1.7.2",
"@fluentui/scripts": "^7.0.0"
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.10.26",
"@fluentui/font-icons-mdl2": "^7.5.8",
"@fluentui/merge-styles": "^7.19.1",
"@fluentui/set-version": "^7.0.23",
"@fluentui/react": "^7.142.0",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
"tslib": "^1.10.0"
}
}