forked from patternfly/patternfly-a11y
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.99 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@patternfly/patternfly-a11y",
"version": "2.0.11",
"description": "Accessibility utilities for PatternFly.",
"scripts": {
"test": "node cli.js --prefix http://localhost:9000 --file ~/src/gatsby-theme-patternfly-org/patternfly-org-demo/.cache/fullscreenPages.json",
"start": "webpack-dev-server --config ./test/app/webpack.config.js --open",
"dev": "webpack-dev-server --config ./report/webpack.config.js --open",
"build": "webpack --config ./report/webpack.config.js",
"clean": "rm -rf coverage && rm -rf ./report/coverage",
"test:pf": "yarn clean && ./cli.js test/fullscreenPages.json --prefix https://www.patternfly.org/2020.11 --aggregate --ignore-incomplete --ignore-rules color-contrast,scrollable-region-focusable --skip \"charts|virtualizedtable/selectable\"",
"test:os": "yarn clean && ./cli.js --config test/os-config.js",
"test:koku": "yarn clean && ./cli.js --config test/koku-config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/patternfly/patternfly-a11y.git"
},
"author": "Red Hat",
"license": "MIT",
"bin": {
"patternfly-a11y": "cli.js"
},
"dependencies": {
"@patternfly/react-core": "^4.50.2",
"@patternfly/react-charts": "^6.9.8",
"@welldone-software/why-did-you-render": "^4.3.2",
"axe-core": "^3.5.5",
"commander": "^5.1.0",
"junit-xml": "^1.2.0",
"puppeteer": "^5.3.1",
"puppeteer-cluster": "^0.22.0",
"xmldoc": "^1.1.2",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"chromedriver": "^85.0.1",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"@reach/router": "^1.2.1",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
}
}