forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 945 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
33
34
{
"name": "todo-app",
"description": "Sample todo app using @fluentui/react.",
"version": "7.0.0",
"private": true,
"scripts": {
"build": "just-scripts build",
"lint": "just-scripts lint",
"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/es6-promise": "0.0.32",
"@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/set-version": "^7.0.23",
"@microsoft/load-themed-styles": "^1.10.26",
"es6-promise": "^4.1.0",
"immutability-helper": "~2.8.1",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6",
"typescript": "3.7.2",
"tslib": "^1.10.0"
}
}