-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 970 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
{
"dependencies": {
},
"scripts": {
"build": "node esbuild.config.js"
},
"devDependencies": {
"@axe-core/reporter-earl": "^4.10.1",
"@qualweb/act-rules": "^0.6.39",
"@qualweb/best-practices": "^0.6.19",
"@qualweb/earl-reporter": "^0.4.6",
"@qualweb/locale": "^0.1.19",
"@qualweb/qw-page": "^0.2.23",
"@qualweb/wcag-techniques": "^0.3.22",
"@siteimprove/alfa-act": "^0.94.1",
"@siteimprove/alfa-device": "^0.94.1",
"@siteimprove/alfa-dom": "^0.94.1",
"@siteimprove/alfa-earl": "^0.94.1",
"@siteimprove/alfa-future": "^0.94.1",
"@siteimprove/alfa-http": "^0.94.1",
"@siteimprove/alfa-option": "^0.94.1",
"@siteimprove/alfa-predicate": "^0.94.1",
"@siteimprove/alfa-rules": "^0.94.1",
"@siteimprove/alfa-web": "^0.94.1",
"axe-core": "^4.10.2",
"esbuild": "^0.24.0",
"esbuild-plugin-text-replace": "^1.3.0",
"esbuild-plugin-copy": "^2.1.1",
"fast_htmlcs": "^0.0.78"
}
}