forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1011 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": "dom-tests",
"version": "7.0.0",
"private": true,
"description": "App for tests that use the real browser.",
"scripts": {
"build": "just-scripts build",
"lint": "just-scripts lint",
"clean": "just-scripts clean",
"code-style": "just-scripts code-style",
"just": "just-scripts",
"start": "just-scripts dev"
},
"dependencies": {
"@fluentui/eslint-plugin": "^0.54.1",
"@fluentui/react": "^7.142.0",
"@microsoft/load-themed-styles": "^1.10.26",
"@types/jest": "~24.9.0",
"@types/puppeteer": "1.12.3",
"@types/react-dom": "16.8.4",
"@types/react": "16.8.25",
"@types/webpack-env": "1.15.1",
"@fluentui/scripts": "^7.0.0",
"@fluentui/react-docsite-components": "^7.15.18",
"expect-puppeteer": "4.1.0",
"jest-environment-node": "~24.9.0",
"jest-environment-puppeteer": "^4.1.0",
"jest-puppeteer": "^4.0.0",
"puppeteer": "^1.13.0",
"react-dom": "16.8.6",
"react": "16.8.6",
"tslib": "^1.10.0"
}
}