forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 818 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
{
"name": "codesandbox-react-next-template",
"description": "Template for creating codesandbox environment for @fluentui/react-next packages.",
"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"
},
"devDependencies": {
"@fluentui/eslint-plugin": "^0.54.1",
"@types/react": "16.8.25",
"@types/react-dom": "16.8.4",
"@fluentui/scripts": "^7.0.0",
"typescript": "3.7.2"
},
"dependencies": {
"@microsoft/load-themed-styles": "^1.10.26",
"@fluentui/react-next": "^8.0.0-alpha.118",
"@fluentui/theme-samples": "^7.1.21",
"react": "16.8.6",
"react-dom": "16.8.6",
"tslib": "^1.10.0"
}
}