forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
40
{
"name": "a11y-tests",
"version": "7.0.0",
"private": true,
"description": "A11y Tests for Fluent UI React",
"scripts": {
"build": "just-scripts build",
"bundle": "just-scripts bundle",
"lint": "just-scripts lint",
"just": "just-scripts",
"test": "just-scripts test",
"code-style": "just-scripts code-style",
"update-snapshots": "just-scripts jest -u"
},
"dependencies": {
"@fluentui/react": "^7.142.0",
"axe-core": "^3.2.2",
"axe-puppeteer": "^1.0.0",
"axe-sarif-converter": "^2.0.1",
"glob": "^7.1.2",
"mkdirp": "^0.5.1",
"puppeteer": "^1.13.0",
"tslib": "^1.10.0",
"react": "16.8.6",
"react-app-polyfill": "~1.0.1",
"react-dom": "16.8.6"
},
"devDependencies": {
"@fluentui/eslint-plugin": "^0.54.1",
"@types/glob": "^7.1.1",
"@types/jest": "~24.9.0",
"@types/node": "^10.3.2",
"@types/puppeteer": "1.12.3",
"@types/react": "16.8.25",
"@types/react-dom": "16.8.4",
"@types/sarif": "^2.1.1",
"@fluentui/font-icons-mdl2": "^7.5.8",
"@fluentui/scripts": "^7.0.0"
}
}